/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@font-face{font-family:Pretendard Variable;font-weight:45 920;font-style:normal;font-display:swap;src:url(/_next/static/media/PretendardVariable.ff840cfe.woff2)format("woff2-variations")}:root{--doraft-canvas:#fff;--doraft-surface:#f7f9fd;--doraft-text:#172b4d;--doraft-muted:#52627a;--doraft-accent:#1d4ed8;--doraft-accent-hover:#1e40af;--doraft-line:#e4e9ee;--doraft-danger:#b42318;--doraft-brand:#1068fc;--doraft-brand-hover:#0b5ae0;--doraft-brand-active:#094bbd;--doraft-accent-soft:#eaf1ff;--doraft-radius:6px;--doraft-control-height:2rem;--doraft-control-small-height:1.75rem;--doraft-control-large-height:2.5rem;--doraft-menu-item-height:2.75rem;--doraft-shadow:0 12px 32px #172b4d24;--doraft-raised:#fff;--doraft-control-line:#172b4d24;--doraft-danger-control-line:#b4231859;--doraft-danger-hover:#fdf2f1;--doraft-focus-ring:#1068fc52;--doraft-backdrop:#172b4d6b;--doraft-dialog-shadow:0 24px 64px #10182347;--doraft-state-icon-bg:#eff6ff;--doraft-track:#e9eef5;--doraft-avatar-bg:#dde6f7;--doraft-avatar-text:#5a71a6;--doraft-mark-bg:#dbeafe;--doraft-subtle:#f1f3f7;--doraft-faint:#8896ab;--doraft-wordmark:#0a162e;color:var(--doraft-text);font-family:Pretendard Variable,Apple SD Gothic Neo,system-ui,sans-serif}*{box-sizing:border-box}button,input{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--doraft-accent)}@supports (color:color-mix(in lab,red,red)){a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb,var(--doraft-accent) 35%,transparent)}}a:focus-visible,button:focus-visible,input:focus-visible{outline-offset:2px}.doraft-button{min-height:var(--doraft-control-height);border-radius:var(--doraft-radius);letter-spacing:0;white-space:nowrap;width:auto;box-shadow:none;background-image:none;border:0;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .12s,box-shadow .12s;display:inline-flex}.doraft-button--sm{min-height:var(--doraft-control-small-height);padding:0 10px;font-size:13px}.doraft-button--lg{min-height:var(--doraft-control-large-height);border-radius:8px;padding:0 16px;font-size:15px}.doraft-button--primary{color:#fff;background:var(--doraft-brand)}.doraft-button--primary:hover:not(:disabled){background:var(--doraft-brand-hover)}.doraft-button--primary:active:not(:disabled){background:var(--doraft-brand-active)}.doraft-button--secondary{color:var(--doraft-text);background:var(--doraft-raised);box-shadow:var(--doraft-control-line) 0 0 0 1px inset}.doraft-button--secondary:hover:not(:disabled){background:var(--doraft-surface)}.doraft-button--ghost{color:var(--doraft-brand);background:0 0}.doraft-button--ghost:hover:not(:disabled){background:var(--doraft-accent-soft)}.doraft-button--danger{color:var(--doraft-danger);background:var(--doraft-raised);box-shadow:var(--doraft-danger-control-line) 0 0 0 1px inset}.doraft-button--danger:hover:not(:disabled){background:var(--doraft-danger-hover)}.doraft-button:disabled{opacity:.5;cursor:not-allowed}.doraft-button:focus-visible{outline:3px solid var(--doraft-focus-ring);outline-offset:2px}.doraft-spinner{animation:doraft-spin .8s linear infinite}@keyframes doraft-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.doraft-spinner{animation:none}.doraft-button{transition:none}}.doraft-field{gap:6px;display:grid}.doraft-field__label{font-size:14px;font-weight:650}.doraft-field__input{width:100%;min-height:var(--doraft-control-height);border:1px solid var(--doraft-line);color:var(--doraft-text);background:var(--doraft-raised);border-radius:6px;padding:0 10px}.doraft-field__input[aria-invalid=true]{border-color:var(--doraft-danger)}.doraft-field__error,.doraft-field__hint{color:var(--doraft-muted);font-size:13px}.doraft-field__error{color:var(--doraft-danger)}.doraft-menu{position:relative}.doraft-icon-button,.doraft-menu__trigger{min-height:var(--doraft-control-height);color:var(--doraft-text);align-items:center;gap:8px;padding:0 12px;font-weight:650;display:inline-flex}.doraft-icon-button,.doraft-menu__popover,.doraft-menu__trigger{border:1px solid var(--doraft-line);background:var(--doraft-raised);border-radius:8px}.doraft-menu__popover{z-index:20;min-width:216px;box-shadow:var(--doraft-shadow);padding:4px;position:absolute;top:calc(100% + 8px);left:0}.doraft-menu__item{width:100%;min-height:var(--doraft-menu-item-height);text-align:left;color:var(--doraft-text);background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:4px 8px;display:flex}.doraft-menu__item:hover:not(:disabled){background:var(--doraft-surface)}.doraft-menu__item:disabled{opacity:.5}.doraft-menu__item-icon{place-items:center;display:grid}.doraft-menu__copy{flex:1;gap:2px;display:grid}.doraft-menu__copy small{color:var(--doraft-muted);font-size:12px}.doraft-workspace-mark{background:var(--doraft-mark-bg);width:24px;height:24px;color:var(--doraft-accent);border-radius:6px;place-items:center;font-weight:750;display:grid}.doraft-dialog-backdrop{z-index:50;background:var(--doraft-backdrop);place-items:center;padding:16px;display:grid;position:fixed;inset:0}.doraft-dialog{background:var(--doraft-raised);width:min(100%,560px);max-height:calc(100dvh - 32px);box-shadow:var(--doraft-dialog-shadow);border-radius:12px;overflow:auto}.doraft-dialog__footer,.doraft-dialog__header{border-bottom:1px solid var(--doraft-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.doraft-dialog__header h2{margin:0;font-size:18px}.doraft-dialog__footer{border-top:1px solid var(--doraft-line);border-bottom:0;justify-content:flex-end}.doraft-dialog__body{padding:20px}.doraft-icon-button{width:var(--doraft-control-height);justify-content:center;padding:0}.doraft-state{text-align:center;justify-items:center;gap:10px;max-width:480px;margin:48px auto;padding:24px;display:grid}.doraft-state__icon{background:var(--doraft-state-icon-bg);width:44px;height:44px;color:var(--doraft-accent);border-radius:12px;place-items:center;display:grid}.doraft-state h2,.doraft-state p{margin:0}.doraft-state p{color:var(--doraft-muted);line-height:1.6}.doraft-usage{gap:8px;display:grid}.doraft-usage__summary{font-size:14px;font-weight:600}.doraft-usage__track{background:var(--doraft-track);border-radius:999px;height:8px;overflow:hidden}.doraft-usage__track span{border-radius:inherit;background:var(--doraft-accent);height:100%;display:block}.doraft-usage__asof{color:var(--doraft-muted);margin:0;font-size:12px}.doraft-app-header__brand{color:var(--doraft-text);flex-shrink:0;gap:8px;text-decoration:none}.doraft-app-header__brand,.doraft-app-header__wordmark{align-items:center;display:flex}.doraft-app-header__shortcuts{align-items:center;gap:8px;display:inline-flex}.doraft-avatar{background:var(--doraft-avatar-bg);width:32px;height:32px;color:var(--doraft-avatar-text);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.doraft-menu.doraft-account-menu>.doraft-menu__trigger{min-width:var(--doraft-control-height);background:0 0;border:0;border-radius:50%;justify-content:center;padding:0}.doraft-menu.doraft-account-menu>.doraft-menu__trigger>svg{display:none}@media (pointer:coarse){a.doraft-avatar{position:relative}a.doraft-avatar:after{content:"";border-radius:50%;position:absolute;inset:-6px}}.doraft-app-header{border-bottom:1px solid var(--doraft-line);background:var(--doraft-canvas);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:24px;min-height:3.5rem;padding:0 20px;display:grid}.doraft-app-header__actions,.doraft-app-header__start{align-items:center;min-width:0;display:flex}.doraft-app-header__start{gap:10px}.doraft-app-header__actions{grid-column:-2/-1;justify-content:flex-end;gap:8px}.doraft-app-header__product{color:var(--doraft-text);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:15px;font-weight:600;position:relative;top:2px;overflow:hidden}.doraft-app-header__search{justify-self:center;width:min(100%,600px);min-width:0}@media (max-width:767px){.doraft-app-header{grid-template-columns:auto minmax(0,1fr) auto;column-gap:8px;padding:0 12px}.doraft-app-header__search,.doraft-app-header__wordmark{display:none}.doraft-app-header__product{top:0}.doraft-dialog-backdrop{align-items:end;padding:0}.doraft-dialog{border-radius:16px 16px 0 0;width:100%;max-height:88dvh}.doraft-dialog__body,.doraft-dialog__footer,.doraft-dialog__header{padding-left:16px;padding-right:16px}}.doraft-button>svg,.doraft-menu__item-icon>svg{width:1rem;height:1rem}.doraft-app-header__actions .doraft-menu__popover{left:auto;right:0}.doraft-icon-button>svg{width:1.25rem;height:1.25rem}@media (min-width:1024px) and (pointer:fine){:root{--doraft-menu-item-height:2rem}.doraft-menu__trigger{gap:6px;padding:0 10px}.doraft-dialog__footer,.doraft-dialog__header{padding:12px 16px}.doraft-dialog__body{padding:16px}body[data-doraft-density=compact]{--doraft-control-large-height:2.25rem;--doraft-menu-item-height:2rem}body[data-doraft-density=compact] .doraft-button--ghost,body[data-doraft-density=compact] .doraft-button--secondary,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-weight:500}body[data-doraft-density=compact] .doraft-menu__item[aria-checked=true]{font-weight:600}body[data-doraft-density=compact] .doraft-field__input,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-size:14px}body[data-doraft-density=compact] .doraft-menu__trigger{gap:6px;padding:0 8px}body[data-doraft-density=compact] .doraft-menu__trigger>svg:last-child{width:.75rem;height:.75rem}body[data-doraft-density=compact] .doraft-icon-button>svg,body[data-doraft-density=compact] .doraft-menu__item>svg{width:1rem;height:1rem}body[data-doraft-density=compact] .doraft-dialog .doraft-icon-button{width:var(--doraft-control-small-height);min-height:var(--doraft-control-small-height)}body[data-doraft-density=compact] .doraft-dialog__footer,body[data-doraft-density=compact] .doraft-dialog__header{padding:12px 16px}body[data-doraft-density=compact] .doraft-dialog__body{padding:16px}body[data-doraft-density=compact] .doraft-dialog .select-field select,body[data-doraft-density=compact] .doraft-dialog select{height:var(--doraft-control-height);min-height:var(--doraft-control-height);padding:0 34px 0 10px}}.doraft-dialog .select-field select,.doraft-dialog select{appearance:none;min-height:var(--doraft-control-height);border:1px solid var(--doraft-line);background-color:var(--doraft-raised);color:var(--doraft-text);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2352627a' stroke-width='1.5' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border-radius:6px;padding:6px 34px 6px 10px;font-size:.875rem;line-height:1.4}.doraft-dialog select:focus-visible{outline:3px solid var(--doraft-accent)}@supports (color:color-mix(in lab,red,red)){.doraft-dialog select:focus-visible{outline:3px solid color-mix(in srgb,var(--doraft-accent) 35%,transparent)}}.doraft-dialog select:focus-visible{outline-offset:2px}.doraft-workspace-order__hint{color:var(--doraft-muted);margin:0 0 12px;font-size:14px;line-height:1.5}.doraft-workspace-order__error{color:var(--doraft-danger);margin:0 0 12px;font-size:14px;line-height:1.5}.doraft-workspace-order{gap:8px;margin:0;padding:0;list-style:none;display:grid}.doraft-workspace-order li{min-height:var(--doraft-control-height);border:1px solid var(--doraft-line);border-radius:var(--doraft-radius);background:var(--doraft-raised);align-items:center;gap:12px;padding:6px 8px 6px 12px;display:flex}.doraft-workspace-order li[draggable=true]{cursor:grab}.doraft-workspace-order li[draggable=true]:active{cursor:grabbing}.doraft-workspace-order__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.doraft-workspace-order__actions{gap:4px;display:flex}.doraft-workspace-order__actions button{min-height:var(--doraft-control-small-height);border:1px solid var(--doraft-line);border-radius:var(--doraft-radius);background:var(--doraft-raised);color:var(--doraft-text);padding:0 8px;font-size:13px}.doraft-workspace-order__actions button:hover:not(:disabled){background:var(--doraft-surface)}.doraft-workspace-order__actions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:767px),(pointer:coarse){.doraft-workspace-order__actions{--doraft-control-small-height:2.75rem}.doraft-workspace-order__actions button{min-width:var(--doraft-control-small-height);min-height:var(--doraft-control-small-height)}}body[data-doraft-density=compact]{--doraft-control-height:2rem;--doraft-control-small-height:1.75rem;--doraft-control-large-height:2.25rem;--doraft-menu-item-height:2rem}body[data-doraft-density=compact] .doraft-button--ghost,body[data-doraft-density=compact] .doraft-button--secondary,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-weight:500}body[data-doraft-density=compact] .doraft-menu__item[aria-checked=true]{font-weight:600}body[data-doraft-density=compact] .doraft-field__input,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-size:14px}body[data-doraft-density=compact] .doraft-menu__trigger{gap:6px;padding:0 8px}body[data-doraft-density=compact] .doraft-menu__trigger>svg:last-child{width:.75rem;height:.75rem}body[data-doraft-density=compact] .doraft-icon-button>svg,body[data-doraft-density=compact] .doraft-menu__item>svg{width:1rem;height:1rem}body[data-doraft-density=compact] .doraft-dialog .doraft-icon-button{width:var(--doraft-control-small-height);min-height:var(--doraft-control-small-height)}body[data-doraft-density=compact] .doraft-dialog .select-field select,body[data-doraft-density=compact] .doraft-dialog select{height:var(--doraft-control-height);min-height:var(--doraft-control-height);padding:0 34px 0 10px}@media (pointer:coarse){.doraft-dialog .select-field select,.doraft-dialog select,.doraft-field__input,body[data-doraft-density=compact] .doraft-dialog .select-field select,body[data-doraft-density=compact] .doraft-dialog select{min-height:2.75rem}}.doraft-app-launcher{flex:none;position:relative}.doraft-app-launcher__trigger{min-width:var(--doraft-control-height);min-height:var(--doraft-control-height);color:var(--doraft-muted);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.doraft-app-launcher__trigger:hover{background:var(--doraft-surface)}.doraft-app-launcher__trigger[aria-expanded=true]{background:var(--doraft-accent-soft);color:var(--doraft-accent)}.doraft-app-launcher__popover{z-index:40;background:var(--doraft-raised);border:1px solid var(--doraft-line);box-shadow:var(--doraft-shadow);border-radius:10px;width:152px;padding:8px;position:absolute;top:calc(100% + 6px);left:0}.doraft-app-launcher__title{color:var(--doraft-muted);padding:2px 2px 8px;font-size:11.5px;font-weight:600}.doraft-app-launcher__grid{grid-template-columns:repeat(2,64px);gap:4px;display:grid}.doraft-app-launcher__tile{color:var(--doraft-text);border-radius:8px;flex-direction:column;align-items:center;gap:5px;padding:8px 2px 6px;text-decoration:none;display:flex;position:relative}.doraft-app-launcher__tile:hover{background:var(--doraft-surface)}.doraft-app-launcher__icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.doraft-app-launcher__tile.is-current .doraft-app-launcher__icon{background:var(--doraft-accent-soft)}.doraft-app-launcher__tile:not(.is-current) .doraft-app-launcher__icon{background:var(--doraft-subtle)}.doraft-app-launcher__tile:not(.is-current) .doraft-app-launcher__icon svg{filter:grayscale();opacity:.65}.doraft-app-launcher__label{font-size:12px;font-weight:600}.doraft-app-launcher__ext{color:var(--doraft-faint);position:absolute;top:4px;right:8px}@media (pointer:coarse){.doraft-app-launcher__trigger,.doraft-button,.doraft-icon-button,.doraft-menu__trigger{position:relative}.doraft-app-launcher__trigger:after,.doraft-button:after,.doraft-icon-button:after,.doraft-menu__trigger:after{content:"";height:2.75rem;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.doraft-app-launcher__trigger:after,.doraft-icon-button:after,.doraft-menu.doraft-account-menu>.doraft-menu__trigger:after{left:-6px;right:-6px}}:root{color-scheme:light;--doraft-warn:#8a4b0f;--doraft-warn-soft:#fef6e7;--doraft-warn-line:#f3ddab;--doraft-danger-soft:#fdecea;--doraft-danger-line:#f3c9c4;--notes-marker:#8896ab;--notes-caret:#1068fc;--notes-selection:#cfe0ff;--notes-code-bg:#f2f5f9;--notes-quote-bar:#d5dde8;--notes-tag-bg:#eaf1ff;--notes-tag-text:#1d4ed8;--notes-mark-bg:#dbe8ff;--notes-switch-off:#c5cedb;--notes-scrim:#0a162e52;--notes-toast-bg:#172b4d;--notes-toast-text:#fff;--notes-toast-action:#9cc3ff;--notes-kbd-bg:#d1d6dd;--notes-kbd-key:#fff;--notes-editor-size:16px;--notes-google-bg:#fff;--notes-google-text:#1f1f1f;--notes-google-line:#747775}:root[data-theme=dark]{color-scheme:dark;--doraft-canvas:#151b26;--doraft-surface:#10151e;--doraft-text:#e3e8f1;--doraft-muted:#a0acbf;--doraft-accent:#8ab4ff;--doraft-accent-hover:#a9c7ff;--doraft-line:#263041;--doraft-danger:#ff8a7a;--doraft-brand:#1068fc;--doraft-brand-hover:#2b7cff;--doraft-brand-active:#0b5ae0;--doraft-accent-soft:#1b2b48;--doraft-shadow:0 12px 32px #00000073;--doraft-faint:#6c7a90;--doraft-raised:#1c2330;--doraft-control-line:#d2def02e;--doraft-danger-hover:#2e1a19;--doraft-danger-control-line:#ff8a7a73;--doraft-backdrop:#02050a9e;--doraft-dialog-shadow:0 24px 64px #0000008c;--doraft-avatar-bg:#26344f;--doraft-avatar-text:#b2c5ee;--doraft-state-icon-bg:#1b2b48;--doraft-track:#263041;--doraft-wordmark:#fff;--doraft-focus-ring:#7aaaff73;--doraft-warn:#f0c46c;--doraft-warn-soft:#2e2615;--doraft-warn-line:#5a4618;--doraft-danger-soft:#3a1f1d;--doraft-danger-line:#6a2e28;--notes-marker:#6c7a90;--notes-caret:#6ea3ff;--notes-selection:#2a4677;--notes-code-bg:#1d2431;--notes-quote-bar:#34405a;--notes-tag-bg:#1d2e4f;--notes-tag-text:#9ec2ff;--notes-mark-bg:#29426e;--notes-switch-off:#3a4659;--notes-scrim:#02050a8c;--notes-toast-bg:#e3e8f1;--notes-toast-text:#10151e;--notes-toast-action:#1d4ed8;--notes-kbd-bg:#2a3039;--notes-kbd-key:#454c57;--notes-google-bg:#131314;--notes-google-text:#e3e3e3;--notes-google-line:#8e918f}body,html{height:100%}body{color:var(--doraft-text);background:var(--doraft-canvas);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.45}::selection{background:var(--notes-selection)}:focus-visible{outline:3px solid var(--doraft-focus-ring);outline-offset:2px}a:focus-visible,button:focus-visible,input:focus-visible{outline-color:var(--doraft-focus-ring)}h1,h2,p{margin:0}.notes-app{height:100%}.notes-sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.notes-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px;display:block}.notes-icon--20{width:20px;height:20px}.notes-brand{color:var(--doraft-text);align-items:center;gap:8px;display:inline-flex}.notes-brand__logo{width:auto;display:block}.notes-brand__product{font-size:15px;font-weight:600}.notes-brand--card .notes-brand__product{font-size:17px}.notes-center-page{background:var(--doraft-surface);grid-template-columns:minmax(0,1fr);align-content:center;place-items:center;gap:20px;min-height:100%;padding:24px;display:grid}.notes-center-page__foot{color:var(--doraft-muted);font-size:12px}.notes-card{background:var(--doraft-canvas);border:1px solid var(--doraft-line);border-radius:8px;width:420px;max-width:100%;padding:40px 36px 32px}.notes-card--wide{width:460px}.notes-card__brand{justify-content:center;margin-bottom:28px;display:flex}.notes-card__title{margin-bottom:8px;font-size:22px;font-weight:700;line-height:1.4}.notes-card__desc,.notes-card__title{text-align:center;word-break:keep-all}.notes-card__desc{color:var(--doraft-muted);margin-bottom:24px;font-size:14px;line-height:1.65}.notes-card__legal{color:var(--doraft-muted);text-align:center;margin-top:22px;font-size:12px}.notes-card__legal a{color:var(--doraft-accent);font-weight:600;text-decoration:none}.notes-card__legal a:hover{text-decoration:underline}.notes-card__legal-sep{margin:0 6px}.notes-card__error{color:var(--doraft-danger);text-align:center;margin-top:12px;font-size:13px}.notes-google-button{border:1px solid var(--notes-google-line);background:var(--notes-google-bg);width:100%;height:40px;color:var(--notes-google-text);border-radius:8px;justify-content:center;align-items:center;gap:10px;font-size:14.5px;font-weight:500;text-decoration:none;display:flex}.notes-who{border:1px solid var(--doraft-line);border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.notes-who__text{flex:1;min-width:0;line-height:1.35;display:grid}.notes-who__text b{font-size:14px;font-weight:600}.notes-who__text small{color:var(--doraft-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.notes-plain{text-align:center;justify-items:center;gap:10px;display:grid}.notes-plain .doraft-state__icon{margin-bottom:6px}.notes-plain h1{font-size:22px;font-weight:700}.notes-plain p{color:var(--doraft-muted);font-size:14px}@media (max-width:767px){.notes-card{padding:36px 24px 28px}.notes-card__title{font-size:21px}.notes-google-button{height:44px}}.notes-account-changed{width:min(100%,500px)}.notes-dialog-lead{overflow-wrap:anywhere;font-size:14px;line-height:1.65}.notes-shell{height:100%;min-height:0;display:flex}.notes-shell__nav{background:var(--doraft-surface);border-right:1px solid var(--doraft-line);flex-direction:column;flex:none;width:232px;display:flex}.notes-shell__brand{flex:none;align-items:center;height:56px;padding:0 16px;display:flex}.notes-shell__list{background:var(--doraft-canvas);border-right:1px solid var(--doraft-line);flex-direction:column;flex:none;width:336px;display:flex}.notes-shell__head{flex:none;align-items:center;height:56px;padding:0 16px;display:flex}.notes-shell__items{border-top:1px solid var(--doraft-line);flex:1;min-height:0;overflow:hidden}.notes-shell__item{border-bottom:1px solid var(--doraft-line);padding:14px 16px}.notes-shell__editor{--notes-pad:48px;background:var(--doraft-canvas);flex-direction:column;flex:1;min-width:0;display:flex}.notes-shell__bar{flex:none;height:56px}.notes-shell__doc{width:100%;max-width:calc(720px + 2 * var(--notes-pad));padding:28px var(--notes-pad) 120px;margin:0 auto}.notes-skeleton{gap:10px;display:grid}.notes-skeleton--pad{padding:12px 16px}.notes-skeleton__title{background:var(--doraft-track);border-radius:6px;height:12px}.notes-skeleton__line{background:var(--doraft-track);opacity:.7;border-radius:5px;height:9px}.notes-skeleton__heading{height:22px;margin-bottom:10px}.notes-skeleton__gap{margin-top:14px}@media (max-width:1199px){.notes-shell__nav{display:none}.notes-shell__list{width:300px}.notes-shell__editor{--notes-pad:32px}}@media (max-width:839px){.notes-shell__list{border-right:0;flex:1;width:100%}.notes-shell__editor{position:absolute}.notes-shell__editor>:not([role=status]){display:none}}.notes-icon--12{width:12px;height:12px}.notes-icon--14{width:14px;height:14px}.notes-icon--18{width:18px;height:18px}.notes-spacer{flex:1}.notes-icon-button{width:32px;height:32px;color:var(--doraft-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.notes-icon-button:hover:not(:disabled){background:var(--doraft-surface)}.notes-icon-button.is-on{background:var(--doraft-accent-soft);color:var(--doraft-accent)}.notes-icon-button:disabled{cursor:default;opacity:.5}.notes-kbd{color:var(--doraft-muted);border:1px solid var(--doraft-line);border-radius:4px;flex:none;padding:2px 5px;font:500 11.5px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.notes-layout{height:100%;overflow:hidden}.notes-layout,.notes-nav{min-height:0;display:flex;position:relative}.notes-nav{width:var(--notes-nav-width,232px);background:var(--doraft-surface);border-right:1px solid var(--doraft-line);flex-direction:column;flex:none}.notes-nav__brand{flex:none;align-items:center;gap:8px;height:56px;padding:0 16px;display:flex}.notes-nav__close{margin-left:auto;margin-right:-8px}.notes-nav__scroll{flex:1;min-height:0;padding-bottom:12px;overflow:auto}.notes-nav__group{padding:4px 0 8px}.notes-nav__head{color:var(--doraft-muted);padding:12px 16px 6px;font-size:12.5px;font-weight:600}.notes-nav__empty{color:var(--doraft-muted);padding:4px 16px 0;font-size:13px;line-height:1.55}.notes-nav-item{height:34px;color:var(--doraft-muted);white-space:nowrap;align-items:center;gap:10px;padding:0 16px;font-size:14px;text-decoration:none;display:flex;position:relative}.notes-nav-item:hover{color:var(--doraft-text)}.notes-item:focus-visible,.notes-nav-item:focus-visible,.notes-tag-row:focus-visible{outline-offset:-3px}.notes-nav-item.is-selected,.notes-tag-row.is-selected{background:var(--doraft-accent-soft);color:var(--doraft-accent);font-weight:600}.notes-item.is-selected:before,.notes-nav-item.is-selected:before,.notes-tag-row.is-selected:before{content:"";background:var(--doraft-accent);width:3px;position:absolute;top:0;bottom:0;left:0}.notes-tag-row{--notes-tag-depth:0;height:32px;padding:0 16px 0 calc(16px + 24px * var(--notes-tag-depth));color:var(--doraft-text);white-space:nowrap;align-items:center;gap:6px;font-size:13.5px;text-decoration:none;display:flex;position:relative}.notes-tag-row:after{content:"";width:calc(24px * var(--notes-tag-depth));background:repeating-linear-gradient(to right,transparent 0 21px,var(--doraft-line) 21px 22px,transparent 22px 24px);pointer-events:none;position:absolute;top:0;bottom:0;left:0}.notes-tag-row:hover:not(.is-selected){background:var(--doraft-canvas)}.notes-tag-row__twist{width:12px;height:32px;color:var(--doraft-muted);cursor:pointer;flex:none;justify-content:center;align-items:center;display:flex}.notes-tag-row__twist:empty{cursor:inherit}.notes-tag-row__name{text-overflow:ellipsis;overflow:hidden}.notes-tag-row__count{color:var(--doraft-muted);font-variant-numeric:tabular-nums;margin-left:auto;padding-left:8px;font-size:12px;font-weight:400}.notes-tag-row.is-selected .notes-tag-row__count,.notes-tag-row.is-selected .notes-tag-row__twist{color:var(--doraft-accent)}.notes-account{border-top:1px solid var(--doraft-line);flex:none;padding:8px;position:relative}.notes-account__error{color:var(--doraft-danger);padding:0 8px 8px;font-size:12.5px;line-height:1.5}.notes-account .doraft-menu__trigger{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:10px;width:100%;height:48px;padding:0 8px;font-weight:400}.notes-account .doraft-menu__trigger:hover,.notes-account .doraft-menu__trigger[aria-expanded=true]{background:var(--doraft-canvas)}.notes-account .doraft-menu__trigger>.lucide-chevron-down{display:none}.notes-account__who{min-width:0;line-height:1.3;display:grid}.notes-account__who b{font-size:13.5px;font-weight:600}.notes-account__who b,.notes-account__who small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notes-account__who small{color:var(--doraft-muted);font-size:12px}.notes-account .doraft-menu__popover{min-width:0;inset:auto 0 calc(100% + 6px)}.notes-account .doraft-menu__item-icon{color:var(--doraft-muted)}.notes-resize{z-index:6;cursor:col-resize;touch-action:none;width:7px;position:absolute;top:0;bottom:0;right:-4px}.notes-resize:after{content:"";background:0 0;width:1px;position:absolute;top:0;bottom:0;left:3px}.notes-resize:focus-visible{outline:none}.notes-resize:active:after,.notes-resize:focus-visible:after,.notes-resize:hover:after{background:var(--doraft-accent);width:2px;left:2.5px}body.notes-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.notes-list{width:var(--notes-list-width,336px);background:var(--doraft-canvas);border-right:1px solid var(--doraft-line);flex-direction:column;flex:none;min-height:0;display:flex;position:relative}.notes-list__head{flex:none;align-items:center;gap:8px;height:56px;padding:0 12px 0 16px;display:flex}.notes-list__head .notes-menu-button{margin-left:-6px}.notes-list__title{white-space:nowrap;align-items:baseline;gap:8px;min-width:0;font-size:16px;font-weight:700;display:flex}.notes-list__name{text-overflow:ellipsis;overflow:hidden}.notes-list__count{color:var(--doraft-muted);font-variant-numeric:tabular-nums;font-size:13px;font-weight:500}.notes-list__new{margin-left:auto}.notes-list__sub{min-height:28px;padding:0 16px 10px;font-size:12.5px}.notes-list__sub,.notes-search{color:var(--doraft-muted);flex:none;align-items:center;display:flex}.notes-search{border:1px solid var(--doraft-line);background:var(--doraft-canvas);height:36px;border-radius:8px;gap:8px;margin:0 16px 10px;padding:0 6px 0 10px}.notes-search:focus-within{border-color:var(--doraft-accent);box-shadow:0 0 0 3px var(--doraft-focus-ring)}.notes-search__input{min-width:0;height:100%;color:var(--doraft-text);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:13.5px}.notes-search__input::placeholder{color:var(--doraft-faint)}.notes-search__input:focus-visible{outline:none}.notes-items{border-top:1px solid var(--doraft-line);overscroll-behavior:contain;flex:1;min-height:0;position:relative;overflow:auto}.notes-items__list{margin:0;padding:0;list-style:none;position:relative}.notes-items__row,.notes-pin-gap{position:absolute;left:0;right:0}.notes-pin-gap{box-sizing:content-box;background:var(--doraft-surface);border-bottom:1px solid var(--doraft-line);height:8px}.notes-items__more{color:var(--doraft-muted);justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.notes-items .doraft-state{margin:56px auto 0;padding:16px 24px}.notes-editor .notes-empty h2,.notes-items .notes-empty h2{font-size:15px;font-weight:700}.notes-editor .notes-empty p,.notes-items .notes-empty p{font-size:13.5px}.notes-item{box-sizing:border-box;height:var(--notes-item-height,112px);border-bottom:1px solid var(--doraft-line);color:var(--doraft-text);padding:12px 16px;text-decoration:none;display:block;position:relative;overflow:hidden}.notes-item:hover:not(.is-selected){background:var(--doraft-surface)}.notes-item.is-selected{background:var(--doraft-accent-soft)}.notes-item__title{align-items:center;gap:6px;min-width:0;font-size:14.5px;font-weight:600;line-height:1.4;display:flex}.notes-item.is-selected .notes-item__title{font-weight:700}.notes-item__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notes-item--untitled .notes-item__text{color:var(--doraft-muted);font-weight:500}.notes-item__pin{color:var(--doraft-muted);margin-left:auto;display:inline-flex}.notes-item__preview{color:var(--doraft-muted);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.notes-item__meta{min-width:0;color:var(--doraft-muted);white-space:nowrap;align-items:center;gap:10px;margin-top:6px;font-size:12px;display:flex}.notes-item__tags{text-overflow:ellipsis;min-width:0;overflow:hidden}.notes-item__left--urgent{color:var(--doraft-danger);font-weight:600}.notes-editor{--notes-pad:48px;background:var(--doraft-canvas);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative}.notes-editor__bar{flex:none;align-items:center;gap:4px;height:56px;padding:0 12px;display:flex}.notes-editor__scroll{flex:1;min-height:0;overflow:auto}.notes-editor__scroll:focus-visible{outline:none}.notes-editor__scroll--center{place-items:center;display:grid}.notes-doc{width:100%;max-width:calc(720px + 2 * var(--notes-pad));padding:28px var(--notes-pad) 120px;margin:0 auto}.notes-source{font-family:inherit;font-size:var(--notes-editor-size);color:var(--doraft-text);white-space:pre-wrap;overflow-wrap:anywhere;tab-size:4;margin:0;line-height:1.7}.notes-scrim{z-index:35;background:var(--notes-scrim);opacity:0;visibility:hidden;transition:opacity .18s,visibility 0s linear .18s;position:absolute;inset:0}.notes-scrim[data-open]{opacity:1;visibility:visible;transition:opacity .18s,visibility}.notes-drawer{z-index:40;visibility:hidden;width:280px;max-width:calc(100% - 48px);transition:transform .18s,visibility 0s linear .18s;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:8px 0 24px #0a162e24}.notes-drawer[data-open]{visibility:visible;transition:transform .18s,visibility;transform:none}@media (prefers-reduced-motion:reduce){.notes-drawer,.notes-drawer[data-open],.notes-scrim,.notes-scrim[data-open]{transition:none}}.notes-layout[data-layout=two] .notes-editor{--notes-pad:32px}.notes-layout[data-layout=one] .notes-list{border-right:0;flex:1;width:100%}.notes-layout[data-layout=one] .notes-editor{--notes-pad:20px}.notes-layout[data-layout=one] .notes-doc{padding-top:16px;padding-bottom:40px}.notes-mhead{z-index:42;border-bottom:1px solid var(--doraft-line);background:var(--doraft-canvas);flex:none;align-items:center;gap:2px;height:52px;padding:0 8px 0 4px;display:flex;position:relative}.notes-mhead .notes-list__title{padding-left:4px}.notes-mhead .notes-icon-button{border-radius:8px;width:40px;height:40px}.notes-layout[data-layout=one] .notes-search{height:44px;margin:10px 12px}.notes-layout[data-layout=one] .notes-search__input{font-size:15px}.notes-layout[data-layout=one] .notes-list__sub{padding:12px 12px 10px;font-size:13px}.notes-layout[data-layout=one] .notes-item{padding:14px 16px}.notes-layout[data-layout=one] .notes-item__title{font-size:15.5px}.notes-layout[data-layout=one] .notes-item__preview{font-size:13.5px}.notes-layout[data-layout=one] .notes-scrim{top:52px}.notes-layout[data-layout=one] .notes-drawer{width:320px;top:52px}.notes-layout[data-layout=one] .notes-nav__brand{height:52px}.notes-layout[data-layout=one] .notes-nav-item{height:44px;font-size:15px}.notes-layout[data-layout=one] .notes-tag-row{height:40px;font-size:14.5px}@media (pointer:coarse){.notes-icon-button:after{content:"";width:max(100%,44px);height:max(100%,44px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notes-nav-item,.notes-tag-row{min-height:44px}.notes-tag-row__twist{width:24px;margin-left:-6px;margin-right:-6px}.notes-resize{width:16px;right:-8px}.notes-resize:after{left:7px}.notes-resize:active:after,.notes-resize:focus-visible:after,.notes-resize:hover:after{left:6.5px}}