:root{--bg:#0a0a0f;--panel:#111118;--panel2:#171720;--text:#f7f7fa;--muted:#9898a8;--line:rgba(255,255,255,.08);--violet:#8b5cf6;--violet2:#6d4aff;--blue:#4f8cff;--green:#34d399;--amber:#f59e0b;--rose:#fb7185;--shadow:0 26px 80px rgba(0,0,0,.34);--radius:22px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}button{color:inherit}::selection{background:rgba(139,92,246,.35)}
.ambient{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.22;z-index:-1}.ambient-a{width:520px;height:520px;background:#6d28d9;top:-230px;left:-170px}.ambient-b{width:620px;height:620px;background:#1e40af;right:-310px;top:20%}.noise{position:fixed;inset:0;opacity:.025;pointer-events:none;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}
.brand{display:flex;align-items:center;gap:11px;font-size:16px;font-weight:620;letter-spacing:-.25px;white-space:nowrap}.brand b{font-weight:760}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#fff;font-size:15px;font-weight:800;background:linear-gradient(145deg,#9b79ff,#5c36e7);box-shadow:inset 0 1px rgba(255,255,255,.35),0 8px 28px rgba(109,74,255,.3)}.brand-center{justify-content:center;margin-bottom:26px}
.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;max-width:1220px;margin:auto;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.055)}.site-header nav{display:flex;gap:32px;color:#b9b9c5;font-size:14px}.site-header nav a:hover{color:#fff}.header-actions,.hero-actions{display:flex;align-items:center;gap:12px}
.btn{border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:0 18px;font-weight:680;font-size:14px;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#865cf6,#6a42e6);box-shadow:0 10px 30px rgba(107,67,229,.23)}.btn-primary:hover{box-shadow:0 14px 36px rgba(107,67,229,.35)}.btn-light{background:#f7f7fa;color:#111118}.btn-dark{background:#111118;color:#fff}.btn-ghost{color:#c4c4ce;background:transparent}.btn-secondary{background:#242431;border:1px solid var(--line)}.btn-danger{background:rgba(244,63,94,.12);color:#ff8699;border:1px solid rgba(244,63,94,.16)}.btn-wide{width:100%}.btn-large{min-height:54px;padding:0 24px;border-radius:15px}.btn-small{min-height:36px;padding:0 13px;font-size:12px}
.hero{max-width:1220px;min-height:700px;margin:auto;padding:84px 28px 92px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:54px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:#a78bfa}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:7px;box-shadow:0 0 0 6px rgba(52,211,153,.1);animation:pulse 2s infinite}.hero h1{font-size:clamp(50px,5.8vw,78px);line-height:.99;letter-spacing:-4px;margin:23px 0 25px;font-weight:760}.hero h1 span{color:#777786}.hero-copy>p{font-size:18px;line-height:1.65;color:#a9a9b8;max-width:600px}.hero-actions{margin-top:34px}.text-link{font-size:14px;color:#c3c3ce;padding:14px}.trust-row{display:flex;align-items:center;gap:14px;margin-top:50px;color:#dcdce3}.trust-row>span{display:flex;flex-direction:column;font-size:13px}.trust-row small{color:#777786;margin-top:4px}.avatar-stack{display:flex}.avatar-stack i{font-style:normal;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#292934;border:2px solid var(--bg);font-size:10px;margin-left:-7px}.avatar-stack i:first-child{margin-left:0;background:#3b2b68}.avatar-stack i:nth-child(2){background:#1e3a5f}
.hero-visual{position:relative;min-height:520px;display:grid;place-items:center;perspective:1300px}.app-preview{width:min(660px,100%);height:430px;background:rgba(18,18,26,.88);border:1px solid rgba(255,255,255,.11);border-radius:22px;box-shadow:0 45px 100px rgba(0,0,0,.46),inset 0 1px rgba(255,255,255,.06);overflow:hidden;transform:rotateY(-4deg) rotateX(2deg);backdrop-filter:blur(20px);animation:float 7s ease-in-out infinite}.preview-top{height:55px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:20px;padding:0 18px;color:#656574}.mini-brand{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--violet);color:#fff;font-weight:800;font-size:11px}.preview-search{height:31px;display:flex;align-items:center;flex:1;max-width:250px;background:#1d1d27;border:1px solid var(--line);border-radius:8px;color:#666676;font-size:11px;padding:0 11px}.preview-body{height:calc(100% - 55px);display:grid;grid-template-columns:160px 1fr}.preview-body aside{border-right:1px solid var(--line);padding:22px 14px;display:flex;flex-direction:column;gap:7px}.preview-body aside span{font-size:10px;padding:10px;border-radius:8px;color:#777786}.preview-body aside .active{background:rgba(139,92,246,.12);color:#c4b5fd}.preview-editor{padding:47px 45px}.preview-meta{display:flex;align-items:center;justify-content:space-between}.preview-meta small{font-size:9px;color:#686878}.tag{font-size:8px;letter-spacing:1px;color:#b9a8fb;background:rgba(139,92,246,.12);padding:5px 8px;border-radius:6px}.preview-editor h3{font-size:25px;margin:20px 0 13px;letter-spacing:-.7px}.preview-editor>p{color:#8e8e9e;font-size:12px;line-height:1.7}.fake-line{height:6px;border-radius:10px;background:#292933;width:64%;margin:14px 0}.fake-line.wide{width:92%}.fake-note{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;background:#171720;padding:14px;margin-top:29px}.fake-note>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:rgba(52,211,153,.12);color:var(--green);font-size:10px}.fake-note div{display:flex;flex-direction:column;font-size:10px}.fake-note small{color:#686878;margin-top:4px}.float-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;padding:12px 14px;background:rgba(28,28,38,.94);border:1px solid rgba(255,255,255,.12);border-radius:13px;box-shadow:0 18px 45px rgba(0,0,0,.35);backdrop-filter:blur(15px);font-size:11px;animation:float 6s ease-in-out infinite reverse}.float-chip>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px}.float-chip div{display:flex;flex-direction:column}.float-chip small{color:#777786;margin-top:3px}.chip-sync{left:-15px;bottom:72px}.chip-sync>span{background:rgba(52,211,153,.13);color:var(--green)}.chip-device{right:-17px;top:77px;animation-delay:-2s}.chip-device>span{background:rgba(79,140,255,.13);color:#77a8ff}.orbit{position:absolute;border:1px solid rgba(139,92,246,.13);border-radius:50%;animation:spin 24s linear infinite}.orbit-one{width:480px;height:480px}.orbit-two{width:600px;height:600px;animation-direction:reverse;animation-duration:34s}
.feature-section{max-width:1220px;margin:auto;padding:100px 28px 125px;border-top:1px solid rgba(255,255,255,.06)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:56px}.section-head h2{font-size:45px;line-height:1.1;letter-spacing:-2px;margin:18px 0 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article{background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:20px;padding:29px;min-height:240px}.feature-grid h3{font-size:18px;margin:34px 0 12px}.feature-grid p{font-size:14px;color:#8f8f9e;line-height:1.7}.feature-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;font-size:20px}.feature-icon.violet{background:rgba(139,92,246,.13);color:#a78bfa}.feature-icon.blue{background:rgba(79,140,255,.13);color:#7cadff}.feature-icon.green{background:rgba(52,211,153,.13);color:#4adea8}.cta{max-width:1164px;margin:0 auto 90px;padding:58px 62px;border-radius:28px;background:linear-gradient(115deg,#f7f4ff,#dcd2ff);color:#111118;display:flex;align-items:center;justify-content:space-between;box-shadow:0 30px 80px rgba(74,45,140,.18)}.cta h2{font-size:45px;letter-spacing:-2px;line-height:1.05;margin:15px 0 0}.cta .eyebrow{color:#6d4aff}footer{max-width:1220px;margin:auto;padding:30px 28px 48px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#707080}
@keyframes float{50%{transform:translateY(-9px) rotateY(-4deg) rotateX(2deg)}}@keyframes pulse{50%{box-shadow:0 0 0 9px rgba(52,211,153,0)}}@keyframes spin{to{transform:rotate(360deg)}}
.auth-body{display:grid;place-items:center;min-height:100vh;padding:35px 18px}.auth-wrap,.install-wrap{width:100%;max-width:440px;position:relative}.install-wrap{max-width:600px}.auth-card{background:rgba(18,18,26,.9);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:34px;box-shadow:var(--shadow);backdrop-filter:blur(22px)}.install-card{padding:36px 42px}.auth-heading{text-align:center;margin-bottom:27px}.auth-heading h1,.auth-card>h1{font-size:29px;letter-spacing:-1px;margin:12px 0 8px}.auth-heading p,.muted{font-size:14px;color:var(--muted);line-height:1.5}.stack-form{display:flex;flex-direction:column;gap:16px}.stack-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:650;color:#c9c9d2}.stack-form input{height:47px;width:100%;padding:0 14px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:#171720;color:#fff;outline:0}.stack-form input:focus{border-color:rgba(139,92,246,.75);box-shadow:0 0 0 3px rgba(139,92,246,.1)}.stack-form small{font-weight:400;color:#777786}.password-field{position:relative}.password-field input{padding-right:68px}.password-field button{position:absolute;right:8px;top:8px;height:31px;border:0;border-radius:8px;background:#252531;color:#aaaab7;font-size:11px;cursor:pointer}.form-between{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#aaaab7}.form-between a,.auth-switch a{color:#a78bfa;font-weight:700}.check{flex-direction:row!important;align-items:center!important;gap:7px!important;font-weight:500!important}.check input{width:15px;height:15px}.auth-switch{text-align:center;border-top:1px solid var(--line);padding-top:21px;margin-top:25px;color:#81818f;font-size:12px}.auth-foot{text-align:center;color:#5f5f6c;font-size:10px;margin-top:20px}.alert{padding:12px 14px;border-radius:10px;font-size:12px;line-height:1.4;margin:0 0 18px}.alert-error{color:#ff9bab;background:rgba(244,63,94,.1);border:1px solid rgba(244,63,94,.16)}.alert-success{color:#72e6ba;background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.16)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-section{display:flex;align-items:center;gap:12px;margin:6px 0 -1px}.form-section>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:rgba(139,92,246,.12);color:#a78bfa;font-size:10px;font-weight:800}.form-section div{display:flex;flex-direction:column;font-size:12px}.form-section small{font-size:10px;color:#777786;margin-top:2px}.success-orb{width:64px;height:64px;border-radius:20px;background:rgba(52,211,153,.12);color:var(--green);display:grid;place-items:center;font-weight:800;font-size:20px;margin:0 auto 24px}.auth-card>.success-orb~h1,.auth-card>.success-orb~p{text-align:center}
/* App */
.app-body{overflow:hidden;background:#0c0c12}.app-shell{height:100vh;display:grid;grid-template-columns:252px 1fr}.sidebar{background:#0d0d14;border-right:1px solid var(--line);padding:22px 15px 15px;display:flex;flex-direction:column;min-width:0;z-index:20}.sidebar-head{padding:0 8px 22px;display:flex;justify-content:space-between;align-items:center}.new-note-btn{height:44px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#8258f1,#6841db);font-weight:700;font-size:13px;text-align:left;padding:0 13px;display:flex;align-items:center;gap:9px;cursor:pointer;box-shadow:0 8px 25px rgba(104,65,219,.22)}.new-note-btn:hover{transform:translateY(-1px);box-shadow:0 11px 30px rgba(104,65,219,.33)}.new-note-btn>span{font-size:20px;font-weight:300}.new-note-btn kbd{margin-left:auto;background:rgba(0,0,0,.18);padding:4px 7px;border-radius:6px;font-size:9px;color:#d8cff8}.side-nav{display:flex;flex-direction:column;gap:4px;margin-top:22px}.side-nav button{height:39px;border:0;background:transparent;border-radius:9px;color:#858593;display:flex;align-items:center;gap:11px;padding:0 12px;font-size:12px;cursor:pointer;text-align:left}.side-nav button:hover{background:#16161e;color:#d4d4dc}.side-nav button.active{background:rgba(139,92,246,.11);color:#c2adff}.side-nav button span{width:17px;text-align:center;font-size:14px}.side-nav em{margin-left:auto;background:#23232d;color:#9292a0;font-style:normal;font-size:9px;padding:3px 7px;border-radius:8px}.tags-block{margin-top:27px;min-height:0}.side-label{display:flex;justify-content:space-between;align-items:center;padding:0 12px 10px;color:#555563;font-size:9px;letter-spacing:1.2px;font-weight:800}.side-label button{border:0;background:transparent;color:#6e6e7c;cursor:pointer}.tag-list{display:flex;flex-direction:column;max-height:210px;overflow:auto}.tag-list button{border:0;background:transparent;color:#777786;text-align:left;padding:8px 12px;border-radius:8px;font-size:11px;cursor:pointer}.tag-list button:hover{background:#16161e;color:#ccc}.tag-list i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--violet);margin-right:9px}.muted-small{font-size:10px;color:#555563;padding:8px 12px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:13px}.user-card{width:100%;display:grid;grid-template-columns:34px 1fr 20px;align-items:center;gap:10px;border:0;background:transparent;padding:8px;border-radius:10px;color:#aaaab5;text-align:left;cursor:pointer}.user-card:hover{background:#17171f}.user-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.user-card b{font-size:11px;color:#e2e2e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card small{font-size:9px;color:#656574;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.user-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#4f3a88,#2b2250);color:#d8ccff;font-size:11px;font-weight:800}.user-avatar.large{width:48px;height:48px;border-radius:14px;font-size:15px}.workspace{min-width:0;display:flex;flex-direction:column}.app-header{height:78px;min-height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 24px;gap:14px;background:rgba(12,12,18,.88);backdrop-filter:blur(16px);z-index:5}.app-header>div:nth-child(2){min-width:170px}.app-header h1{font-size:17px;margin:0;letter-spacing:-.3px}.app-header p{font-size:10px;color:#656574;margin:4px 0 0}.header-tools{margin-left:auto;display:flex;align-items:center;gap:9px}.search-box{width:min(310px,26vw);height:38px;border:1px solid var(--line);background:#15151d;border-radius:10px;display:flex;align-items:center;padding:0 9px;color:#666674}.search-box input{background:transparent;border:0;outline:0;color:#dddde4;width:100%;font-size:11px;padding:0 8px}.search-box kbd{font-size:8px;background:#21212b;padding:4px 6px;border-radius:5px;color:#6e6e7b}.sync-pill{height:30px;padding:0 10px;border:1px solid rgba(52,211,153,.11);background:rgba(52,211,153,.055);border-radius:9px;color:#78cdaa;display:flex;align-items:center;gap:7px;font-size:9px}.sync-pill i,.save-state i{width:6px;height:6px;border-radius:50%;background:var(--green)}.sync-pill.syncing i,.save-state.saving i{background:var(--amber);animation:pulse 1s infinite}.sync-pill.error i,.save-state.error i{background:var(--rose)}.icon-btn{border:1px solid var(--line);background:#17171f;border-radius:9px;min-width:34px;height:34px;display:grid;place-items:center;color:#888896;cursor:pointer}.icon-btn:hover{color:#fff;background:#20202a}.icon-btn.danger:hover{color:#ff879a;background:rgba(244,63,94,.1)}.content-area{display:grid;grid-template-columns:340px minmax(0,1fr);min-height:0;flex:1}.note-list-panel{border-right:1px solid var(--line);min-height:0;display:flex;flex-direction:column;background:#0f0f16}.list-toolbar{height:48px;min-height:48px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:10px;color:#686877}.list-toolbar select{border:0;background:transparent;color:#777786;font-size:10px;outline:0}.note-list{overflow:auto;padding:10px;flex:1}.note-card{position:relative;border:1px solid transparent;border-radius:13px;padding:14px 15px;margin-bottom:7px;cursor:pointer;background:#121219;transition:.18s}.note-card:hover{background:#17171f;border-color:var(--line)}.note-card.active{background:#1b1827;border-color:rgba(139,92,246,.26);box-shadow:0 8px 30px rgba(0,0,0,.13)}.note-card::before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:2px;border-radius:2px;background:transparent}.note-card.active::before{background:var(--violet)}.note-card[data-color="blue"]::before{background:var(--blue)}.note-card[data-color="emerald"]::before{background:var(--green)}.note-card[data-color="amber"]::before{background:var(--amber)}.note-card[data-color="rose"]::before{background:var(--rose)}.note-card-head{display:flex;justify-content:space-between;align-items:start;gap:8px}.note-card h3{font-size:12px;margin:0;color:#d9d9e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.note-card .pin{color:#a78bfa;font-size:11px}.note-card p{color:#717180;font-size:10px;line-height:1.5;height:30px;overflow:hidden;margin:8px 0 12px;white-space:pre-line}.note-card-foot{display:flex;align-items:center;justify-content:space-between}.note-card-foot time{font-size:8px;color:#50505c}.note-card-tags{display:flex;gap:4px;overflow:hidden}.note-card-tags span{font-size:7px;color:#9880e5;background:rgba(139,92,246,.09);padding:3px 5px;border-radius:4px;white-space:nowrap}.skeleton-card{height:100px;border-radius:13px;margin-bottom:8px;background:linear-gradient(90deg,#13131a,#1a1a23,#13131a);background-size:200%;animation:shimmer 1.4s infinite}.list-empty{text-align:center;color:#656574;font-size:11px;padding:50px 25px;line-height:1.6}@keyframes shimmer{to{background-position:-200%}}
.editor-panel{min-width:0;min-height:0;position:relative;background:radial-gradient(circle at 70% 0,rgba(139,92,246,.035),transparent 42%),#111118}.empty-state{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px}.empty-state h2{font-size:20px;margin:22px 0 8px}.empty-state p{max-width:300px;color:#6f6f7e;font-size:11px;line-height:1.6}.empty-state small{color:#53535f;margin-top:15px}.empty-state kbd{background:#20202a;border:1px solid var(--line);border-radius:5px;padding:3px 6px}.empty-illustration{width:105px;height:85px;border:1px solid rgba(139,92,246,.16);background:linear-gradient(145deg,rgba(139,92,246,.1),rgba(139,92,246,.02));border-radius:20px;position:relative;display:grid;place-items:center;color:#a78bfa;font-size:24px;transform:rotate(-3deg);box-shadow:15px 12px 0 -4px #181820,15px 12px 0 -3px var(--line)}.empty-illustration i{position:absolute;height:4px;background:rgba(255,255,255,.1);border-radius:5px;bottom:19px;left:20px;width:62px}.empty-illustration i:last-child{bottom:11px;width:42px}.editor{height:100%;display:flex;flex-direction:column}.hidden{display:none!important}.editor-toolbar{height:49px;min-height:49px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 17px}.editor-actions{display:flex;gap:6px}.editor-actions .icon-btn{height:30px;min-width:30px;border:0;background:transparent}.save-state{color:#6e6e7b;font-size:9px;display:flex;align-items:center;gap:7px}.editor-scroll{overflow:auto;flex:1;padding:52px max(40px,8vw) 22px;display:flex;flex-direction:column}.editor-meta{display:flex;align-items:center;gap:8px;min-height:26px}.tag-editor{display:flex;gap:6px;flex-wrap:wrap}.tag-editor span{font-size:8px;letter-spacing:.6px;color:#ad98ed;background:rgba(139,92,246,.1);padding:5px 7px;border-radius:6px}.tag-editor button{border:0;background:transparent;color:inherit;padding:0 0 0 4px;cursor:pointer}.add-note-tag{border:0;background:transparent;color:#626270;font-size:9px;cursor:pointer}.note-title{border:0;background:transparent;outline:0;color:#f1f1f4;font-size:34px;font-weight:730;letter-spacing:-1.2px;margin:18px 0 15px;width:100%}.format-bar{height:37px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:2px;margin-bottom:18px}.format-bar button{border:0;background:transparent;color:#686876;width:30px;height:28px;border-radius:6px;font-size:11px;cursor:pointer}.format-bar button:hover{background:#202029;color:#ddd}.format-bar span{flex:1}.note-content{width:100%;flex:1;min-height:350px;resize:none;border:0;outline:0;background:transparent;color:#c7c7d0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;line-height:1.85}.editor-footer{border-top:1px solid var(--line);padding-top:13px;display:flex;justify-content:space-between;font-size:8px;color:#53535f}.mobile-only{display:none}
.modal{width:min(540px,calc(100% - 28px));border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#14141c;color:#fff;padding:25px;box-shadow:0 40px 100px rgba(0,0,0,.65)}.modal::backdrop{background:rgba(3,3,7,.72);backdrop-filter:blur(7px)}.modal-head{display:flex;justify-content:space-between;align-items:start}.modal-head h2{margin:7px 0 0;font-size:23px}.profile-summary{display:flex;align-items:center;gap:13px;background:#1a1a23;border:1px solid var(--line);border-radius:13px;padding:14px;margin:22px 0}.profile-summary div{display:flex;flex-direction:column}.profile-summary b{font-size:13px}.profile-summary small{font-size:10px;color:#727280;margin-top:4px}.modal-section{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;gap:15px}.modal-section h3{font-size:12px;margin:0 0 5px}.modal-section p{font-size:9px;color:#6f6f7d;margin:0}.token-list{margin:13px 0;display:flex;flex-direction:column;gap:6px}.token-row{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--line);border-radius:10px;padding:10px 12px}.token-row div{display:flex;flex-direction:column}.token-row b{font-size:10px}.token-row small{font-size:8px;color:#626270;margin-top:3px}.token-row button{border:0;background:transparent;color:#f47b90;cursor:pointer;font-size:10px}.token-reveal{border:1px solid rgba(52,211,153,.2);background:rgba(52,211,153,.055);border-radius:11px;padding:12px;margin:12px 0}.token-reveal b{font-size:10px;color:#70dcb1}.token-reveal code{display:block;margin:8px 0;background:#0e0e14;padding:10px;border-radius:7px;color:#c7f6e3;word-break:break-all;font-size:10px;cursor:pointer}.token-reveal p{font-size:8px;color:#68766f;margin:0}.logout-form{border-top:1px solid var(--line);padding-top:16px;margin-top:18px}.toast-stack{position:fixed;right:18px;bottom:18px;z-index:100;display:flex;flex-direction:column;gap:8px}.toast{background:#20202a;border:1px solid var(--line);box-shadow:0 14px 40px rgba(0,0,0,.35);padding:11px 14px;border-radius:10px;font-size:10px;color:#ddd;animation:toastIn .2s ease}.toast.error{border-color:rgba(244,63,94,.3);color:#ff9aac}@keyframes toastIn{from{transform:translateY(8px);opacity:0}}.mobile-shade{display:none}
body.light{--bg:#f6f6f8;--panel:#fff;--panel2:#f4f4f7;--text:#17171c;--muted:#74747f;--line:rgba(20,20,30,.09);color-scheme:light;background:#f6f6f8}.light .sidebar{background:#f3f3f6}.light .workspace,.light .note-list-panel,.light .editor-panel{background:#fff}.light .app-header{background:rgba(255,255,255,.88)}.light .note-card{background:#f7f7f9}.light .note-card:hover{background:#f1f1f5}.light .note-card.active{background:#f0ecff}.light .search-box,.light .icon-btn,.light .stack-form input{background:#f4f4f7}.light .note-title{color:#17171c}.light .note-content{color:#393942}.light .modal{background:#fff;color:#17171c}.light .profile-summary{background:#f7f7f9}
@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:65px;text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:500px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:auto}.site-header nav{display:none}.content-area{grid-template-columns:300px 1fr}.editor-scroll{padding:40px 34px}.sync-pill{display:none}}
@media(max-width:740px){.site-header{padding:env(safe-area-inset-top) 18px 0;height:calc(70px + env(safe-area-inset-top))}.site-header .btn-ghost{display:none}.hero{padding:55px 18px 70px;min-height:auto}.hero h1{font-size:45px;letter-spacing:-2.7px}.hero-copy>p{font-size:15px}.hero-visual{min-height:380px}.app-preview{height:320px}.preview-body{grid-template-columns:100px 1fr}.preview-editor{padding:28px 20px}.chip-sync{left:0}.chip-device{right:0}.orbit-two{display:none}.feature-section{padding:70px 18px}.section-head h2,.cta h2{font-size:35px}.cta{margin:0 18px 55px;padding:36px 28px;display:block}.cta .btn{margin-top:28px}footer{padding:25px 18px calc(25px + env(safe-area-inset-bottom));gap:16px;flex-wrap:wrap}.app-shell{display:block}.sidebar{position:fixed;inset:0 auto 0 0;width:270px;padding-top:calc(22px + env(safe-area-inset-top));padding-bottom:calc(15px + env(safe-area-inset-bottom));transform:translateX(-102%);transition:.25s;box-shadow:30px 0 70px rgba(0,0,0,.45)}.sidebar.open{transform:translateX(0)}.mobile-shade.show{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:15}.mobile-only{display:grid}.app-header{height:calc(67px + env(safe-area-inset-top));min-height:calc(67px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0}.app-header>div:nth-child(2) p{display:none}.header-tools{gap:5px}.search-box{width:145px}.search-box kbd{display:none}.content-area{grid-template-columns:1fr;height:calc(100vh - 67px - env(safe-area-inset-top))}.note-list-panel{border:0}.editor-panel{position:fixed;inset:calc(67px + env(safe-area-inset-top)) 0 0;background:#111118;z-index:10;transform:translateX(100%);transition:.24s}.editor-panel.mobile-open{transform:translateX(0)}.light .editor-panel{background:#fff}.editor-toolbar::before{content:'←';width:30px;height:30px;display:grid;place-items:center;color:#999;cursor:pointer}.editor-scroll{padding:30px 20px calc(16px + env(safe-area-inset-bottom))}.note-title{font-size:28px}.note-content{min-height:280px}.auth-card,.install-card{padding:27px 22px}.form-grid{grid-template-columns:1fr}}

.more-wrap{position:relative}.color-menu{position:absolute;right:0;top:39px;width:178px;padding:12px;border:1px solid var(--line);border-radius:11px;background:#1d1d27;box-shadow:0 18px 45px rgba(0,0,0,.38);z-index:8;display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.color-menu>span{grid-column:1/-1;color:#686876;font-size:8px;font-weight:800;letter-spacing:.8px;margin-bottom:3px}.color-menu button{width:19px;height:19px;border:2px solid rgba(255,255,255,.12);border-radius:50%;cursor:pointer}.color-menu button[data-color="slate"]{background:#6b7280}.color-menu button[data-color="violet"]{background:var(--violet)}.color-menu button[data-color="blue"]{background:var(--blue)}.color-menu button[data-color="emerald"]{background:var(--green)}.color-menu button[data-color="amber"]{background:var(--amber)}.color-menu button[data-color="rose"]{background:var(--rose)}.color-menu button.active{outline:2px solid #fff;outline-offset:2px}.light .color-menu{background:#fff}
.admin-link{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border:1px solid var(--line);background:#1a1a23;border-radius:12px;padding:11px 13px;margin:-10px 0 20px}.admin-link>span:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:rgba(139,92,246,.12);color:#a78bfa}.admin-link div{display:flex;flex-direction:column}.admin-link b{font-size:10px}.admin-link small{font-size:8px;color:#696978;margin-top:3px}.admin-link:hover{border-color:rgba(139,92,246,.3)}.admin-body{background:#0d0d13}.admin-header{height:74px;border-bottom:1px solid var(--line);padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between}.admin-main{max-width:1180px;margin:auto;padding:55px 24px}.admin-title h1{font-size:34px;letter-spacing:-1.2px;margin:12px 0 8px}.admin-title p{font-size:12px;color:#777786}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.stat-grid article{background:#14141c;border:1px solid var(--line);border-radius:15px;padding:18px}.stat-grid span{display:block;color:#777786;font-size:10px}.stat-grid b{display:block;font-size:27px;margin-top:7px}.admin-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#14141c}.admin-table{border-collapse:collapse;width:100%;min-width:760px}.admin-table th{text-align:left;color:#626270;font-size:9px;letter-spacing:.7px;padding:13px 16px;border-bottom:1px solid var(--line)}.admin-table td{padding:14px 16px;border-bottom:1px solid var(--line);font-size:10px;color:#aaaab6}.admin-table tr:last-child td{border-bottom:0}.admin-table td:first-child b,.admin-table td:first-child small{display:block}.admin-table td:first-child b{color:#eee;font-size:11px}.admin-table td:first-child small{color:#696977;margin-top:4px}.role-badge,.status-badge{display:inline-flex;padding:4px 7px;border-radius:6px;background:#20202a;font-size:8px;text-transform:capitalize}.status-badge.active{color:#5ad7a8;background:rgba(52,211,153,.09)}.status-badge.suspended{color:#ff8fa1;background:rgba(244,63,94,.09)}.table-action{border:1px solid var(--line);background:#1d1d27;color:#aaaab6;border-radius:7px;padding:6px 9px;font-size:8px;cursor:pointer}.table-action:hover{color:#fff}
@media(max-width:640px){.admin-header{padding:0 16px}.admin-main{padding:35px 16px}.stat-grid{grid-template-columns:1fr}.admin-title h1{font-size:28px}}
