.api-key-field{display:flex;flex-direction:column;gap:8px}.api-key-field__label{font-size:13px;font-weight:500;color:var(--theme-elevation-800,#1f2937)}.api-key-field__wrapper{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.api-key-field input{flex:1;min-width:250px;padding:8px 12px;border:1px solid var(--theme-elevation-300,#d1d5db);border-radius:4px;font-size:14px;font-family:monospace}.api-key-field input:focus{outline:none;border-color:var(--theme-elevation-500,#6b7280)}.api-key-field button{padding:8px 16px;background-color:var(--theme-elevation-100,#f3f4f6);border:1px solid var(--theme-elevation-300,#d1d5db);border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.api-key-field button:hover:not(:disabled){background-color:var(--theme-elevation-200,#e5e7eb)}.api-key-field button:disabled{cursor:not-allowed;opacity:.6}.api-key-field .status-testing{color:var(--theme-elevation-600,#4b5563);font-size:13px}.api-key-field .status-connected{display:inline-flex;align-items:center;gap:4px;font-size:12px;padding:4px 12px;background-color:#dcfce7;color:#16a34a;border-radius:16px;font-weight:500}.api-key-field .status-connected:before{content:"✓";font-weight:700}.api-key-field .status-error{font-size:12px;padding:4px 10px;background-color:var(--theme-error-500,#ef4444);color:#fff;border-radius:4px;font-weight:500}.api-key-field .status-connection-failed{font-size:12px;padding:4px 10px;background-color:#fef3c7;color:#b45309;border-radius:4px;font-weight:500}.integration-row-label{display:flex;align-items:center;gap:10px;width:100%}.integration-row-label__icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.integration-row-label__name{font-weight:500;flex-shrink:0}.integration-row-label__badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;padding:4px 12px;background-color:#dcfce7;color:#16a34a;border-radius:16px;margin-left:auto;flex-shrink:0;position:absolute;right:80px}.integration-row-label__checkmark{width:14px;height:14px}.array-field__row.integration-connected .collapsible{background-color:#f0fdf4!important;border-color:#bbf7d0!important}.array-field__row.integration-connected .collapsible__toggle-wrap{background-color:#f0fdf4!important}.array-field__row.integration-connected .collapsible__content{background-color:#fafffe!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--theme-elevation-0);font-family:var(--font-body);padding:18vh 24px 24px;transition:all .55s cubic-bezier(.4,0,.2,1)}.landing--widget{min-height:auto;padding:0 0 24px;background:rgba(0,0,0,0)}.landing--widget .landing__greeting{margin-bottom:24px}.landing--widget .landing__greeting-text{font-size:28px}.landing--widget .landing__content{max-width:100%}.landing--widget .landing__input-card{margin-bottom:12px}.landing--widget .landing__actions{justify-content:flex-start;margin-bottom:0}.landing--leaving{opacity:0;transform:scale(.96)}.landing__greeting{margin-bottom:44px;text-align:center;animation:fadeUp .6s ease both}.landing__greeting-text{font-size:38px;font-weight:600;color:var(--theme-text);font-family:var(--font-body);margin:0}.landing__content{width:100%;max-width:560px;animation:fadeUp .6s ease .15s both}.landing__input-card{background:var(--theme-elevation-50);border-radius:18px;border:1px solid var(--theme-elevation-150);box-shadow:0 2px 8px rgba(0,0,0,.04);padding:18px 20px;margin-bottom:16px}.landing__input-title{font-size:15px;font-weight:500;color:var(--theme-text);margin-bottom:10px}.landing__input-row{display:flex;align-items:center;gap:8px}.landing__input{flex:1;border:none;outline:none;font-size:14px;color:var(--theme-text);background:rgba(0,0,0,0);font-family:var(--font-body)}.landing__input::placeholder{color:var(--theme-elevation-450)}.landing__submit-btn{width:38px;height:38px;border-radius:50%;background:var(--theme-elevation-800);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;flex-shrink:0;transition:transform .15s ease;color:var(--theme-elevation-0)}.landing__submit-btn:hover{transform:scale(1.06)}.landing__submit-btn:active{transform:scale(.98)}.landing__actions{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;flex-wrap:wrap;animation:fadeUp .5s ease .3s both}.landing__pill-wrapper{position:relative;display:inline-flex}.landing__action-pill{display:flex;align-items:center;gap:6px;padding:8px 18px;border-radius:24px;font-size:13px;border:1px solid var(--theme-elevation-150);background:rgba(0,0,0,0);color:var(--theme-elevation-600);cursor:pointer;font-weight:400;font-family:var(--font-body);transition:all .15s ease}.landing__action-pill--hovered,.landing__action-pill:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.landing__action-pill--active,.landing__action-pill--hovered,.landing__action-pill:hover{background:var(--theme-elevation-50);border-color:var(--theme-elevation-200);color:var(--theme-text)}.landing__action-pill--active{font-weight:500;box-shadow:0 1px 3px rgba(0,0,0,.04)}.landing__menu{position:absolute;top:100%;margin-top:12px;background:var(--theme-elevation-0);border-radius:16px;border:1px solid var(--theme-elevation-150);box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:hidden;animation:scaleIn .35s ease both;z-index:100}.landing__menu--write{width:560px;left:0}.landing__menu--website{width:280px;left:0}.landing__menu-header{display:flex;align-items:center;gap:8px;padding:16px 20px 10px}.landing__menu-icon{color:var(--theme-elevation-500)}.landing__menu-title{font-size:14px;font-weight:600;color:var(--theme-text);flex:1}.landing__menu-close{background:none;border:none;cursor:pointer;color:var(--theme-elevation-450);padding:0;display:flex;align-items:center;justify-content:center}.landing__menu-close:hover{color:var(--theme-elevation-600)}.landing__menu-columns{display:grid;grid-template-columns:repeat(3,1fr);padding:0 8px 16px;gap:8px}.landing__menu-column{min-width:0}.landing__menu-column-title{font-size:11px;font-weight:600;color:var(--theme-elevation-450);text-transform:uppercase;letter-spacing:.05em;padding:8px 12px 6px}.landing__menu-item{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;cursor:pointer;width:100%;text-align:left;background:none;border:none;border-radius:8px;font-family:var(--font-body);transition:all .15s ease}.landing__menu-item:hover{background:var(--theme-elevation-100);padding-left:16px}.landing__menu-item-icon{color:var(--theme-elevation-450);flex-shrink:0;margin-top:2px}.landing__menu-item-text{min-width:0}.landing__menu-item-label{font-size:14px;color:var(--theme-text);font-weight:500}.landing__menu-item-desc,.landing__menu-item-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing__menu-item-desc{font-size:11px;color:var(--theme-elevation-450)}@media(max-width:600px){.landing__greeting-text{font-size:28px}.landing__menu-columns{grid-template-columns:1fr}.landing__actions{gap:6px}.landing__action-pill{padding:6px 14px;font-size:12px}}.template-selector{min-height:100vh;background:var(--theme-elevation-0);font-family:var(--font-body)}.template-selector__header{display:flex;align-items:center;gap:16px;padding:24px 32px;border-bottom:1px solid var(--theme-elevation-100)}.template-selector__back{width:36px;height:36px;border-radius:8px;border:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--theme-elevation-500);flex-shrink:0;transition:all .15s}.template-selector__back:hover{border-color:var(--theme-elevation-200);color:var(--theme-elevation-600)}.template-selector__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-selector__title-group{display:flex;flex-direction:column;gap:2px}.template-selector__title{font-size:18px;font-weight:600;color:var(--theme-text)}.template-selector__subtitle{font-size:13px;font-weight:500}.template-selector__grid{max-width:800px;margin:0 auto;padding:32px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.template-selector__card{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s ease;text-align:left;padding:0;font-family:inherit}.template-selector__card:hover{border-color:var(--theme-elevation-300);box-shadow:0 4px 20px rgba(0,0,0,.06);transform:translateY(-2px)}.template-selector__card:active{transform:translateY(0)}.template-selector__card--blank .template-selector__preview{background:var(--theme-elevation-0)}.template-selector__preview{height:160px;background:var(--theme-elevation-50);display:flex;align-items:center;justify-content:center;padding:16px}.template-selector__illustration{width:100%;height:100%;max-width:200px}.template-selector__illustration--blank{max-width:120px}.template-selector__info{padding:16px 20px 20px}.template-selector__label{font-size:15px;font-weight:600;color:var(--theme-text);margin-bottom:4px}.template-selector__description{font-size:13px;color:var(--theme-elevation-500);line-height:1.4}@media(max-width:600px){.template-selector__grid{grid-template-columns:1fr;padding:24px 16px}.template-selector__header{padding:16px}}.content-editor{min-height:100vh;background:var(--theme-elevation-0);font-family:var(--font-body)}.content-editor__topbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);backdrop-filter:blur(8px);padding:0 24px;height:48px;display:flex;align-items:center;justify-content:space-between}.content-editor__back{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:var(--theme-elevation-450);font-size:13px;font-family:inherit;padding:0}.content-editor__back:hover{color:var(--theme-elevation-600)}.content-editor__topbar-center{display:flex;align-items:center;gap:8px}.content-editor__topbar-right{display:flex;align-items:center;gap:6px}.content-editor__label-wrapper{position:relative}.content-editor__label-btn{display:flex;align-items:center;gap:6px;padding:5px 14px;border-radius:8px;border:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);cursor:pointer;font-size:12px;font-weight:500;color:var(--theme-text);font-family:inherit}.content-editor__chevron{transition:transform .15s}.content-editor__chevron--open{transform:rotate(90deg)}.content-editor__label-menu{position:absolute;top:110%;left:50%;transform:translateX(-50%);background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);width:200px;overflow:hidden;z-index:100;animation:fadeIn .3s ease both}.content-editor__label-option{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;width:100%;background:rgba(0,0,0,0);border:none;font-family:inherit;font-size:13px;font-weight:400;color:var(--theme-text);text-align:left;transition:background .1s}.content-editor__label-option:hover{background:var(--theme-elevation-50)}.content-editor__label-option--active{background:var(--theme-elevation-100);font-weight:600}.content-editor__label-remove{padding:8px 14px;font-size:12px;color:var(--theme-elevation-450);cursor:pointer;text-align:center;width:100%;background:none;border:none;border-top:1px solid var(--theme-elevation-100);font-family:inherit}.content-editor__label-remove:hover{color:var(--theme-elevation-600)}.content-editor__word-count{font-size:12px;color:var(--theme-elevation-300);padding:0 4px}.content-editor__saved-dot{width:6px;height:6px;border-radius:50%;background:var(--theme-success-500)}.content-editor__saved-text{font-size:11px;color:var(--theme-elevation-450)}.content-editor__schedule-btn{display:flex;align-items:center;gap:6px;padding:6px 16px;border-radius:8px;border:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);color:var(--theme-elevation-600);cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:all .15s}.content-editor__schedule-btn:hover{opacity:.85}.content-editor__versions{position:sticky;top:48px;z-index:40;border-bottom:1px solid var(--theme-elevation-150);backdrop-filter:blur(8px);padding:0 24px;height:44px}.content-editor__version-pill,.content-editor__versions{background:var(--theme-elevation-0);display:flex;align-items:center;gap:6px}.content-editor__version-pill{padding:5px 14px;border-radius:20px;border:1px solid var(--theme-elevation-150);color:var(--theme-elevation-500);cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .2s;flex-shrink:0}.content-editor__version-pill:hover{border-color:var(--theme-elevation-200)}.content-editor__version-pill--active{border-width:2px;font-weight:600}.content-editor__add-format-wrapper{position:relative;flex-shrink:0}.content-editor__add-format{display:flex;align-items:center;gap:4px;padding:5px 12px;border-radius:20px;border:1px dashed var(--theme-elevation-200);background:rgba(0,0,0,0);color:var(--theme-elevation-450);cursor:pointer;font-size:12px;font-family:inherit;transition:all .15s}.content-editor__add-format:hover{border-color:var(--theme-elevation-400)}.content-editor__format-menu{position:absolute;top:calc(100% + 6px);left:0;background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);width:220px;overflow:hidden;z-index:100;padding:4px;animation:fadeIn .3s ease both}.content-editor__format-option{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer;width:100%;background:none;border:none;font-family:inherit;font-size:13px;font-weight:500;color:var(--theme-text);text-align:left;transition:background .1s}.content-editor__format-option:hover{background:var(--theme-elevation-100)}.content-editor__format-option span{flex:1}.content-editor__format-count{font-size:10px;font-weight:600;padding:1px 7px;border-radius:10px}.content-editor__content{max-width:680px;margin:0 auto;padding:40px 24px 200px}.content-editor__block{position:relative;margin-bottom:2px}.content-editor__block--divider{padding:8px 0}.content-editor__divider-line{height:2px;background:var(--theme-elevation-150);border-radius:1px}.content-editor__block-controls{position:absolute;left:-56px;top:4px;display:flex;gap:2px;z-index:20}.content-editor__block-add{width:24px;height:24px;border-radius:4px;background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--theme-elevation-450);padding:0}.content-editor__block-add:hover{background:var(--theme-elevation-100)}.content-editor__block-drag{width:24px;height:24px;border-radius:4px;background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);display:flex;align-items:center;justify-content:center;cursor:grab;color:var(--theme-elevation-300)}.content-editor__list-marker{position:absolute;left:-4px;top:6px;color:var(--theme-elevation-450);font-size:14px}.content-editor__block-inner{position:relative}.content-editor__placeholder{position:absolute;top:0;left:0;right:0;pointer-events:none;color:var(--theme-elevation-300)}.content-editor__editable{outline:none;cursor:text;padding:2px 0;min-height:24px;color:var(--theme-text);white-space:pre-wrap;word-break:break-word}.content-editor__editable:focus{outline:none}.content-editor__slash-menu{position:absolute;left:0;top:100%;z-index:100;background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);width:280px;max-height:320px;overflow-y:auto;padding:4px;animation:fadeIn .3s ease both}.content-editor__slash-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer;width:100%;background:none;border:none;font-family:inherit;text-align:left;transition:background .1s}.content-editor__slash-icon,.content-editor__slash-item:hover{background:var(--theme-elevation-100)}.content-editor__slash-icon{width:36px;height:36px;border-radius:8px;border:1px solid var(--theme-elevation-150);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--theme-elevation-500)}.content-editor__slash-icon--ai{background:var(--theme-success-100);border-color:var(--theme-success-200);color:var(--theme-success-600)}.content-editor__slash-text{min-width:0}.content-editor__slash-label{font-size:13px;font-weight:500;color:var(--theme-text)}.content-editor__slash-desc{font-size:11px;color:var(--theme-elevation-450)}.content-editor__add-block-wrapper{padding:20px 0;display:flex;justify-content:center}.content-editor__add-block{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px dashed var(--theme-elevation-200);background:rgba(0,0,0,0);cursor:pointer;color:var(--theme-elevation-450);font-size:13px;font-family:inherit;transition:all .15s}.content-editor__add-block:hover{border-color:var(--theme-elevation-400);color:var(--theme-elevation-600)}.content-editor__version-view{background:var(--theme-elevation-0);border-radius:14px;border:1px solid var(--theme-elevation-150);padding:32px 36px;box-shadow:0 1px 4px rgba(0,0,0,.03)}.content-editor__version-header{display:flex;align-items:center;gap:12px;margin-bottom:28px}.content-editor__version-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.content-editor__version-title{font-size:18px;font-weight:700;color:var(--theme-text)}.content-editor__version-subtitle{font-size:12px;color:var(--theme-elevation-450)}.content-editor__version-content p{font-size:15px;line-height:1.7;color:var(--theme-elevation-700);margin:0 0 8px}.content-editor__version-content p:last-child{margin-bottom:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.content-editor-v2{min-height:100vh;background:var(--theme-elevation-0);font-family:var(--font-body)}.content-editor-v2__topbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);backdrop-filter:blur(8px);padding:0 24px;height:48px;display:flex;align-items:center;justify-content:space-between}.content-editor-v2__back{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:var(--theme-elevation-450);font-size:13px;font-family:inherit;padding:0}.content-editor-v2__back:hover{color:var(--theme-elevation-600)}.content-editor-v2__topbar-center{display:flex;align-items:center;gap:8px}.content-editor-v2__topbar-right{display:flex;align-items:center;gap:6px}.content-editor-v2__label-wrapper{position:relative}.content-editor-v2__label-btn{display:flex;align-items:center;gap:6px;padding:5px 14px;border-radius:8px;border:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);cursor:pointer;font-size:12px;font-weight:500;color:var(--theme-text);font-family:inherit}.content-editor-v2__chevron{transition:transform .15s}.content-editor-v2__chevron--open{transform:rotate(90deg)}.content-editor-v2__label-menu{position:absolute;top:110%;left:50%;transform:translateX(-50%);background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);width:200px;overflow:hidden;z-index:100;animation:fadeIn .3s ease both}.content-editor-v2__label-option{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;width:100%;background:rgba(0,0,0,0);border:none;font-family:inherit;font-size:13px;font-weight:400;color:var(--theme-text);text-align:left;transition:background .1s}.content-editor-v2__label-option:hover{background:var(--theme-elevation-50)}.content-editor-v2__label-option--active{background:var(--theme-elevation-100);font-weight:600}.content-editor-v2__label-remove{padding:8px 14px;font-size:12px;color:var(--theme-elevation-450);cursor:pointer;text-align:center;width:100%;background:none;border:none;border-top:1px solid var(--theme-elevation-100);font-family:inherit}.content-editor-v2__label-remove:hover{color:var(--theme-elevation-600)}.content-editor-v2__word-count{font-size:12px;color:var(--theme-elevation-300);padding:0 4px}.content-editor-v2__saved-dot{width:6px;height:6px;border-radius:50%;background:var(--theme-success-500)}.content-editor-v2__saved-text{font-size:11px;color:var(--theme-elevation-450)}.content-editor-v2__schedule-btn{display:flex;align-items:center;gap:6px;padding:6px 16px;border-radius:8px;border:1px solid var(--theme-elevation-150);background:var(--theme-elevation-0);color:var(--theme-elevation-600);cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:all .15s}.content-editor-v2__schedule-btn:hover{opacity:.85}.content-editor-v2__versions{position:sticky;top:48px;z-index:40;border-bottom:1px solid var(--theme-elevation-150);backdrop-filter:blur(8px);padding:0 24px;height:44px}.content-editor-v2__version-pill,.content-editor-v2__versions{background:var(--theme-elevation-0);display:flex;align-items:center;gap:6px}.content-editor-v2__version-pill{padding:5px 14px;border-radius:20px;border:1px solid var(--theme-elevation-150);color:var(--theme-elevation-500);cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .2s;flex-shrink:0}.content-editor-v2__version-pill:hover{border-color:var(--theme-elevation-200)}.content-editor-v2__version-pill--active{border-width:2px;font-weight:600}.content-editor-v2__add-format-wrapper{position:relative;flex-shrink:0}.content-editor-v2__add-format{display:flex;align-items:center;gap:4px;padding:5px 12px;border-radius:20px;border:1px dashed var(--theme-elevation-200);background:rgba(0,0,0,0);color:var(--theme-elevation-450);cursor:pointer;font-size:12px;font-family:inherit;transition:all .15s}.content-editor-v2__add-format:hover{border-color:var(--theme-elevation-400)}.content-editor-v2__format-menu{position:absolute;top:calc(100% + 6px);left:0;background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);width:220px;overflow:hidden;z-index:100;padding:4px;animation:fadeIn .3s ease both}.content-editor-v2__format-option{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer;width:100%;background:none;border:none;font-family:inherit;font-size:13px;font-weight:500;color:var(--theme-text);text-align:left;transition:background .1s}.content-editor-v2__format-option:hover{background:var(--theme-elevation-100)}.content-editor-v2__format-option span{flex:1}.content-editor-v2__format-count{font-size:10px;font-weight:600;padding:1px 7px;border-radius:10px}.content-editor-v2__content{max-width:680px;margin:0 auto;padding:40px 24px 200px}.content-editor-v2__blocknote .bn-container{font-family:var(--font-body)}.content-editor-v2__blocknote .bn-block-content[data-content-type=heading] [data-level="1"]{font-size:32px;font-weight:700;line-height:1.2;font-family:Georgia,serif}.content-editor-v2__blocknote .bn-block-content[data-content-type=heading] [data-level="2"]{font-size:24px;font-weight:700;line-height:1.25;font-family:Georgia,serif}.content-editor-v2__blocknote .bn-block-content[data-content-type=heading] [data-level="3"]{font-size:20px;font-weight:600;line-height:1.3}.content-editor-v2__blocknote .bn-block-content[data-content-type=paragraph]{font-size:16px;line-height:1.7}.content-editor-v2__blocknote .bn-inline-content[data-placeholder]:before{color:var(--theme-elevation-300)}.content-editor-v2__version-view{background:var(--theme-elevation-0);border-radius:14px;border:1px solid var(--theme-elevation-150);padding:32px 36px;box-shadow:0 1px 4px rgba(0,0,0,.03)}.content-editor-v2__version-header{display:flex;align-items:center;gap:12px;margin-bottom:28px}.content-editor-v2__version-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.content-editor-v2__version-title{font-size:18px;font-weight:700;color:var(--theme-text)}.content-editor-v2__version-subtitle{font-size:12px;color:var(--theme-elevation-450)}.content-editor-v2__version-content p{font-size:15px;line-height:1.7;color:var(--theme-elevation-700);margin:0 0 8px}.content-editor-v2__version-content p:last-child{margin-bottom:0}.content-studio-client{min-height:calc(100vh - 120px);background:var(--theme-bg)}.content-studio-client.view-enter{opacity:0;transform:translateY(8px)}.content-studio-client.view-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease-out,transform .3s ease-out}.content-studio-client.view-exit{opacity:1;transform:translateY(0)}.content-studio-client.view-exit-active{opacity:0;transform:translateY(-8px);transition:opacity .3s ease-out,transform .3s ease-out}.content-studio-client__editor-placeholder{padding:calc(var(--base)*4)}.content-studio-client__back-button{display:inline-flex;align-items:center;gap:calc(var(--base)*.75);padding:calc(var(--base)*1) calc(var(--base)*1.5);background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:calc(var(--base)*1);cursor:pointer;font-size:.875rem;font-weight:500;color:var(--theme-text);transition:all .15s ease;margin-bottom:calc(var(--base)*3)}.content-studio-client__back-button:hover{background:var(--theme-elevation-50);border-color:var(--theme-elevation-200)}.content-studio-client__back-button:focus{outline:2px solid var(--theme-elevation-400);outline-offset:2px}.content-studio-client__back-button svg{color:var(--theme-elevation-500)}.content-studio-client__placeholder-content{text-align:center;padding:calc(var(--base)*8);background:var(--theme-elevation-50);border-radius:calc(var(--base)*2);border:2px dashed var(--theme-elevation-150)}.content-studio-client__placeholder-content h2{font-size:1.5rem;font-weight:600;color:var(--theme-text);margin:0 0 calc(var(--base)*1)}.content-studio-client__placeholder-content p{font-size:1rem;color:var(--theme-elevation-500);margin:0}.content-studio-client__initial-text{margin-top:calc(var(--base)*2)!important;font-size:.875rem!important;font-style:italic;color:var(--theme-elevation-400)!important}