html,body{margin:0;padding:0;width:100%;height:100%}:root{font-family:Roboto,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#242424}a:hover{color:#747bff}button{background-color:#1a1a1a}}body{background-color:#fff;color:#213547}[data-theme=dark],.theme-dark{color-scheme:dark}[data-theme=dark] body,.theme-dark body{background-color:#1a1a1a;color:#e0e0e0}.landing-container{width:100%;height:100vh;padding:0;box-sizing:border-box;background-color:#fff;position:fixed;top:0;left:0;right:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:#37352f;overflow-y:auto;overflow-x:hidden;margin:0}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1200px;margin:0 auto;position:relative;z-index:1000;gap:24px;background:#fff;box-sizing:border-box;width:100%}.landing-logo h1{font-size:24px;font-weight:600;color:#37352f;margin:0;letter-spacing:-.3px}.landing-nav{display:flex;gap:32px;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.landing-nav-link{font-size:14px;font-weight:500;color:#37352f;text-decoration:none;transition:color .2s ease;cursor:pointer}.landing-nav-link:hover{color:#787774}.landing-faq-contact-link{background:none;border:none;color:#37352f;font-size:inherit;font-family:inherit;text-decoration:underline;text-decoration-color:#787774;text-underline-offset:3px;cursor:pointer;padding:0;transition:color .2s ease,text-decoration-color .2s ease}.landing-faq-contact-link:hover{color:#2e2d29;text-decoration-color:#37352f}.landing-signin-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;background:#37352f;color:#fff}.landing-signin-btn:hover{background:#2e2d29}.landing-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1000;color:#37352f;transition:color .2s ease;position:relative}.landing-mobile-menu-btn:hover{color:#787774}.landing-mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background:#fff;z-index:999;padding:0;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 0 0 9999px #0000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,box-shadow .3s ease;pointer-events:none}.landing-mobile-menu.active{opacity:1;visibility:visible;box-shadow:0 0 0 9999px #0000004d;pointer-events:auto}.landing-mobile-menu-link{display:block;padding:20px 24px;font-size:18px;font-weight:500;color:#37352f;text-decoration:none;border-bottom:1px solid #e9e9e7;transition:background-color .2s ease}.landing-mobile-menu-link:first-child{margin-top:80px}.landing-mobile-menu-link:last-child{border-bottom:none}.landing-mobile-menu-link:hover{background:#f5f5f5}.landing-mobile-signin-btn{width:calc(100% - 48px);padding:16px 24px;margin:24px 24px 32px;border:none;border-radius:4px;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#37352f;color:#fff;text-align:center}.landing-mobile-signin-btn:hover{background:#2e2d29}.landing-main{width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;position:relative;box-sizing:border-box}.landing-hero{text-align:center;max-width:720px;margin:0 auto 40px;position:relative;z-index:5}.landing-title{font-size:clamp(40px,6vw,72px);font-weight:700;margin:0 0 24px;line-height:1.1;color:#37352f;letter-spacing:-1.2px}.landing-subtitle{font-size:clamp(18px,2.5vw,24px);margin:0 0 48px;line-height:1.5;color:#787774;font-weight:400}.landing-cta{display:flex;gap:12px;justify-content:center}.landing-cta-primary{padding:12px 24px;background:#37352f;border:none;border-radius:4px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.landing-cta-primary:hover{background:#2e2d29}.landing-app-badges{display:flex;gap:16px;justify-content:center;align-items:center;margin-top:24px;flex-wrap:wrap}.landing-app-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #e9e9e7;border-radius:8px;background:#fff;transition:all .2s ease;cursor:default}.landing-app-badge-clickable{cursor:pointer}.landing-app-badge-clickable:hover{border-color:#667eea;background:#f7fafc;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.landing-app-badge:hover{border-color:#37352f;background:#fafafa}.landing-app-icon{font-size:20px;color:#37352f}.landing-app-label{font-size:14px;font-weight:500;color:#37352f}.landing-app-soon{font-size:14px;color:#787774;margin-left:8px;white-space:nowrap}.landing-showcase{padding:120px 0;border-top:1px solid #e9e9e7}.landing-showcase-container{max-width:1200px;margin:0 auto;text-align:center;padding:0 24px}.landing-showcase-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;position:relative}.landing-showcase-text{font-family:Caveat,cursive;font-size:32px;font-weight:600;color:#37352f;transform:rotate(-2deg);display:inline-block}.landing-showcase-arrow{font-size:28px;color:#37352f;transform:rotate(75deg) translateY(-2px);animation:arrowWiggle 2s ease-in-out infinite;display:inline-block}@keyframes arrowWiggle{0%,to{transform:rotate(75deg) translateY(-2px)}50%{transform:rotate(80deg) translateY(-4px)}}.landing-showcase-demo{display:flex;justify-content:center;align-items:center;margin-top:64px;min-height:600px;position:relative;padding:20px}.browser-window{width:100%;max-width:1400px;background:#fff;border-radius:12px;border:5px solid #e9e9e7;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;overflow:hidden;display:flex;flex-direction:column;position:relative}.browser-header{background:#f5f5f5;padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e0e0e0;position:relative;z-index:20}.browser-dot{width:12px;height:12px;border-radius:50%}.browser-dot:nth-child(1){background:#ff5f57}.browser-dot:nth-child(2){background:#ffbd2e}.browser-dot:nth-child(3){background:#28ca42}.browser-url{flex:1;background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:6px 12px;font-size:13px;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,monospace;margin-left:12px;text-align:left}.browser-content{position:relative;background:#fff;min-height:600px;overflow:visible;z-index:1}.landing-updates{padding:48px 0 0;border-top:none;background:transparent}.landing-updates-container{max-width:560px;margin:0 auto;text-align:center;padding:0 24px}.landing-updates-content{margin:0}.landing-update-card{background:transparent;border-radius:0;padding:0;box-shadow:none;text-align:center;transition:none}.landing-update-card:hover{transform:none;box-shadow:none}.landing-update-date{font-size:14px;color:#ff6b35;font-weight:500;margin-bottom:20px}.landing-update-title{font-size:28px;font-weight:600;color:#37352f;margin:0 0 20px;letter-spacing:-.5px;line-height:1.3}.landing-update-description{font-size:16px;line-height:1.6;color:#787774;margin:0 0 32px}.landing-updates-btn{display:inline-block;padding:0;background:none;color:#787774;border:none;border-radius:0;font-size:15px;font-weight:400;cursor:pointer;transition:color .2s ease;margin-top:0;text-decoration:none;font-family:inherit}.landing-updates-btn:hover{background:none;transform:none;color:#37352f}.landing-features{padding:120px 0;border-top:1px solid #e9e9e7}.landing-features-container{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:1200px;margin:0 auto}.landing-feature{text-align:left}.landing-feature-title{font-size:24px;font-weight:600;margin:0 0 12px;color:#37352f;letter-spacing:-.3px}.landing-feature-desc{font-size:16px;line-height:1.6;color:#787774;margin:0}.landing-usecases{padding:120px 0;border-top:1px solid #e9e9e7}.landing-usecases-container{max-width:1200px;margin:0 auto;text-align:center}.landing-section-title{font-size:clamp(32px,5vw,48px);font-weight:700;margin:0 0 16px;color:#37352f;letter-spacing:-1px}.landing-section-subtitle{font-size:clamp(18px,2.5vw,20px);line-height:1.6;color:#787774;max-width:600px;margin:0 auto 64px}.landing-usecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:left}.landing-usecase{padding:32px;border-radius:8px;background:#fafafa;transition:transform .2s ease,box-shadow .2s ease}.landing-usecase:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.landing-usecase-icon{font-size:40px;margin-bottom:16px}.landing-usecase-title{font-size:20px;font-weight:600;margin:0 0 8px;color:#37352f;letter-spacing:-.2px}.landing-usecase-desc{font-size:15px;line-height:1.6;color:#787774;margin:0}.landing-why{padding:120px 0;border-top:1px solid #e9e9e7;background:#fff;position:relative}.landing-why-container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-why-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:64px}.landing-why-text{display:flex;flex-direction:column;gap:24px}.landing-why-main-title{font-size:clamp(36px,5vw,52px);font-weight:800;color:#37352f;margin:0;line-height:1.1;letter-spacing:-1.5px}.landing-why-intro{font-size:18px;line-height:1.7;color:#5a5a5a;margin:0;font-weight:400}.landing-why-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:450px;padding:0;margin-top:64px}.landing-why-split{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch;width:100%;max-width:1000px;margin:0 auto;min-height:400px}.landing-why-side{display:flex;flex-direction:column;padding:48px 40px;position:relative;transition:all .3s ease}.landing-why-linear-side{background:linear-gradient(135deg,#fafafa66,#f5f5f599);border:1px solid rgba(233,233,231,.4);border-radius:16px 0 0 16px}.landing-why-spatial-side{background:linear-gradient(135deg,#4ecdc408,#4ecdc414);border:1px solid rgba(78,205,196,.15);border-radius:0 16px 16px 0}.landing-why-side-label{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.landing-why-side-emoji{font-size:36px;line-height:1}.landing-why-side-title{font-size:20px;font-weight:700;color:#37352f;letter-spacing:-.5px}.landing-why-side-desc{margin-top:24px;font-size:14px;color:#787774;text-align:center;font-weight:500;font-style:italic}.landing-why-divider{width:1px;background:linear-gradient(180deg,transparent 0%,#e9e9e7 20%,#e9e9e7 80%,transparent 100%);position:relative;display:flex;align-items:center;justify-content:center}.landing-why-divider-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background:#fff;border:2px solid #e9e9e7;border-radius:50%}.landing-why-divider-line:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:linear-gradient(135deg,#4ecdc4,#ffd93d);border-radius:50%}.landing-why-linear-demo{flex:1;display:flex;flex-direction:column}.landing-why-scroll-container{flex:1;background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden;display:flex;gap:16px}.landing-why-scroll-bar{width:4px;background:#e9e9e7;border-radius:2px;position:relative;flex-shrink:0}.landing-why-scroll-bar:after{content:"";position:absolute;top:0;left:0;width:100%;height:40%;background:silver;border-radius:2px;animation:scrollThumb 3s ease-in-out infinite}@keyframes scrollThumb{0%,to{transform:translateY(0)}50%{transform:translateY(150%)}}.landing-why-scroll-content{flex:1;display:flex;flex-direction:column;gap:16px;position:relative}.landing-why-text-block{display:flex;flex-direction:column;gap:8px;animation:slideUp 3s ease-in-out infinite}.landing-why-text-block:nth-child(2){animation-delay:-1s}.landing-why-text-block:nth-child(3){animation-delay:-2s}@keyframes slideUp{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-10px)}}.landing-why-text-line{height:6px;background:#e9e9e7;border-radius:3px;width:100%}.landing-why-text-line.short{width:60%}.landing-why-scroll-fade{position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(180deg,transparent 0%,#ffffff 100%);pointer-events:none}.landing-why-spatial-demo{flex:1;display:flex;flex-direction:column}.landing-why-canvas{flex:1;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000014;position:relative;display:flex;align-items:center;justify-content:center}.landing-why-note{position:absolute;padding:10px 16px;border-radius:6px;font-size:13px;font-weight:600;color:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;transition:all .3s ease;animation:floatNote 4s ease-in-out infinite}.landing-why-note:hover{transform:scale(1.1);box-shadow:0 4px 16px #00000040;z-index:10}.landing-why-note-blue{background:linear-gradient(135deg,#4ecdc4,#45b8af);top:20%;left:15%;animation-delay:0s}.landing-why-note-purple{background:linear-gradient(135deg,#b19cd9,#9d84c7);top:15%;right:20%;animation-delay:-.8s}.landing-why-note-green{background:linear-gradient(135deg,#95e1d3,#7fd4c3);bottom:30%;left:25%;animation-delay:-1.6s}.landing-why-note-orange{background:linear-gradient(135deg,#ffa07a,#ff8761);bottom:20%;right:15%;animation-delay:-2.4s}.landing-why-note-pink{background:linear-gradient(135deg,#ffb6c1,#ff9dab);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-3.2s}@keyframes floatNote{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.landing-why-note-pink{animation-name:floatNoteCenter}@keyframes floatNoteCenter{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-8px)}}.landing-why-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:64px}.landing-why-stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px;background:#fafafa;border-radius:16px;transition:all .3s ease;border:2px solid transparent}.landing-why-stat:hover{transform:translateY(-4px);border-color:#37352f;background:#fff;box-shadow:0 8px 24px #00000014}.landing-why-stat-number{font-size:64px;font-weight:800;color:#37352f;line-height:1;margin-bottom:16px;letter-spacing:-2px;font-variant-numeric:tabular-nums}.landing-why-stat-content{display:flex;flex-direction:column;gap:8px}.landing-why-stat-label{font-size:17px;font-weight:600;color:#37352f;line-height:1.4}.landing-why-stat-source{font-size:13px;color:#787774;font-style:italic;line-height:1.4;display:inline-flex;align-items:center;gap:4px;text-decoration:none;transition:color .2s ease}.landing-why-stat-source:hover{color:#37352f}.landing-why-stat-icon{font-size:12px;opacity:.7;transition:opacity .2s ease}.landing-why-stat-source:hover .landing-why-stat-icon{opacity:1}.landing-why-insight{max-width:800px;margin:0 auto 48px;padding:40px;background:linear-gradient(135deg,#4ecdc40f,#4ecdc405);border-radius:16px;border:1px solid rgba(78,205,196,.15);position:relative}.landing-why-insight:before{content:'"';position:absolute;top:-10px;left:32px;font-size:120px;font-weight:300;color:#4ecdc433;line-height:1;font-family:Georgia,serif}.landing-why-insight p{font-size:19px;line-height:1.75;color:#37352f;margin:0;font-weight:400;position:relative;z-index:1}.landing-why-cta{text-align:center}.landing-why-cta-btn{padding:16px 48px;background:#37352f;border:none;border-radius:8px;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #37352f26}.landing-why-cta-btn:hover{background:#2e2d29;transform:translateY(-2px);box-shadow:0 8px 24px #37352f40}.landing-projects{padding:140px 0;border-top:1px solid #e9e9e7;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.landing-projects:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(78,205,196,.03) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,107,107,.03) 0%,transparent 50%);pointer-events:none}.landing-projects-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.landing-projects-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-projects-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:500px}.landing-projects-orbit-container{position:relative;width:400px;height:400px}.landing-projects-center-note{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#37352f,#2e2d29);box-shadow:0 8px 32px #37352f4d;display:flex;align-items:center;justify-content:center;z-index:10;animation:pulse 3s ease-in-out infinite}.landing-projects-center-text{color:#fff;font-size:16px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 8px 32px #37352f4d}50%{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 12px 40px #37352f66}}.landing-projects-orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px dashed rgba(55,53,47,.1);animation:rotateOrbit 20s linear infinite}.landing-projects-orbit-1{width:180px;height:180px;animation-duration:12s}.landing-projects-orbit-2{width:240px;height:240px;animation-duration:16s;animation-direction:reverse}.landing-projects-orbit-3{width:300px;height:300px;animation-duration:20s}.landing-projects-orbit-4{width:360px;height:360px;animation-duration:24s;animation-direction:reverse}.landing-projects-orbit-5{width:180px;height:180px;animation-duration:14s;animation-delay:-3s}.landing-projects-orbit-6{width:240px;height:240px;animation-duration:18s;animation-direction:reverse;animation-delay:-5s}.landing-projects-orbit-7{width:300px;height:300px;animation-duration:22s;animation-delay:-7s}.landing-projects-orbit-8{width:360px;height:360px;animation-duration:26s;animation-direction:reverse;animation-delay:-9s}@keyframes rotateOrbit{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.landing-projects-note{position:absolute;width:48px;height:48px;border-radius:50%;top:-24px;left:50%;margin-left:-24px;box-shadow:0 6px 20px #0003;transition:all .3s ease}.landing-projects-note:hover{transform:scale(1.3);box-shadow:0 10px 30px #0000004d;z-index:20}.landing-projects-text{display:flex;flex-direction:column;gap:24px}.landing-projects-title{font-size:clamp(36px,5vw,52px);font-weight:800;color:#37352f;margin:0;line-height:1.1;letter-spacing:-1.5px}.landing-projects-description{font-size:18px;line-height:1.7;color:#5a5a5a;margin:0;font-weight:400}.landing-projects-highlight{font-size:20px;line-height:1.6;color:#37352f;margin:16px 0 0;padding:24px;background:#4ecdc414;border-left:4px solid #4ECDC4;border-radius:4px;font-weight:600}.landing-purpose{padding:140px 0;border-top:none;background:linear-gradient(180deg,#fff,#fafafa,#f5f5f5);position:relative;overflow:hidden;width:100%;margin:0;box-sizing:border-box}.landing-purpose:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(78,205,196,.03) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,107,107,.03) 0%,transparent 50%);pointer-events:none}.landing-purpose-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.landing-purpose-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.landing-purpose-text{display:flex;flex-direction:column;gap:24px}.landing-purpose-title{font-size:clamp(36px,5vw,52px);font-weight:800;color:#37352f;margin:0;line-height:1.1;letter-spacing:-1.5px}.landing-purpose-description{font-size:18px;line-height:1.7;color:#5a5a5a;margin:0;font-weight:400}.landing-purpose-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.landing-purpose-notes-grid{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center}.landing-purpose-note{position:absolute;width:180px;height:200px;background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000014;padding:20px;display:flex;flex-direction:column;gap:12px;transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-purpose-note-1{top:50%;left:50%;transform:translate(-50%,-50%) rotate(-8deg);z-index:3;animation:floatNote1 6s ease-in-out infinite;border-top:4px solid #4ECDC4}.landing-purpose-note-2{top:50%;left:50%;transform:translate(-50%,-50%) translate(-120px) rotate(-3deg);z-index:2;animation:floatNote2 6s ease-in-out infinite;border-top:4px solid #FFD93D;opacity:.9}.landing-purpose-note-3{top:50%;left:50%;transform:translate(-50%,-50%) translate(120px) rotate(5deg);z-index:1;animation:floatNote3 6s ease-in-out infinite;border-top:4px solid #FF6B6B;opacity:.85}@keyframes floatNote1{0%,to{transform:translate(-50%,-50%) rotate(-8deg) translateY(0)}50%{transform:translate(-50%,-50%) rotate(-8deg) translateY(-20px)}}@keyframes floatNote2{0%,to{transform:translate(-50%,-50%) translate(-120px) rotate(-3deg) translateY(0)}50%{transform:translate(-50%,-50%) translate(-120px) rotate(-3deg) translateY(-15px)}}@keyframes floatNote3{0%,to{transform:translate(-50%,-50%) translate(120px) rotate(5deg) translateY(0)}50%{transform:translate(-50%,-50%) translate(120px) rotate(5deg) translateY(-25px)}}.landing-purpose-note:hover{transform:translate(-50%,-50%) rotate(0) scale(1.05)!important;z-index:10;box-shadow:0 16px 48px #00000026}.landing-purpose-note-header{width:60%;height:8px;background:linear-gradient(90deg,#e0e0e0 0%,transparent 100%);border-radius:4px;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:.6}50%{opacity:1}}.landing-purpose-note-line{width:100%;height:6px;background:#f0f0f0;border-radius:3px;margin-top:8px}.landing-purpose-note-line-short{width:70%}.landing-purpose-features{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:0 auto}.landing-purpose-feature{text-align:center;padding:32px 24px;background:#fff;border-radius:12px;border:1px solid #e9e9e7;transition:all .3s ease;position:relative;overflow:hidden}.landing-purpose-feature:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4ecdc4,#ffd93d,#ff6b6b);transform:translate(-100%);transition:transform .5s ease}.landing-purpose-feature:hover:before{transform:translate(0)}.landing-purpose-feature:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001a;border-color:#d0d0d0}.landing-purpose-feature-label{font-size:20px;font-weight:700;color:#37352f;margin-bottom:8px;letter-spacing:-.5px}.landing-purpose-feature-desc{font-size:14px;color:#787774;font-weight:500;letter-spacing:.2px}.landing-pricing{padding:120px 0;border-top:1px solid #e9e9e7;background:#fafafa}.landing-pricing-container{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.landing-pricing-toggle{display:flex;align-items:center;justify-content:center;gap:16px;margin:48px auto;font-size:15px;font-weight:500;color:#37352f}.landing-pricing-toggle span{transition:color .2s ease}.landing-pricing-toggle-active{color:#37352f;font-weight:600}.landing-pricing-toggle-switch{position:relative;display:inline-block;width:52px;height:28px;background:#e9e9e7;border:none;border-radius:14px;cursor:pointer;transition:background .2s ease;padding:0;margin:0}.landing-pricing-toggle-switch:hover{background:#dcdad9}.landing-pricing-toggle-slider{position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:12px;transition:left .2s ease;box-shadow:0 1px 3px #0000001f}.landing-pricing-toggle-switch.active .landing-pricing-toggle-slider{left:26px}.landing-pricing-toggle-badge{display:inline-block;margin-left:8px;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#78350f;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;letter-spacing:.3px}.landing-pricing-savings{margin-top:8px;font-size:13px;font-weight:600;color:#78350f;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:6px 12px;border-radius:6px;display:inline-block}.landing-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:64px auto 0}.landing-pricing-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;position:relative;display:flex;flex-direction:column}.landing-pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.landing-pricing-card-featured{border:2px solid #37352f;transform:scale(1.05)}.landing-pricing-card-featured:hover{transform:scale(1.05) translateY(-4px)}.landing-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#37352f;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.landing-pricing-header{margin-bottom:32px}.landing-pricing-title{font-size:24px;font-weight:600;color:#37352f;margin:0 0 16px;letter-spacing:-.3px}.landing-pricing-price{display:flex;align-items:baseline;justify-content:center;gap:8px}.landing-pricing-amount{font-size:48px;font-weight:700;color:#37352f;letter-spacing:-1px}.landing-pricing-period{font-size:14px;color:#787774;font-weight:500}.landing-pricing-features{list-style:none;padding:0;margin:0 0 32px;text-align:left;flex-grow:1}.landing-pricing-feature{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:15px;color:#37352f;border-bottom:1px solid #f0f0f0}.landing-pricing-feature:last-child{border-bottom:none}.landing-pricing-feature-disabled{color:#b0b0b0}.landing-pricing-feature-highlight{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;padding:12px!important;border:1px solid #fbbf24!important;font-weight:600;color:#78350f}.landing-pricing-icon{font-size:18px;font-weight:700;min-width:20px}.landing-pricing-btn{width:100%;padding:14px 24px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:auto}.landing-pricing-btn-primary{background:#37352f;color:#fff}.landing-pricing-btn-primary:hover{background:#2e2d29}.landing-pricing-btn-secondary{background:#fff;color:#37352f;border:2px solid #37352f}.landing-pricing-btn-secondary:hover{background:#37352f;color:#fff}.landing-pricing-guarantee{text-align:center;font-size:14px;color:#666;margin-top:12px;font-weight:500}.landing-faq{padding:120px 0;border-top:1px solid #e9e9e7;background:#fff}.landing-faq-container{max-width:800px;margin:0 auto;padding:0 24px;text-align:center}.landing-faq-list{margin-top:64px;text-align:left}.landing-faq-item{border-bottom:1px solid #e9e9e7}.landing-faq-item:last-child{border-bottom:none}.landing-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 0;background:none;border:none;cursor:pointer;font-size:18px;font-weight:600;color:#37352f;text-align:left;transition:color .2s ease}.landing-faq-question:hover{color:#787774}.landing-faq-question-open{color:#37352f}.landing-faq-icon{font-size:24px;font-weight:300;color:#37352f;min-width:24px;text-align:center;transition:transform .2s ease}.landing-faq-answer{padding:0 0 24px;font-size:16px;line-height:1.6;color:#787774;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.landing-header{padding:16px 20px;flex-wrap:nowrap;position:relative;width:100%;left:0;right:0;margin-left:0;margin-right:0}.landing-nav{display:none}.landing-mobile-menu-btn{display:flex;margin-left:auto}.landing-signin-btn{display:none;position:relative;z-index:1000}.landing-logo{position:relative;z-index:1000}.landing-main{padding:30px 20px;width:100%;box-sizing:border-box;margin-left:0;margin-right:0;max-width:100%}.landing-hero{padding:0 10px}.landing-title{margin-bottom:20px;font-size:clamp(32px,8vw,48px)}.landing-subtitle{margin-bottom:40px;font-size:clamp(16px,4vw,20px)}.landing-cta{flex-direction:column;align-items:center}.landing-cta-primary{width:100%;max-width:280px}.landing-app-badges{gap:12px;margin-top:20px}.landing-app-badge{padding:6px 12px}.landing-app-icon{font-size:18px}.landing-app-label{font-size:13px}.landing-app-soon{font-size:13px;margin-left:0;margin-top:8px;width:100%;text-align:center;white-space:normal}.landing-showcase{padding:80px 0}.landing-showcase-label{margin-bottom:20px}.landing-showcase-text{font-size:28px}.landing-showcase-arrow{font-size:24px}.landing-showcase-demo{min-height:500px;margin-top:48px;padding:1px}.browser-content{min-height:500px}.browser-window{max-width:100%}.landing-updates{padding:24px 0 0}.landing-updates-container{max-width:100%;padding:0 20px}.landing-update-card{padding:0}.landing-update-title{font-size:24px}.landing-update-description{font-size:15px;margin-bottom:24px}.landing-features{padding:80px 0}.landing-features-container{grid-template-columns:1fr;gap:40px}.landing-usecases{padding:80px 0}.landing-usecases-grid{grid-template-columns:1fr;gap:24px}.landing-section-subtitle{margin-bottom:48px}.browser-header{padding:10px 12px}.browser-dot{width:10px;height:10px}.browser-url{font-size:11px;padding:4px 8px;margin-left:8px}.landing-why{padding:80px 0}.landing-why-container{padding:0}.landing-why-content{grid-template-columns:1fr;gap:48px;margin-bottom:48px;padding:0 24px}.landing-why-text{order:1}.landing-why-visual{min-height:auto;margin-top:48px;order:2;padding:0;width:100%}.landing-why-main-title{font-size:clamp(28px,7vw,40px);margin-bottom:20px}.landing-why-intro{font-size:17px}.landing-why-split{grid-template-columns:1fr 1fr;gap:0;min-height:auto;width:calc(100% - 16px);margin:0 auto;max-width:100%}.landing-why-side{padding:24px 12px}.landing-why-linear-side{border-radius:12px 0 0 12px}.landing-why-divider{display:none}.landing-why-spatial-side{border-radius:0 12px 12px 0}.landing-why-side-label{margin-bottom:24px}.landing-why-side-emoji{font-size:28px}.landing-why-side-title{font-size:16px}.landing-why-side-desc{font-size:12px;margin-top:16px}.landing-why-scroll-container{padding:14px;min-height:180px}.landing-why-text-line{height:5px}.landing-why-canvas{padding:16px;min-height:180px}.landing-why-note{font-size:11px;padding:7px 12px}.landing-why-stats{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.landing-why-stat{padding:32px 24px}.landing-why-stat-number{font-size:52px;margin-bottom:12px}.landing-why-stat-label{font-size:16px}.landing-why-stat-source{font-size:12px}.landing-why-insight{padding:32px 24px;margin-bottom:40px}.landing-why-insight:before{font-size:80px;top:-5px;left:20px}.landing-why-insight p{font-size:17px}.landing-why-cta-btn{padding:14px 40px;font-size:16px}.landing-projects{padding:80px 0}.landing-projects-content{grid-template-columns:1fr;gap:48px}.landing-projects-visual{min-height:400px;order:2}.landing-projects-orbit-container{width:320px;height:320px}.landing-projects-center-note{width:80px;height:80px}.landing-projects-center-text{font-size:14px}.landing-projects-orbit-1{width:140px;height:140px}.landing-projects-orbit-2{width:190px;height:190px}.landing-projects-orbit-3{width:240px;height:240px}.landing-projects-orbit-4{width:290px;height:290px}.landing-projects-orbit-5{width:140px;height:140px}.landing-projects-orbit-6{width:190px;height:190px}.landing-projects-orbit-7{width:240px;height:240px}.landing-projects-orbit-8{width:290px;height:290px}.landing-projects-note{width:40px;height:40px;top:-20px;margin-left:-20px}.landing-projects-text{order:1}.landing-projects-title{font-size:clamp(28px,7vw,40px)}.landing-projects-description{font-size:16px}.landing-projects-highlight{font-size:18px;padding:20px}.landing-purpose{padding:80px 0}.landing-purpose-container{padding:0 20px}.landing-purpose-content{grid-template-columns:1fr;gap:48px;margin-bottom:60px}.landing-purpose-text{order:1}.landing-purpose-visual{order:2;min-height:350px}.landing-purpose-notes-grid{height:350px}.landing-purpose-note{width:140px;height:160px;padding:16px}.landing-purpose-note-2{transform:translate(-50%,-50%) translate(-90px) rotate(-3deg)}.landing-purpose-note-3{transform:translate(-50%,-50%) translate(90px) rotate(5deg)}@keyframes floatNote2{0%,to{transform:translate(-50%,-50%) translate(-90px) rotate(-3deg) translateY(0)}50%{transform:translate(-50%,-50%) translate(-90px) rotate(-3deg) translateY(-15px)}}@keyframes floatNote3{0%,to{transform:translate(-50%,-50%) translate(90px) rotate(5deg) translateY(0)}50%{transform:translate(-50%,-50%) translate(90px) rotate(5deg) translateY(-25px)}}.landing-purpose-title{font-size:clamp(28px,7vw,40px)}.landing-purpose-description{font-size:16px}.landing-purpose-features{grid-template-columns:1fr;gap:20px}.landing-purpose-feature{padding:24px 20px}.landing-purpose-feature-label{font-size:18px}.landing-purpose-feature-desc{font-size:13px}.landing-pricing{padding:80px 0}.landing-pricing-grid{grid-template-columns:1fr;gap:24px;margin-top:48px}.landing-pricing-container{padding:0 20px;width:100%;box-sizing:border-box;margin-left:auto;margin-right:auto}.landing-section-title{font-size:clamp(28px,7vw,36px);margin-bottom:12px}.landing-section-subtitle{font-size:clamp(16px,4vw,18px);margin-bottom:48px}.landing-pricing-card-featured{transform:scale(1)}.landing-pricing-card-featured:hover{transform:translateY(-4px)}.landing-pricing-badge{padding:6px 20px}.landing-faq{padding:80px 0}.landing-faq-list{margin-top:48px}.landing-faq-question{font-size:16px;padding:20px 0}.landing-faq-answer{font-size:15px;padding:0 0 20px}.landing-faq-container,.landing-usecases-container,.landing-showcase-container{padding:0 20px;width:100%;box-sizing:border-box;margin-left:auto;margin-right:auto}}@media(max-width:480px){.landing-header{padding:12px 16px}.landing-logo h1{font-size:20px}.landing-main{padding:20px 16px;width:100%;box-sizing:border-box;margin-left:0;margin-right:0;max-width:100%}.landing-title{font-size:clamp(28px,10vw,36px);margin-bottom:16px}.landing-subtitle{font-size:clamp(14px,4vw,18px);margin-bottom:32px}.landing-cta-primary{padding:10px 20px;font-size:14px}.landing-app-badges{gap:10px;margin-top:16px}.landing-app-badge{padding:6px 10px}.landing-app-icon{font-size:16px}.landing-app-label{font-size:12px}.landing-app-soon{font-size:12px;margin-top:8px;white-space:normal}.landing-showcase{padding:60px 0}.landing-showcase-text{font-size:24px}.landing-showcase-arrow{font-size:20px}.landing-updates{padding:20px 0 0}.landing-updates-container{padding:0 16px}.landing-update-card{padding:0}.landing-update-title{font-size:22px}.landing-update-description{font-size:14px;margin-bottom:20px}.landing-updates-btn{font-size:14px}.landing-features,.landing-usecases,.landing-why{padding:60px 0}.landing-why-container{padding:0}.landing-why-content{gap:40px;margin-bottom:40px;padding:0 16px}.landing-why-visual{min-height:280px;margin:24px 0 20px;padding:0;width:100%}.landing-why-main-title{font-size:clamp(24px,8vw,32px);margin-bottom:16px}.landing-why-intro{font-size:16px}.landing-why-stats{gap:20px;margin-bottom:40px}.landing-why-stat{padding:28px 20px}.landing-why-stat-number{font-size:44px;margin-bottom:12px}.landing-why-stat-label{font-size:15px}.landing-why-stat-source{font-size:11px}.landing-why-insight{padding:28px 20px;margin-bottom:32px}.landing-why-insight:before{font-size:60px;top:-5px;left:16px}.landing-why-insight p{font-size:16px}.landing-why-split{gap:0;width:calc(100% - 12px);margin:0 auto;max-width:100%}.landing-why-side{padding:20px 10px}.landing-why-linear-side{border-radius:8px 0 0 8px}.landing-why-spatial-side{border-radius:0 8px 8px 0}.landing-why-side-label{margin-bottom:20px;gap:6px}.landing-why-side-emoji{font-size:24px}.landing-why-side-title{font-size:15px}.landing-why-side-desc{font-size:11px;margin-top:14px}.landing-why-scroll-container{padding:12px;min-height:160px;gap:12px}.landing-why-scroll-bar{width:3px}.landing-why-text-block{gap:6px}.landing-why-text-line{height:4px}.landing-why-canvas{padding:14px;min-height:160px}.landing-why-note{font-size:10px;padding:6px 10px}.landing-why-cta-btn{padding:12px 36px;font-size:15px;width:100%;max-width:280px}.landing-projects{padding:60px 0}.landing-projects-content{gap:40px}.landing-projects-visual{min-height:320px}.landing-projects-orbit-container{width:280px;height:280px}.landing-projects-center-note{width:70px;height:70px}.landing-projects-center-text{font-size:12px}.landing-projects-orbit-1{width:120px;height:120px}.landing-projects-orbit-2{width:160px;height:160px}.landing-projects-orbit-3{width:200px;height:200px}.landing-projects-orbit-4{width:240px;height:240px}.landing-projects-orbit-5{width:120px;height:120px}.landing-projects-orbit-6{width:160px;height:160px}.landing-projects-orbit-7{width:200px;height:200px}.landing-projects-orbit-8{width:240px;height:240px}.landing-projects-note{width:36px;height:36px;top:-18px;margin-left:-18px}.landing-projects-title{font-size:clamp(24px,8vw,32px)}.landing-projects-description{font-size:15px;line-height:1.6}.landing-projects-highlight{font-size:16px;padding:18px}.landing-purpose{padding:60px 0}.landing-purpose-container{padding:0 16px}.landing-purpose-content{gap:40px;margin-bottom:48px}.landing-purpose-visual{min-height:300px}.landing-purpose-notes-grid{height:300px}.landing-purpose-note{width:120px;height:140px;padding:14px}.landing-purpose-note-2{transform:translate(-50%,-50%) translate(-70px) rotate(-3deg)}.landing-purpose-note-3{transform:translate(-50%,-50%) translate(70px) rotate(5deg)}@keyframes floatNote2{0%,to{transform:translate(-50%,-50%) translate(-70px) rotate(-3deg) translateY(0)}50%{transform:translate(-50%,-50%) translate(-70px) rotate(-3deg) translateY(-12px)}}@keyframes floatNote3{0%,to{transform:translate(-50%,-50%) translate(70px) rotate(5deg) translateY(0)}50%{transform:translate(-50%,-50%) translate(70px) rotate(5deg) translateY(-18px)}}.landing-purpose-note-header{height:6px}.landing-purpose-note-line{height:5px;margin-top:6px}.landing-purpose-title{font-size:clamp(24px,8vw,32px)}.landing-purpose-description{font-size:15px;line-height:1.6}.landing-purpose-features{gap:16px}.landing-purpose-feature{padding:20px 16px}.landing-purpose-feature-label{font-size:16px}.landing-purpose-feature-desc{font-size:12px}.landing-pricing,.landing-faq{padding:60px 0}.landing-section-title{font-size:clamp(24px,8vw,32px)}.landing-pricing-card{padding:32px 24px}.browser-window{border-radius:8px}.browser-header{padding:8px 10px}.browser-url{font-size:10px;padding:4px 6px}}.landing-notes-container{position:relative;width:100%;height:180px;display:flex;justify-content:center;align-items:center;margin-bottom:16px;margin-top:0;padding:0 20px;box-sizing:border-box;overflow:visible}.landing-orbit-path{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:120px;pointer-events:none;z-index:0;max-width:calc(100% - 40px);overflow:visible}.landing-note-circle{position:absolute;top:50%;left:50%;width:70px;height:70px;animation:float 3s ease-in-out infinite;animation-delay:calc(var(--index) * .15s);z-index:1;transform-origin:center center;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y)));overflow:visible}.landing-note-content{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1.5px #0000000a,inset 0 0 0 2px #00000008,0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.landing-note-circle:hover .landing-note-content{transform:scale(1.1);box-shadow:inset 0 0 0 1.5px #0000000a,inset 0 0 0 2px #00000008,0 4px 12px #00000026}@keyframes float{0%,to{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) translateY(0)}50%{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) translateY(-8px)}}@media(max-width:768px){.landing-notes-container{height:150px;margin-bottom:12px;padding:0 15px}.landing-orbit-path{width:400px;height:100px;max-width:95%}.landing-note-circle{width:55px;height:55px}.landing-note-content{min-width:55px;min-height:55px}}@media(max-width:480px){.landing-notes-container{height:120px;margin-bottom:10px;padding:0 10px}.landing-orbit-path{width:320px;height:80px;max-width:100%}.landing-note-circle{width:45px;height:45px}.landing-note-content{min-width:45px;min-height:45px}}.notes-container{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:20px;box-sizing:border-box;cursor:grab;background-color:#fff}.notes-container.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.notes-container.editor-open,.notes-container.editor-open.dragging,.notes-container.todo-open,.notes-container.todo-open.dragging{cursor:default!important}.notes-layout{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;width:100%;height:100%}.home-button{position:absolute;top:20px;left:20px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.home-button:hover{opacity:.9;transform:scale(1.1)}.home-button svg,.home-button .react-icon{width:24px;height:24px}.breadcrumb-nav{position:absolute;top:90px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:10;max-width:220px;max-height:calc(100vh - 120px);overflow-y:auto;overflow-x:visible;padding-right:12px}.breadcrumb-nav::-webkit-scrollbar{width:6px}.breadcrumb-nav::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.breadcrumb-nav::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.breadcrumb-nav::-webkit-scrollbar-thumb:hover{background:#ffffff80}.breadcrumb-item{display:flex;flex-direction:column;padding:8px 12px;border-radius:12px;color:#fff;font-family:Roboto;font-size:13px;font-weight:400;box-shadow:0 2px 8px #0003;transition:all .2s ease;border:2px solid rgba(255,255,255,.2);min-width:120px;max-width:200px;box-sizing:border-box}.breadcrumb-item:hover:not(.active){transform:translate(4px);box-shadow:0 4px 12px #0000004d;border-color:#fff6}.breadcrumb-item.active{border-color:#fff9;box-shadow:0 4px 16px #0006;font-weight:500;transform:translate(8px)}[data-theme=light] .breadcrumb-item.active,.theme-light .breadcrumb-item.active{border-color:#00000026;box-shadow:0 4px 16px #00000026}[data-theme=light] .breadcrumb-item,.theme-light .breadcrumb-item{border-color:#0000001a;box-shadow:0 2px 8px #0000001a}[data-theme=light] .breadcrumb-item:hover:not(.active),.theme-light .breadcrumb-item:hover:not(.active){border-color:#00000026;box-shadow:0 4px 12px #00000026}[data-theme=light] .breadcrumb-nav::-webkit-scrollbar-track,.theme-light .breadcrumb-nav::-webkit-scrollbar-track{background:#0000000d}[data-theme=light] .breadcrumb-nav::-webkit-scrollbar-thumb,.theme-light .breadcrumb-nav::-webkit-scrollbar-thumb{background:#0003}[data-theme=light] .breadcrumb-nav::-webkit-scrollbar-thumb:hover,.theme-light .breadcrumb-nav::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=light] .breadcrumb-ellipsis,.theme-light .breadcrumb-ellipsis{color:#0006}.breadcrumb-level{font-size:11px;font-weight:500;opacity:.9;margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.breadcrumb-name{font-size:14px;font-weight:400;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:6px}.breadcrumb-emoji{font-size:16px;line-height:1}.breadcrumb-ellipsis{display:flex;align-items:center;justify-content:center;padding:8px 12px;color:#fff9;font-family:Roboto;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none;min-width:120px}.expand-button{position:absolute;bottom:20px;right:20px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.expand-button:hover{opacity:.9;transform:scale(1.1)}.expand-button svg,.expand-button .react-icon{width:24px;height:24px}.search-button{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.search-button:hover{opacity:.9;transform:scale(1.1)}.search-button svg,.search-button .react-icon{width:24px;height:24px}.todo-button{position:absolute;top:20px;right:80px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.todo-button:hover{opacity:.9;transform:scale(1.1)}.todo-button svg,.todo-button .react-icon{width:24px;height:24px}.todo-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-family:Roboto,sans-serif;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef444466,0 0 0 2px #fff;animation:todoBadgePop .4s cubic-bezier(.68,-.55,.265,1.55)}[data-theme=dark] .todo-badge,.theme-dark .todo-badge{box-shadow:0 2px 8px #ef444499,0 0 0 2px #1a1a1a}@keyframes todoBadgePop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.back-button{display:none}.note-transition{transition:all .3s ease-in-out}.main-note-circle{width:18vw;height:18vw;max-width:220px;max-height:220px;min-width:140px;min-height:140px;background:#f80;border:none;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;z-index:2}[data-theme=light] .main-note-circle,.theme-light .main-note-circle{box-shadow:none}[data-theme=dark] .main-note-circle,.theme-dark .main-note-circle{border:none;box-shadow:none}.main-note-circle:hover{transform:scale(1.05)}.satellite-note{position:absolute;width:15vw;height:15vw;max-width:150px;max-height:150px;min-width:100px;min-height:100px;background:#f80;border:none;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s ease,opacity .3s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;z-index:2}[data-theme=light] .satellite-note,.theme-light .satellite-note{box-shadow:none}[data-theme=dark] .satellite-note,.theme-dark .satellite-note{border:none;box-shadow:none}.satellite-note-left{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)/-2))}.satellite-note-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)/-2)) scale(1.02)}.satellite-note-right{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)/2))}.satellite-note-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)/2)) scale(1.02)}.satellite-note-up{left:50%;top:50%;transform:translate(-50%,-50%) translateY(calc(clamp(280px,45vw,494px)/-2))}.satellite-note-up:hover{transform:translate(-50%,-50%) translateY(calc(clamp(280px,45vw,494px)/-2)) scale(1.02)}.satellite-note-down{left:50%;top:50%;transform:translate(-50%,-50%) translateY(calc(clamp(280px,45vw,494px)/2))}.satellite-note-down:hover{transform:translate(-50%,-50%) translateY(calc(clamp(280px,45vw,494px)/2)) scale(1.02)}.satellite-note-top-left{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*-.3535)) translateY(calc(clamp(280px,45vw,494px)*-.3535))}.satellite-note-top-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*-.3535)) translateY(calc(clamp(280px,45vw,494px)*-.3535)) scale(1.02)}.satellite-note-top-right{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*.3535)) translateY(calc(clamp(280px,45vw,494px)*-.3535))}.satellite-note-top-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*.3535)) translateY(calc(clamp(280px,45vw,494px)*-.3535)) scale(1.02)}.satellite-note-bottom-left{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*-.3535)) translateY(calc(clamp(280px,45vw,494px)*.3535))}.satellite-note-bottom-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*-.3535)) translateY(calc(clamp(280px,45vw,494px)*.3535)) scale(1.02)}.satellite-note-bottom-right{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*.3535)) translateY(calc(clamp(280px,45vw,494px)*.3535))}.satellite-note-bottom-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*.3535)) translateY(calc(clamp(280px,45vw,494px)*.3535)) scale(1.02)}.main-note-emoji{position:absolute;top:12px;font-size:clamp(18px,3vw,32px);line-height:1;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.main-note-text{font-family:Roboto;font-style:normal;font-weight:450;font-size:clamp(12px,2vw,24px);line-height:1.1;color:#fff;text-align:center;margin:0;padding:0 8%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;-webkit-hyphens:auto;hyphens:auto}.main-note-description{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.note-icon{width:24px;height:24px;object-fit:contain;display:block}.satellite-note-emoji{position:absolute;top:8px;font-size:clamp(14px,2.5vw,24px);line-height:1;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.satellite-note-text{font-family:Roboto;font-style:normal;font-weight:450;font-size:clamp(12px,2vw,18px);line-height:1.1;color:#fff;text-align:center;margin:0;padding:0 6%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-webkit-hyphens:auto;hyphens:auto}.satellite-note-description{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.satellite-note-icon{width:16px;height:16px;object-fit:contain;display:block}.plus-icon{position:absolute;width:2.5vw;height:2.5vw;max-width:32px;max-height:32px;min-width:20px;min-height:20px;cursor:pointer;transition:transform .1s ease,opacity .3s ease;z-index:2}.plus-icon:hover{opacity:.8}.left-plus{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)/-2))}.right-plus{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)/2))}.up-plus{left:50%;top:50%;transform:translate(-50%,-50%) translateY(calc(clamp(280px,45vw,494px)/-2))}.down-plus{left:50%;top:50%;transform:translate(-50%,-50%) translateY(calc(clamp(280px,45vw,494px)/2))}.top-left-plus{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*-.3535)) translateY(calc(clamp(280px,45vw,494px)*-.3535))}.top-right-plus{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*.3535)) translateY(calc(clamp(280px,45vw,494px)*-.3535))}.bottom-left-plus{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*-.3535)) translateY(calc(clamp(280px,45vw,494px)*.3535))}.bottom-right-plus{left:50%;top:50%;transform:translate(-50%,-50%) translate(calc(clamp(280px,45vw,494px)*.3535)) translateY(calc(clamp(280px,45vw,494px)*.3535))}.orbit-circle{position:absolute;width:45vw;height:45vw;max-width:494px;max-height:494px;min-width:280px;min-height:280px;border:2px dashed rgba(0,0,0,.2);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;transition:border-color .3s ease,border-width .3s ease;z-index:1}.orbit-circle.orbit-spinning{animation:orbitSpin .6s cubic-bezier(.68,-.55,.265,1.55);border-color:#0006;border-width:3px}[data-theme=dark] .orbit-circle.orbit-spinning,.theme-dark .orbit-circle.orbit-spinning{border-color:#fff9}.main-note-circle.note-fade-out-deeper{animation:mainFadeOutDeeper .6s cubic-bezier(.68,-.55,.265,1.55) forwards!important}@keyframes mainFadeOutDeeper{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.main-note-circle.note-fade-out-back{animation:mainFadeOutBack .6s cubic-bezier(.68,-.55,.265,1.55) forwards!important}@keyframes mainFadeOutBack{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.satellite-note.note-fade-out-deeper,.plus-icon.note-fade-out-deeper{animation:satelliteFadeOutDeeper .6s cubic-bezier(.68,-.55,.265,1.55) forwards!important}@keyframes satelliteFadeOutDeeper{0%{opacity:1}to{opacity:0}}.satellite-note.note-fade-out-back,.plus-icon.note-fade-out-back{animation:satelliteFadeOutBack .6s cubic-bezier(.68,-.55,.265,1.55) forwards!important}@keyframes satelliteFadeOutBack{0%{opacity:1}to{opacity:0}}.note-fade-out{opacity:0!important;transform:scale(.8)!important}.closing-fade-out{opacity:0!important;transition:opacity .4s ease-out!important}.closing-animation-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;pointer-events:none;display:flex;align-items:center;justify-content:center;background:#0000;animation:overlayFadeIn .8s ease-out forwards}@keyframes overlayFadeIn{0%{background:#0000}20%{background:#0000001a}to{background:#0000}}.closing-note-circle{width:18vw;height:18vw;max-width:220px;max-height:220px;min-width:140px;min-height:140px;background:#f80;border:none;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;animation:closeToHome .8s cubic-bezier(.34,1.56,.64,1) forwards;box-shadow:none}@keyframes closeToHome{0%{transform:scale(1) rotate(0);opacity:1}40%{transform:scale(.85) rotate(90deg);opacity:.9}to{transform:scale(0) rotate(180deg);opacity:0}}@media(max-width:768px){.closing-note-circle{width:26vw;height:26vw;min-width:110px;min-height:110px}}@media(max-width:480px){.closing-note-circle{width:32vw;height:32vw;min-width:90px;min-height:90px}}.circle-icon-plus{position:absolute;width:100%;height:100%;background:gray;border-radius:50%;display:flex;align-items:center;justify-content:center}.circle-icon-plus svg{width:85%;height:85%;max-width:35px;max-height:35px}[data-theme=light] .circle-icon-plus,.theme-light .circle-icon-plus{background:#e0e0e0}[data-theme=light] .circle-icon-plus svg,.theme-light .circle-icon-plus svg{fill:#999;stroke:#999}.editor-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.editor-modal{background:#fff;border-radius:12px;padding:24px;width:400px;max-width:90vw;box-shadow:0 10px 30px #0000004d}.editor-modal h3{margin:0 0 20px;font-family:Roboto;font-size:24px;color:#333;text-align:center}.editor-field{margin-bottom:16px}.editor-field label{display:block;margin-bottom:6px;font-family:Roboto;font-weight:500;color:#555;font-size:14px}.editor-field input,.editor-field textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-family:Roboto;font-size:16px;box-sizing:border-box}.editor-field input[type=color]{height:40px;cursor:pointer}.editor-field textarea{resize:vertical;min-height:60px}.editor-actions{display:flex;gap:12px;margin-top:24px}.editor-actions button{flex:1;padding:12px 16px;border:none;border-radius:6px;font-family:Roboto;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.cancel-btn{background:#f0f0f0;color:#555}.cancel-btn:hover{background:#e0e0e0}@media(max-width:768px){.notes-container{padding:10px;align-items:center;justify-content:center}.notes-layout{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;margin-top:0}.main-note-circle{width:26vw;height:26vw;min-width:110px;min-height:110px}.satellite-note{width:18vw;height:18vw;min-width:80px;min-height:80px}.plus-icon{width:3.4vw;height:3.4vw;min-width:18px;min-height:18px}.left-plus,.satellite-note-left{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)/-2))}.satellite-note-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)/-2)) scale(1.02)}.right-plus,.satellite-note-right{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)/2))}.satellite-note-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)/2)) scale(1.02)}.up-plus,.satellite-note-up{transform:translate(-50%,-50%) translateY(calc(clamp(246px,59vw,9999px)/-2))}.satellite-note-up:hover{transform:translate(-50%,-50%) translateY(calc(clamp(246px,59vw,9999px)/-2)) scale(1.02)}.down-plus,.satellite-note-down{transform:translate(-50%,-50%) translateY(calc(clamp(246px,59vw,9999px)/2))}.satellite-note-down:hover{transform:translate(-50%,-50%) translateY(calc(clamp(246px,59vw,9999px)/2)) scale(1.02)}.top-left-plus,.satellite-note-top-left{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*-.3535)) translateY(calc(clamp(246px,59vw,9999px)*-.3535))}.satellite-note-top-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*-.3535)) translateY(calc(clamp(246px,59vw,9999px)*-.3535)) scale(1.02)}.top-right-plus,.satellite-note-top-right{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*.3535)) translateY(calc(clamp(246px,59vw,9999px)*-.3535))}.satellite-note-top-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*.3535)) translateY(calc(clamp(246px,59vw,9999px)*-.3535)) scale(1.02)}.bottom-left-plus,.satellite-note-bottom-left{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*-.3535)) translateY(calc(clamp(246px,59vw,9999px)*.3535))}.satellite-note-bottom-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*-.3535)) translateY(calc(clamp(246px,59vw,9999px)*.3535)) scale(1.02)}.bottom-right-plus,.satellite-note-bottom-right{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*.3535)) translateY(calc(clamp(246px,59vw,9999px)*.3535))}.satellite-note-bottom-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(246px,59vw,9999px)*.3535)) translateY(calc(clamp(246px,59vw,9999px)*.3535)) scale(1.02)}.orbit-circle{width:59vw;height:59vw;min-width:246px;min-height:246px}.editor-modal{width:90vw;max-width:350px;padding:20px}.editor-modal h3{font-size:20px}.editor-field input,.editor-field textarea{font-size:16px}.breadcrumb-nav{top:80px;left:15px;max-width:180px;max-height:calc(100vh - 100px);padding-right:10px}.breadcrumb-item{padding:6px 10px;font-size:12px;min-width:100px}.breadcrumb-level{font-size:10px}.breadcrumb-name{font-size:13px}.breadcrumb-emoji{font-size:14px}.breadcrumb-ellipsis{padding:6px 10px;font-size:12px;min-width:100px}.showcase-instructions{bottom:15px;left:15px;padding:10px 12px;font-size:13px;max-width:240px}.instructions-close-btn{width:18px;height:18px;font-size:16px;top:6px;right:6px}}@media(max-width:480px){.notes-container{padding:5px;align-items:center;justify-content:center}.notes-layout{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;margin-top:0}.main-note-circle{width:32vw;height:32vw;min-width:90px;min-height:90px}.satellite-note{width:22vw;height:22vw;min-width:60px;min-height:60px}.main-note-text{font-size:clamp(11px,3vw,18px);-webkit-line-clamp:2;padding:0 6%;font-weight:450}.satellite-note-text{font-size:clamp(12px,2.2vw,17px);-webkit-line-clamp:2;padding:0 5%;font-weight:400}.main-note-description{font-size:clamp(12px,3vw,14px)}.note-icon{width:20px;height:20px}.main-note-description{bottom:8px}.satellite-note-description{bottom:6px}.satellite-note-icon{width:14px;height:14px}.plus-icon{width:4.5vw;height:4.5vw;min-width:16px;min-height:16px}.left-plus,.satellite-note-left{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)/-2))}.satellite-note-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)/-2)) scale(1.02)}.right-plus,.satellite-note-right{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)/2))}.satellite-note-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)/2)) scale(1.02)}.up-plus,.satellite-note-up{transform:translate(-50%,-50%) translateY(calc(clamp(232px,73vw,9999px)/-2))}.satellite-note-up:hover{transform:translate(-50%,-50%) translateY(calc(clamp(232px,73vw,9999px)/-2)) scale(1.02)}.down-plus,.satellite-note-down{transform:translate(-50%,-50%) translateY(calc(clamp(232px,73vw,9999px)/2))}.satellite-note-down:hover{transform:translate(-50%,-50%) translateY(calc(clamp(232px,73vw,9999px)/2)) scale(1.02)}.top-left-plus,.satellite-note-top-left{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*-.3535)) translateY(calc(clamp(232px,73vw,9999px)*-.3535))}.satellite-note-top-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*-.3535)) translateY(calc(clamp(232px,73vw,9999px)*-.3535)) scale(1.02)}.top-right-plus,.satellite-note-top-right{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*.3535)) translateY(calc(clamp(232px,73vw,9999px)*-.3535))}.satellite-note-top-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*.3535)) translateY(calc(clamp(232px,73vw,9999px)*-.3535)) scale(1.02)}.bottom-left-plus,.satellite-note-bottom-left{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*-.3535)) translateY(calc(clamp(232px,73vw,9999px)*.3535))}.satellite-note-bottom-left:hover{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*-.3535)) translateY(calc(clamp(232px,73vw,9999px)*.3535)) scale(1.02)}.bottom-right-plus,.satellite-note-bottom-right{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*.3535)) translateY(calc(clamp(232px,73vw,9999px)*.3535))}.satellite-note-bottom-right:hover{transform:translate(-50%,-50%) translate(calc(clamp(232px,73vw,9999px)*.3535)) translateY(calc(clamp(232px,73vw,9999px)*.3535)) scale(1.02)}.orbit-circle{width:73vw;height:73vw;min-width:232px;min-height:232px}.editor-modal{width:95vw;padding:16px}.editor-modal h3{font-size:18px;margin-bottom:16px}.editor-actions{flex-direction:column;gap:8px}.editor-actions button{padding:14px 16px;font-size:16px}.breadcrumb-nav{top:70px;left:10px;max-width:160px;gap:6px;max-height:calc(100vh - 90px);padding-right:8px}.breadcrumb-item{padding:5px 8px;font-size:11px;min-width:90px;border-radius:10px}.breadcrumb-level{font-size:9px}.breadcrumb-name,.breadcrumb-emoji{font-size:12px}.breadcrumb-ellipsis{padding:5px 8px;font-size:11px;min-width:90px}.showcase-instructions{bottom:10px;left:10px;padding:8px 10px;font-size:12px;max-width:200px;gap:6px}.satellite-note-text{font-size:clamp(11px,2.4vw,16px);-webkit-line-clamp:2;padding:0 5%;font-weight:400}.instructions-close-btn{width:16px;height:16px;font-size:14px;top:5px;right:5px;opacity:1}}.search-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:flex-start;justify-content:center;z-index:2000;padding-top:10vh;animation:searchModalFadeIn .2s ease-out}@keyframes searchModalFadeIn{0%{opacity:0}to{opacity:1}}.search-modal{background:#fff;border-radius:16px;width:600px;max-width:90vw;max-height:80vh;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;animation:searchModalSlideIn .3s cubic-bezier(.68,-.55,.265,1.55);overflow:hidden}@keyframes searchModalSlideIn{0%{transform:translateY(-20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.search-modal-header{padding:20px 24px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;background:#f8f8f8}.search-input-container{flex:1;position:relative;display:flex;align-items:center}.search-input-container svg{position:absolute;left:12px;width:20px;height:20px;color:#888;pointer-events:none}.search-input{width:100%;padding:12px 12px 12px 40px;border:2px solid #e0e0e0;border-radius:10px;font-family:Roboto;font-size:16px;outline:none;transition:border-color .2s;box-sizing:border-box}.search-input:focus{border-color:#6366f1}.search-close{width:36px;height:36px;background:#f0f0f0;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.search-close:hover{background:#e0e0e0;transform:scale(1.1)}.search-close svg{width:20px;height:20px}.search-results{flex:1;overflow-y:auto;padding:8px}.search-results::-webkit-scrollbar{width:8px}.search-results::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.search-results::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.search-results::-webkit-scrollbar-thumb:hover{background:#aaa}.search-result-item{padding:16px;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-bottom:8px;border:2px solid transparent}.search-result-item:hover{background:#f5f5f5;border-color:#6366f1;transform:translate(4px)}.search-result-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.search-result-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.search-result-circle .emoji{font-size:20px;line-height:1}.search-result-info{flex:1;min-width:0}.search-result-name{font-family:Roboto;font-size:16px;font-weight:500;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-path{font-family:Roboto;font-size:12px;color:#888;display:flex;align-items:center;gap:4px}.search-result-path-separator{color:#ccc}.search-result-description{font-family:Roboto;font-size:14px;color:#666;margin-top:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-description .highlight{background:#fff3cd;padding:2px 4px;border-radius:3px;font-weight:500}.search-no-results{padding:40px 20px;text-align:center;color:#888;font-family:Roboto;font-size:16px}.search-results-count{padding:12px 20px;background:#f8f8f8;border-top:1px solid #e0e0e0;font-family:Roboto;font-size:13px;color:#666;text-align:center}.search-results-count strong{color:#6366f1;font-weight:500}@media(max-width:768px){.home-button{top:15px;left:15px;width:45px;height:45px}.home-button svg,.home-button .react-icon{width:22px;height:22px}.expand-button{bottom:15px;right:15px;width:45px;height:45px}.expand-button svg,.expand-button .react-icon{width:22px;height:22px}.search-button{top:15px;right:15px;width:45px;height:45px}.search-button svg,.search-button .react-icon{width:22px;height:22px}.todo-button{top:15px;right:70px;width:45px;height:45px}.todo-button svg,.todo-button .react-icon{width:22px;height:22px}}@media(max-width:480px){.home-button{top:10px;left:10px;width:40px;height:40px}.home-button svg,.home-button .react-icon{width:20px;height:20px}.expand-button{bottom:10px;right:10px;width:40px;height:40px}.expand-button svg,.expand-button .react-icon{width:20px;height:20px}.search-button{top:10px;right:10px;width:40px;height:40px}.search-button svg,.search-button .react-icon{width:20px;height:20px}.todo-button{top:10px;right:60px;width:40px;height:40px}.todo-button svg,.todo-button .react-icon{width:20px;height:20px}}@media(max-width:768px){.search-modal{width:95vw;max-height:85vh}.search-modal-header{padding:16px}.search-input{font-size:16px}.search-result-item{padding:12px}.search-result-circle{width:36px;height:36px}.search-result-name{font-size:15px}.search-result-description{font-size:13px}}@media(max-width:480px){.search-modal-header{padding:12px}.search-close,.search-result-circle{width:32px;height:32px}.search-result-circle .emoji{font-size:18px}.search-result-name{font-size:14px}.search-result-path{font-size:11px}.search-result-description{font-size:12px}}.showcase-instructions{position:absolute;bottom:20px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:10;background:#fffffff2;padding:12px 16px;border-radius:8px;box-shadow:0 2px 8px #00000026;font-size:14px;color:#37352f;max-width:280px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;position:relative}.instructions-close-btn{position:absolute;top:8px;right:8px;width:20px;height:20px;background:#0000001a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;color:#666;opacity:0;transition:all .2s ease;padding:0}.showcase-instructions:hover .instructions-close-btn{opacity:1}.instructions-close-btn:hover{background:#0003;color:#333;transform:scale(1.1)}@media(hover:none)and (pointer:coarse){.main-note-circle:hover,.plus-icon:hover,.satellite-note:hover{transform:none}.main-note-circle:active,.plus-icon:active,.satellite-note:active{transform:scale(.95)}}[data-theme=dark] .notes-container,.theme-dark .notes-container{background-color:#1a1a1a}[data-theme=dark] .home-button,.theme-dark .home-button,[data-theme=dark] .expand-button,.theme-dark .expand-button,[data-theme=dark] .search-button,.theme-dark .search-button,[data-theme=dark] .todo-button,.theme-dark .todo-button{background:#333}[data-theme=dark] .home-button svg,.theme-dark .home-button svg,[data-theme=dark] .home-button .react-icon,.theme-dark .home-button .react-icon,[data-theme=dark] .expand-button svg,.theme-dark .expand-button svg,[data-theme=dark] .expand-button .react-icon,.theme-dark .expand-button .react-icon,[data-theme=dark] .search-button svg,.theme-dark .search-button svg,[data-theme=dark] .search-button .react-icon,.theme-dark .search-button .react-icon,[data-theme=dark] .todo-button svg,.theme-dark .todo-button svg,[data-theme=dark] .todo-button .react-icon,.theme-dark .todo-button .react-icon{color:#e0e0e0}[data-theme=dark] .todo-button svg path,.theme-dark .todo-button svg path{stroke:#e0e0e0}[data-theme=dark] .orbit-circle,.theme-dark .orbit-circle{border-color:#fff3}[data-theme=dark] .search-modal-overlay,.theme-dark .search-modal-overlay{background:#000000d9}[data-theme=dark] .search-modal,.theme-dark .search-modal{background:#2a2a2a}[data-theme=dark] .search-modal-header,.theme-dark .search-modal-header{background:#333;border-bottom-color:#555}[data-theme=dark] .search-input,.theme-dark .search-input{background:#2a2a2a;border-color:#555;color:#e0e0e0}[data-theme=dark] .search-input:focus,.theme-dark .search-input:focus{border-color:#6366f1}[data-theme=dark] .search-input-container svg,.theme-dark .search-input-container svg{color:#888}[data-theme=dark] .search-result-item,.theme-dark .search-result-item{background:#2a2a2a}[data-theme=dark] .search-result-item:hover,.theme-dark .search-result-item:hover{background:#333}[data-theme=dark] .search-result-name,.theme-dark .search-result-name{color:#e0e0e0}[data-theme=dark] .search-result-path,.theme-dark .search-result-path{color:#888}[data-theme=dark] .search-result-description,.theme-dark .search-result-description{color:#b0b0b0}[data-theme=dark] .search-result-description .highlight,.theme-dark .search-result-description .highlight{background:#4a3a1a;color:#fc6}[data-theme=dark] .search-no-results,.theme-dark .search-no-results{color:#888}[data-theme=dark] .search-results-count,.theme-dark .search-results-count{background:#333;border-top-color:#555;color:#b0b0b0}[data-theme=dark] .showcase-instructions,.theme-dark .showcase-instructions{background:#2a2a2af2;color:#e0e0e0;box-shadow:0 2px 8px #00000080}[data-theme=dark] .instructions-close-btn,.theme-dark .instructions-close-btn{background:#ffffff1a;color:#b0b0b0}[data-theme=dark] .instructions-close-btn:hover,.theme-dark .instructions-close-btn:hover{background:#fff3;color:#e0e0e0}.showcase-notes-container{position:relative;width:100%;height:100%;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:visible;padding:20px;box-sizing:border-box;cursor:grab;background-color:#fff;z-index:1}.showcase-notes-container.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.showcase-notes-layout{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;width:100%;height:100%}.back-button{position:absolute;top:20px;left:20px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003;z-index:10}.back-button:hover{opacity:.9;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.back-button svg{width:24px;height:24px}.showcase-orbit-circle{position:absolute!important;width:45vw!important;height:45vw!important;max-width:494px!important;max-height:494px!important;min-width:280px!important;min-height:280px!important;border:2px dashed rgba(0,0,0,.2)!important;border-radius:50%!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;pointer-events:none;transition:border-color .3s ease,border-width .3s ease;z-index:1!important;opacity:1!important;display:block!important;visibility:visible!important;background:transparent!important}.showcase-orbit-circle.orbit-spinning{animation:orbitSpin .6s cubic-bezier(.68,-.55,.265,1.55);border-color:#0006;border-width:3px}@keyframes orbitSpin{0%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(.95);opacity:.7}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@media(max-width:768px){.showcase-notes-container{height:500px;min-height:400px;padding:15px}.showcase-notes-layout{padding:10px}.back-button{width:45px;height:45px;top:15px;left:15px}.back-button svg{width:20px;height:20px}.showcase-notes-container .home-button{top:15px;left:15px;width:45px;height:45px}.showcase-notes-container .home-button svg{width:22px;height:22px}.showcase-notes-container .search-button{top:15px;right:15px;width:45px;height:45px}.showcase-notes-container .search-button svg{width:22px;height:22px}.showcase-notes-container .expand-button{bottom:15px;right:15px;width:45px;height:45px}.showcase-notes-container .expand-button svg{width:22px;height:22px}.showcase-notes-container .breadcrumb-nav{top:80px;left:15px;max-width:180px;max-height:calc(100vh - 100px);padding-right:10px}.main-note-circle{width:26vw;height:26vw;min-width:110px;min-height:110px}.satellite-note{width:18vw;height:18vw;min-width:80px;min-height:80px}.showcase-orbit-circle{width:32vw;height:32vw;min-width:180px;min-height:180px}}.showcase-notes-container .main-note-circle,.showcase-notes-container .satellite-note{border:none;box-shadow:none}.showcase-notes-container .breadcrumb-nav{position:absolute;top:90px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:10;max-width:220px;max-height:calc(100vh - 120px);overflow-y:auto;overflow-x:visible;padding-right:12px}.showcase-notes-container .breadcrumb-item,.showcase-notes-container .breadcrumb-item.active{box-shadow:none!important;border:none!important}.showcase-notes-container .breadcrumb-item:hover:not(.active){box-shadow:none!important;border:none!important}.showcase-notes-container .home-button{position:absolute;top:20px;left:20px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.showcase-notes-container .home-button:hover{opacity:.9;transform:scale(1.1)}.showcase-notes-container .home-button svg{width:24px;height:24px}.showcase-notes-container .home-button svg path{fill:#000!important}.showcase-notes-container .search-button{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.showcase-notes-container .search-button:hover{opacity:.9;transform:scale(1.1)}.showcase-notes-container .search-button svg{width:24px;height:24px}.showcase-notes-container .search-button svg circle,.showcase-notes-container .search-button svg path{stroke:#000!important}.showcase-notes-container .todo-button{position:absolute;top:20px;right:80px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.showcase-notes-container .todo-button:hover{opacity:.9;transform:scale(1.1)}.showcase-notes-container .todo-button svg{width:24px;height:24px}.showcase-notes-container .todo-button svg path{stroke:#000!important}.showcase-notes-container .todo-badge{position:absolute;top:-6px;right:-8px;min-width:32px;height:18px;background:#f44;color:#fff;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;padding:0 6px;box-shadow:0 2px 6px #0000004d;letter-spacing:.5px}.showcase-notes-container .expand-button{position:absolute;bottom:20px;right:20px;width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.showcase-notes-container .expand-button:hover{opacity:.9;transform:scale(1.1)}.showcase-notes-container .expand-button svg{width:24px;height:24px}.showcase-notes-container .expand-button svg path{fill:#000!important}@media(max-width:480px){.showcase-notes-container{height:450px;min-height:350px;padding:10px}.back-button{width:40px;height:40px;top:10px;left:10px}.showcase-notes-container .home-button{top:10px;left:10px;width:40px;height:40px}.showcase-notes-container .home-button svg{width:20px;height:20px}.showcase-notes-container .search-button{top:10px;right:10px;width:40px;height:40px}.showcase-notes-container .search-button svg{width:20px;height:20px}.showcase-notes-container .todo-button{top:10px;right:60px;width:40px;height:40px}.showcase-notes-container .todo-button svg{width:20px;height:20px}.showcase-notes-container .todo-badge{top:-4px;right:-6px;min-width:28px;height:16px;font-size:8px;padding:0 5px}.showcase-notes-container .expand-button{bottom:10px;right:10px;width:40px;height:40px}.showcase-notes-container .expand-button svg{width:20px;height:20px}.showcase-notes-container .breadcrumb-nav{top:70px;left:10px;max-width:160px;gap:6px;max-height:calc(100vh - 90px);padding-right:8px}.main-note-circle{width:32vw;height:32vw;min-width:90px;min-height:90px}.satellite-note{width:22vw;height:22vw;min-width:60px;min-height:60px}.main-note-text{font-size:clamp(14px,4vw,19px)}.main-note-description{font-size:clamp(12px,3vw,14px)}.note-icon{width:20px;height:20px}.main-note-description{bottom:8px}.satellite-note-description{bottom:6px}.satellite-note-icon{width:14px;height:14px}.showcase-orbit-circle{width:28vw;height:28vw;min-width:150px;min-height:150px}}.showcase-instructions{position:absolute;bottom:20px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:10;background:#fffffff2;padding:12px 16px;border-radius:8px;box-shadow:0 2px 8px #00000026;font-size:14px;color:#37352f;max-width:280px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif}.instruction-text{line-height:1.5}.instruction-click{font-weight:600;color:#6366f1}.instruction-hold{font-weight:600;color:#10b981}@media(max-width:768px){.showcase-instructions{bottom:15px;left:15px;padding:10px 12px;font-size:13px;max-width:240px}}@media(max-width:480px){.showcase-instructions{bottom:10px;left:10px;padding:8px 10px;font-size:12px;max-width:200px;gap:6px}}.showcase-notes-container .editor-modal-overlay{background:#000000b3!important}.showcase-notes-container .editor-modal{background:#fff!important;color:#333!important}.showcase-notes-container .editor-modal .note-name-input{color:#333!important;border-bottom-color:#e0e0e0!important}.showcase-notes-container .editor-modal .note-name-input:focus{border-bottom-color:#6366f1!important}.showcase-notes-container .editor-modal .note-name-input::placeholder{color:#999!important}.showcase-notes-container .editor-modal .editor-tabs{background:#f5f5f5!important}.showcase-notes-container .editor-modal .tab-button{color:#666!important}.showcase-notes-container .editor-modal .tab-button.active{background:#fff!important;color:#333!important}.showcase-notes-container .editor-modal .tab-button:hover:not(.active){background:#ffffff80!important}.showcase-notes-container .editor-modal .tiptap-toolbar-fixed{background:#f8f9fa!important;border-color:#e0e0e0!important}.showcase-notes-container .editor-modal .tiptap-toolbar-fixed button{background:#fff!important;border-color:#ddd!important;color:#333!important}.showcase-notes-container .editor-modal .tiptap-toolbar-fixed button:hover{background:#e9ecef!important;border-color:#adb5bd!important}.showcase-notes-container .editor-modal .toolbar-divider{background:#ddd!important}.showcase-notes-container .editor-modal .tiptap-editor-wrapper{background:#fff!important;border-color:#e0e0e0!important}.showcase-notes-container .editor-modal .tiptap-editor .ProseMirror{color:#333!important}.showcase-notes-container .editor-modal .tiptap-editor .ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd!important}.showcase-notes-container .editor-modal .color-preset-box.selected{border-color:#333!important}.showcase-notes-container .editor-modal .color-value{background:#f5f5f5!important;color:#666!important}.showcase-notes-container .editor-modal .custom-color-picker input[type=color]{border-color:#ddd!important}.showcase-notes-container .editor-modal .emoji-preset-box{background:#f5f5f5!important}.showcase-notes-container .editor-modal .emoji-preset-box:hover{background:#e9ecef!important}.showcase-notes-container .editor-modal .emoji-preset-box.selected{background:#eef2ff!important;border-color:#6366f1!important}.showcase-notes-container .editor-modal .selected-emoji-display{background:#f5f5f5!important}.showcase-notes-container .editor-modal .clear-emoji-btn{background:#fff!important;color:#dc3545!important;border-color:#dc3545!important}.showcase-notes-container .editor-modal .clear-emoji-btn:hover{background:#dc3545!important;color:#fff!important}.showcase-notes-container .editor-modal .editor-actions{border-top-color:#eee!important}.login-message-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.login-message-box{background:#fff;border-radius:12px;padding:32px 40px;max-width:400px;width:90%;position:relative;box-shadow:0 8px 24px #0003;animation:slideUp .3s ease}.login-message-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1;padding:0}.login-message-close:hover{background:#f5f5f5;color:#333}.login-message-text{font-size:18px;color:#333;text-align:center;margin:0;line-height:1.5;font-weight:500}@media(max-width:768px){.login-message-box{padding:24px 32px;max-width:350px}.login-message-text{font-size:16px}}@media(max-width:480px){.login-message-box{padding:20px 24px;max-width:300px}.login-message-text{font-size:15px}.login-message-close{top:8px;right:8px;width:28px;height:28px;font-size:24px}}.editor-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:flex-end;justify-content:center;z-index:1000;transition:background .3s ease;cursor:default}.editor-modal-overlay.closing{background:#0000;pointer-events:none}.editor-modal-overlay.fullscreen{align-items:center}.editor-modal{background:#fff;border-radius:12px 12px 0 0;padding:20px;width:100%;max-width:700px;max-height:90vh;box-shadow:0 -10px 30px #0000004d;transform:translateY(100%);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);margin-bottom:0;overflow:hidden;display:flex;flex-direction:column}.editor-modal.slide-up{transform:translateY(0);opacity:1}.editor-modal.fullscreen{max-width:95vw;max-height:95vh;border-radius:12px;margin:0}.editor-modal.closing-to-circle{animation:morphToCircle .6s cubic-bezier(.4,0,.2,1) forwards;box-shadow:0 4px 20px #0003}@keyframes morphToCircle{0%{transform:translateY(0) scale(1);opacity:1;border-radius:12px 12px 0 0;width:100%;max-width:500px;height:auto}25%{border-radius:50%;opacity:1}35%{border-radius:50%;width:120px;height:120px;padding:0;opacity:1}to{transform:translate(calc(var(--target-x, 50vw) - 50vw),calc(var(--target-y, 50vh) - 100vh + 60px)) scale(.6);opacity:0;border-radius:50%;width:120px;height:120px;padding:0;box-shadow:0 0 #0000}}.hide-content{opacity:0;transition:opacity .15s ease-out}.note-name-container{margin-bottom:16px;position:relative;display:flex;align-items:center;gap:12px}.note-name-input{flex:1;padding:12px 16px;border:none;border-bottom:2px solid #e0e0e0;font-family:Roboto,sans-serif;font-size:24px;font-weight:500;color:#333;background:transparent;outline:none;transition:border-color .2s ease;box-sizing:border-box}.note-name-input:focus{border-bottom-color:#6366f1}.note-name-input::placeholder{color:#999;font-weight:400}.saving-status{display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.saving-icon{font-size:18px;opacity:.7;transition:opacity .2s ease,transform .2s ease}.saving-status.saving .saving-icon{opacity:.6;color:#6b7280;animation:spin 2s linear infinite}.saving-status.saved .saving-icon{opacity:.6;color:#6b7280}.saving-status.error .saving-icon{opacity:1;color:#ef4444;animation:shake .5s ease-in-out}.delete-btn-top{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;padding:6px 8px;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;flex-shrink:0}.delete-btn-top:hover{background:#fecaca;border-color:#fca5a5;transform:translateY(-1px)}.delete-btn-top:active{transform:translateY(0)}.editor-tabs{display:flex;margin-bottom:20px;background:#f5f5f5;border-radius:8px;padding:4px;gap:4px}.tab-button{flex:1;padding:10px 16px;border:none;background:transparent;border-radius:6px;font-family:Roboto,sans-serif;font-size:15px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.tab-button.active{background:#fff;color:#333;box-shadow:0 2px 8px #0000001a}.tab-button:hover:not(.active){background:#ffffff80}.editor-content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.tab-content{flex:1;overflow-y:auto;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.description-container{display:flex;flex-direction:column;height:100%;min-height:300px}.tiptap-toolbar-fixed{display:flex;gap:4px;padding:10px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px 8px 0 0;flex-wrap:wrap;position:sticky;top:0;z-index:10;margin-bottom:0;align-items:center}.tiptap-toolbar-fixed button{padding:8px 12px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;transition:all .2s ease;color:#333;min-width:36px}.tiptap-toolbar-fixed button:hover{background:#e9ecef;border-color:#adb5bd}.tiptap-toolbar-fixed button.is-active{background:#6366f1;color:#fff;border-color:#6366f1}.toolbar-divider{width:1px;background:#ddd;margin:0 4px;align-self:stretch}.fullscreen-btn{margin-left:auto;font-size:18px}.tiptap-editor-wrapper{flex:1;overflow-y:auto;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;background:#fff;min-height:200px}.tiptap-editor{min-height:100%}.tiptap-editor .ProseMirror{padding:16px;outline:none;min-height:200px;font-family:Roboto,sans-serif;font-size:16px;line-height:1.6;color:#333}.tiptap-editor .ProseMirror:focus{outline:none}.tiptap-editor .ProseMirror h1{font-size:2em;font-weight:700;margin:.5em 0;line-height:1.2}.tiptap-editor .ProseMirror h2{font-size:1.5em;font-weight:700;margin:.5em 0;line-height:1.3}.tiptap-editor .ProseMirror h3{font-size:1.25em;font-weight:700;margin:.5em 0;line-height:1.4}.tiptap-editor .ProseMirror strong{font-weight:700}.tiptap-editor .ProseMirror em{font-style:italic}.tiptap-editor .ProseMirror s{text-decoration:line-through}.tiptap-editor .ProseMirror ul,.tiptap-editor .ProseMirror ol{padding-left:1.5em;margin:.5em 0}.tiptap-editor .ProseMirror ul{list-style-type:disc}.tiptap-editor .ProseMirror ol{list-style-type:decimal}.tiptap-editor .ProseMirror li{margin:.25em 0}.tiptap-editor .ProseMirror p{margin:.5em 0}.tiptap-editor .ProseMirror p:first-child{margin-top:0}.tiptap-editor .ProseMirror p:last-child{margin-bottom:0}.tiptap-editor .ProseMirror p.is-editor-empty:first-child:before{content:"Start typing...";color:#adb5bd;pointer-events:none;height:0;float:left}.color-tab{padding:8px 0}.color-preset-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:20px}.color-preset-box{width:80%;aspect-ratio:1;border:3px solid transparent;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #00000026;position:relative;margin:0 auto}.color-preset-box:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000040}.color-preset-box.selected{border-color:#333;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.color-preset-box.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:24px;font-weight:700;text-shadow:0 0 4px rgba(0,0,0,.5)}.custom-color-picker{display:flex;align-items:center;gap:12px}.custom-color-picker input[type=color]{width:60px;height:40px;border-radius:6px;border:2px solid #ddd;cursor:pointer}.color-value{font-family:Roboto Mono,monospace;font-size:14px;color:#666;background:#f5f5f5;padding:8px 12px;border-radius:6px;flex:1}.emoji-tab{padding:8px 0}.emoji-preset-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:20px;max-height:400px;overflow-y:auto;padding:4px}.emoji-preset-box{width:80%;aspect-ratio:1;border:3px solid transparent;border-radius:50%;cursor:pointer;transition:all .2s ease;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:28px;padding:8px;margin:0 auto}.emoji-preset-box:hover{transform:scale(1.1);background:#e9ecef}.emoji-preset-box.selected{border-color:#6366f1;background:#eef2ff;transform:scale(1.05)}.selected-emoji-display{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#f5f5f5;border-radius:8px}.selected-emoji{font-size:48px;line-height:1}.clear-emoji-btn{padding:8px 16px;border:1px solid #dc3545;background:#fff;color:#dc3545;border-radius:6px;font-family:Roboto,sans-serif;font-size:14px;cursor:pointer;transition:all .2s ease}.clear-emoji-btn:hover{background:#dc3545;color:#fff}.editor-actions{display:flex;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #eee;flex-shrink:0}.editor-actions button{flex:1;padding:12px 16px;border:none;border-radius:6px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.save-btn{background:#6366f1;color:#fff}.save-btn:hover{background:#4f46e5}.delete-btn{background:#dc3545;color:#fff}.delete-btn:hover{background:#c82333}.delete-popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.delete-popup{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.delete-popup-icon{font-size:48px;text-align:center;margin-bottom:16px}.delete-popup-title{font-family:Roboto,sans-serif;font-size:20px;font-weight:600;color:#333;text-align:center;margin:0 0 8px}.delete-popup-message{font-family:Roboto,sans-serif;font-size:14px;color:#666;text-align:center;margin:0 0 24px}.delete-popup-actions{display:flex;gap:12px}.delete-popup-cancel{flex:1;padding:12px 20px;border:1px solid #ddd;background:#fff;color:#333;border-radius:6px;font-family:Roboto,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.delete-popup-cancel:hover{background:#f5f5f5;border-color:#bbb}.delete-popup-confirm{flex:1;padding:12px 20px;border:none;background:#dc3545;color:#fff;border-radius:6px;font-family:Roboto,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.delete-popup-confirm:hover{background:#c82333}.mobile-close-btn{display:none;position:fixed;bottom:20px;right:20px;background:#000c;color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;cursor:pointer;z-index:1001;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.mobile-close-btn:hover{background:#000000e6;transform:scale(1.1)}@media(max-width:768px){.editor-modal-overlay{align-items:flex-end}.editor-modal{max-width:100%;width:100%;padding:16px;max-height:100vh;height:100vh;border-radius:0;margin:0;position:relative}.mobile-close-btn{display:flex}.note-name-input{font-size:20px;padding:10px 12px}.editor-tabs{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.editor-tabs::-webkit-scrollbar{display:none}.tab-button{padding:10px 12px;font-size:14px;white-space:nowrap;flex-shrink:0}.description-container{display:flex;flex-direction:column-reverse}.tiptap-toolbar-fixed{position:relative;padding:10px;gap:4px;overflow-x:auto;scrollbar-width:thin;background:#f8f9fa;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;z-index:10;margin:0;flex-wrap:nowrap;align-items:center}.tiptap-toolbar-fixed button{padding:10px 12px;font-size:13px;min-width:40px;height:40px;flex-shrink:0}.tiptap-editor-wrapper{border-radius:8px 8px 0 0;border-bottom:none}.color-preset-grid{grid-template-columns:repeat(4,1fr);gap:10px}.emoji-preset-grid{grid-template-columns:repeat(4,1fr)}.description-container{min-height:250px}.tab-content{max-height:calc(100vh - 250px)}}@media(max-width:480px){.editor-modal-overlay{align-items:flex-end}.editor-modal{padding:12px;max-width:100%;width:100%;max-height:100vh;height:100vh;border-radius:0;margin:0}.mobile-close-btn{width:52px;height:52px;font-size:22px;bottom:16px;right:16px}.note-name-input{font-size:18px;padding:8px 10px}.editor-tabs{margin-bottom:16px}.tab-button{padding:8px 10px;font-size:13px}.description-container{display:flex;flex-direction:column-reverse}.tiptap-toolbar-fixed{position:relative;padding:8px;gap:3px;border-top:none;border-radius:0 0 8px 8px;flex-wrap:nowrap;align-items:center}.tiptap-toolbar-fixed button{padding:9px 10px;font-size:12px;min-width:36px;height:36px}.tiptap-editor-wrapper{border-radius:8px 8px 0 0;border-bottom:none}.color-preset-grid{grid-template-columns:repeat(3,1fr);gap:8px}.emoji-preset-grid{grid-template-columns:repeat(3,1fr)}.editor-actions{flex-direction:column;gap:8px;margin-top:16px}.editor-actions button{padding:14px 16px;font-size:16px}.delete-popup{padding:20px;max-width:90%}.delete-popup-icon{font-size:40px;margin-bottom:12px}.delete-popup-title{font-size:18px}.delete-popup-actions{flex-direction:column}.delete-popup-cancel,.delete-popup-confirm{width:100%}.description-container{min-height:200px}.tab-content{max-height:calc(100vh - 230px)}}.editor-modal-overlay.fullscreen .editor-modal{max-height:95vh}.editor-modal-overlay.fullscreen .description-container{min-height:60vh}[data-theme=dark] .editor-modal-overlay,.theme-dark .editor-modal-overlay{background:#000000d9}[data-theme=dark] .editor-modal,.theme-dark .editor-modal{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .note-name-input,.theme-dark .note-name-input{color:#e0e0e0;border-bottom-color:#555}[data-theme=dark] .note-name-input:focus,.theme-dark .note-name-input:focus{border-bottom-color:#6366f1}[data-theme=dark] .note-name-input::placeholder,.theme-dark .note-name-input::placeholder{color:#888}[data-theme=dark] .editor-tabs,.theme-dark .editor-tabs{background:#333}[data-theme=dark] .tab-button,.theme-dark .tab-button{color:#b0b0b0}[data-theme=dark] .tab-button.active,.theme-dark .tab-button.active{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .tab-button:hover:not(.active),.theme-dark .tab-button:hover:not(.active){background:#ffffff1a}[data-theme=dark] .tiptap-toolbar-fixed,.theme-dark .tiptap-toolbar-fixed{background:#333;border-color:#555}[data-theme=dark] .tiptap-toolbar-fixed button,.theme-dark .tiptap-toolbar-fixed button{background:#2a2a2a;border-color:#555;color:#e0e0e0}[data-theme=dark] .tiptap-toolbar-fixed button:hover,.theme-dark .tiptap-toolbar-fixed button:hover{background:#3a3a3a;border-color:#777}[data-theme=dark] .toolbar-divider,.theme-dark .toolbar-divider{background:#555}[data-theme=dark] .tiptap-editor-wrapper,.theme-dark .tiptap-editor-wrapper{background:#2a2a2a;border-color:#555}[data-theme=dark] .tiptap-editor .ProseMirror,.theme-dark .tiptap-editor .ProseMirror{color:#e0e0e0}[data-theme=dark] .tiptap-editor .ProseMirror p.is-editor-empty:first-child:before,.theme-dark .tiptap-editor .ProseMirror p.is-editor-empty:first-child:before{color:#666}[data-theme=dark] .color-preset-box.selected,.theme-dark .color-preset-box.selected{border-color:#e0e0e0}[data-theme=dark] .color-value,.theme-dark .color-value{background:#333;color:#e0e0e0}[data-theme=dark] .custom-color-picker input[type=color],.theme-dark .custom-color-picker input[type=color]{border-color:#555}[data-theme=dark] .emoji-preset-box,.theme-dark .emoji-preset-box{background:#333}[data-theme=dark] .emoji-preset-box:hover,.theme-dark .emoji-preset-box:hover{background:#3a3a3a}[data-theme=dark] .emoji-preset-box.selected,.theme-dark .emoji-preset-box.selected{background:#1e3a5f;border-color:#6366f1}[data-theme=dark] .selected-emoji-display,.theme-dark .selected-emoji-display{background:#333}[data-theme=dark] .clear-emoji-btn,.theme-dark .clear-emoji-btn{background:#2a2a2a;color:#dc3545;border-color:#dc3545}[data-theme=dark] .clear-emoji-btn:hover,.theme-dark .clear-emoji-btn:hover{background:#dc3545;color:#fff}[data-theme=dark] .editor-actions,.theme-dark .editor-actions{border-top-color:#555}[data-theme=dark] .delete-popup-overlay,.theme-dark .delete-popup-overlay{background:#000000b3}[data-theme=dark] .delete-popup,.theme-dark .delete-popup{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .delete-popup-title,.theme-dark .delete-popup-title{color:#e0e0e0}[data-theme=dark] .delete-popup-message,.theme-dark .delete-popup-message{color:#b0b0b0}[data-theme=dark] .delete-popup-cancel,.theme-dark .delete-popup-cancel{background:#333;color:#e0e0e0;border-color:#555}[data-theme=dark] .delete-popup-cancel:hover,.theme-dark .delete-popup-cancel:hover{background:#3a3a3a;border-color:#777}[data-theme=dark] .saving-status.saving .saving-icon,.theme-dark .saving-status.saving .saving-icon,[data-theme=dark] .saving-status.saved .saving-icon,.theme-dark .saving-status.saved .saving-icon{color:#9ca3af}[data-theme=dark] .delete-btn-top,.theme-dark .delete-btn-top{background:#451a1a;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .delete-btn-top:hover,.theme-dark .delete-btn-top:hover{background:#7f1d1d;border-color:#dc2626}[data-theme=dark] .mobile-close-btn,.theme-dark .mobile-close-btn{background:#ffffff26;color:#fff}[data-theme=dark] .mobile-close-btn:hover,.theme-dark .mobile-close-btn:hover{background:#ffffff40}.landing-footer{border-top:1px solid #e9e9e7;background:#fafafa;padding:64px 0 48px;margin-top:0}.landing-footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:64px}.landing-footer-company{display:flex;flex-direction:column;max-width:400px}.landing-footer-company-name{font-size:20px;font-weight:600;color:#37352f;margin:0 0 16px;letter-spacing:-.3px}.landing-footer-description{font-size:14px;line-height:1.6;color:#787774;margin:0 0 24px}.landing-footer-copyright{font-size:13px;color:#787774;margin:0 0 12px}.landing-footer-made-with{font-size:13px;color:#787774;margin:0}.landing-footer-section{display:flex;flex-direction:column}.landing-footer-section-title{font-size:12px;font-weight:600;color:#37352f;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.landing-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.landing-footer-link{font-size:14px;color:#787774;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;text-align:left;transition:color .2s ease;font-family:inherit}.landing-footer-link:hover{color:#37352f}@media(max-width:968px){.landing-footer-content{grid-template-columns:1fr 1fr;gap:48px}.landing-footer-company{grid-column:1 / -1;max-width:100%}}@media(max-width:768px){.landing-footer{padding:48px 0 32px}.landing-footer-content{grid-template-columns:1fr;gap:32px}.landing-footer-company{grid-column:1}.landing-footer-section-title{margin-bottom:12px}.landing-footer-links{gap:10px}}.login-page-container{width:100vw;height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";position:relative;overflow:auto}.login-page-content{width:100%;max-width:440px;animation:fadeInUp .6s ease-out forwards;position:relative}.login-back-btn{position:absolute;top:16px;left:16px;background:transparent;border:none;color:#787774;padding:8px 0;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;display:flex;align-items:center;gap:6px;z-index:1}.login-back-btn:hover{color:#37352f}.login-back-btn:before{content:"←";font-size:16px;display:inline-block}.login-card{background:#fff;border-radius:12px;padding:64px 40px 48px;box-shadow:0 4px 24px #0000000f,0 0 0 1px #0000000a;border:none;position:relative}.login-logo{font-size:clamp(28px,4vw,36px);font-weight:600;color:#37352f;text-align:center;margin:0 0 12px;letter-spacing:-.3px}.login-title{font-size:clamp(22px,3.5vw,28px);font-weight:600;color:#37352f;text-align:center;margin:0 0 40px;letter-spacing:-.3px}.login-form{display:flex;flex-direction:column;gap:20px}.login-form-group{display:flex;flex-direction:column;gap:8px}.login-form-group label{font-size:14px;font-weight:500;color:#787774}.login-form-group input{padding:12px 16px;border:1px solid #e9e9e7;border-radius:6px;font-size:16px;color:#37352f;background-color:#fff;transition:all .2s ease;box-sizing:border-box;width:100%}.login-form-group input:hover{border-color:#d4d4d1}.login-form-group input:focus{outline:none;border-color:#37352f;box-shadow:0 0 0 3px #37352f14}.login-form-group input:disabled{background:#fafafa;cursor:not-allowed;opacity:.6}.login-form-group input::placeholder{color:#787774}.login-error{background:#fff5f5;border:1px solid #ffd6d6;color:#c33;padding:12px 16px;border-radius:6px;font-size:14px;text-align:center;line-height:1.5}.login-submit-btn{padding:12px 24px;background:#37352f;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px;box-sizing:border-box;width:100%;position:relative}.login-submit-btn:hover:not(:disabled){background:#2e2d29;transform:translateY(-1px);box-shadow:0 4px 12px #37352f26}.login-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #37352f1a}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-divider{display:flex;align-items:center;text-align:center;margin:24px 0;color:#787774;font-size:14px}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #e9e9e7}.login-divider span{padding:0 16px}.login-google-btn{width:100%;padding:12px 24px;background:#fff;border:1px solid #e9e9e7;border-radius:6px;color:#37352f;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px;box-sizing:border-box}.login-google-btn:hover:not(:disabled){background:#fafafa;border-color:#d4d4d1;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.login-google-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #0000000d}.login-google-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.google-icon{width:20px;height:20px;flex-shrink:0}.login-footer{margin-top:32px;text-align:center}.login-footer p{color:#787774;font-size:14px;margin:0}.login-switch-btn{background:none;border:none;color:#37352f;font-weight:500;cursor:pointer;font-size:14px;padding:0;margin:0;transition:color .2s ease;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.login-switch-btn:hover:not(:disabled){color:#2e2d29;text-decoration-color:#2e2d29}.login-switch-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.login-page-container{padding:24px 16px}.login-page-content{max-width:100%}.login-card{padding:52px 28px 36px;box-shadow:0 2px 16px #0000000d,0 0 0 1px #0000000a}.login-logo{font-size:clamp(24px,5vw,32px)}.login-title{font-size:clamp(20px,4vw,26px);margin-bottom:32px}.login-form{gap:18px}.login-footer{margin-top:28px}}@media(max-width:480px){.login-page-container{padding:40px 16px 20px;align-items:flex-start}.login-card{padding:48px 24px 32px}.login-back-btn{font-size:13px;top:12px;left:12px}.login-title{margin-bottom:28px}.login-form-group input{padding:11px 14px;font-size:16px}.login-submit-btn{padding:12px 20px;font-size:15px}}git#root{width:100vw;height:100vh;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.main-note-circle,.satellite-note{border:5px solid rgba(255,255,255,.25)!important;box-shadow:0 4px 12px #0000001a!important}.closing-note-circle{border:5px solid rgba(255,255,255,.25)!important}.home-container{width:100vw;height:100vh;overflow-y:auto;padding:40px 20px;box-sizing:border-box;background-color:#fff;position:relative}.home-fade-in{animation:homeFadeIn .5s ease-out forwards}@keyframes homeFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.theme-transition-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:-1;background-color:var(--transition-color, transparent);clip-path:circle(0% at var(--animation-x, 50%) var(--animation-y, 50%));animation:themeFill .5s cubic-bezier(.4,0,.2,1) forwards;will-change:clip-path}.theme-transition-overlay.theme-transition-light{--transition-color: #ffffff}.theme-transition-overlay.theme-transition-dark{--transition-color: #1a1a1a}@keyframes themeFill{0%{clip-path:circle(0% at var(--animation-x, 50%) var(--animation-y, 50%))}to{clip-path:circle(150% at var(--animation-x, 50%) var(--animation-y, 50%))}}.note-card-appear{animation:noteCardFadeIn .6s cubic-bezier(.4,0,.2,1) forwards;opacity:0;transform:translateY(20px) scale(.95)}@keyframes noteCardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.notes-grid .note-card:nth-child(1){animation-delay:.1s}.notes-grid .note-card:nth-child(2){animation-delay:.15s}.notes-grid .note-card:nth-child(3){animation-delay:.2s}.notes-grid .note-card:nth-child(4){animation-delay:.25s}.notes-grid .note-card:nth-child(5){animation-delay:.3s}.notes-grid .note-card:nth-child(6){animation-delay:.35s}.notes-grid .note-card:nth-child(7){animation-delay:.4s}.notes-grid .note-card:nth-child(8){animation-delay:.45s}.notes-grid .note-card:nth-child(9){animation-delay:.5s}.notes-grid .note-card:nth-child(10){animation-delay:.55s}.notes-grid .note-card:nth-child(11){animation-delay:.6s}.notes-grid .note-card:nth-child(12){animation-delay:.65s}.notes-grid .note-card:nth-child(n+13){animation-delay:.7s}.home-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:40px;position:relative}.home-header h1{font-family:Roboto,sans-serif;font-size:clamp(28px,4.5vw,42px);font-weight:600;color:#666;margin:0;letter-spacing:-.5px;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;text-align:center;grid-column:2;transition:color .5s cubic-bezier(.4,0,.2,1)}.auth-buttons{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;margin-top:0;grid-column:3}.auth-btn{padding:10px 20px;border:2px solid #6366F1;border-radius:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.login-btn{background:#6366f1;color:#fff}.login-btn:hover{background:#4f46e5;color:#fff}.signup-btn{background:#6366f1;color:#fff}.signup-btn:hover{background:#4f46e5;border-color:#4f46e5}.logout-btn{background:#fff;color:#666;border-color:#ccc}.logout-btn:hover{background:#f5f5f5;border-color:#999}.theme-toggle-btn{display:flex;align-items:center;justify-content:center;padding:10px 12px}.user-email{font-family:Roboto,sans-serif;font-size:14px;color:#666;margin-right:8px;transition:color .5s cubic-bezier(.4,0,.2,1)}.login-prompt{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px;position:relative}.login-prompt-content{text-align:center;max-width:500px;padding:40px;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 4px 20px #0000001a;position:relative;z-index:1}.login-prompt-content h2{font-family:Roboto,sans-serif;font-size:clamp(24px,4vw,32px);font-weight:600;color:#333;margin:0 0 16px}.login-prompt-content>p{font-family:Roboto,sans-serif;font-size:16px;color:#666;margin:0 0 32px;line-height:1.5}.login-prompt-signup{margin-top:24px!important;font-size:14px!important;color:#666!important}.link-button{background:none;border:none;color:#6366f1;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0;margin:0;transition:color .2s ease}.link-button:hover{color:#4f46e5}.notes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;max-width:1200px;margin:0 auto;padding:0 20px}.note-card{position:relative;width:100%;aspect-ratio:1;border-radius:50%;padding:24px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;border:5px solid rgba(255,255,255,.25);box-sizing:border-box;overflow:hidden}@supports not (aspect-ratio: 1){.note-card:before{content:"";display:block;padding-bottom:100%}.note-card-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}}.note-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.note-card-content{text-align:center;width:100%;padding:0;box-sizing:border-box}.note-card h2{font-family:Roboto;font-size:clamp(18px,2.4vw,24px);font-weight:400;color:#fff;margin:0;word-wrap:break-word;overflow-wrap:break-word}.note-card-icon{margin-top:16px}.note-card-icon img{width:40px;height:40px;opacity:.9}.delete-note-btn{position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#fff3,#ffffff1a);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;font-weight:300;opacity:0;pointer-events:none;box-shadow:0 4px 16px #0000001a,inset 0 1px #ffffff4d}.note-card:hover .delete-note-btn{opacity:1;pointer-events:auto}.delete-note-btn:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);transform:translate(-50%) scale(1.05);box-shadow:0 6px 20px #00000026,inset 0 1px #fff6}.add-note-card{background:#f5f5f5!important;border:2px dashed #ccc}.add-note-card:hover{background:#ececec!important;border-color:#999}.add-note-icon{margin-bottom:12px;transition:opacity .5s cubic-bezier(.4,0,.2,1)}.add-note-icon svg path{transition:fill .5s cubic-bezier(.4,0,.2,1)}.add-note-card p{font-family:Roboto;font-size:14px;color:#666;margin:0;font-weight:500;text-align:center;transition:color .5s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .home-container,.theme-dark .home-container{background-color:#1a1a1a;color:#e0e0e0}[data-theme=dark] .home-header h1,.theme-dark .home-header h1{color:#e0e0e0}[data-theme=dark] .theme-toggle-btn,.theme-dark .theme-toggle-btn{background:#333;color:#e0e0e0;border-color:#555}[data-theme=dark] .theme-toggle-btn:hover,.theme-dark .theme-toggle-btn:hover{background:#444;border-color:#777}[data-theme=dark] .login-prompt-content,.theme-dark .login-prompt-content{background:#2a2a2ad9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000080}[data-theme=dark] .login-prompt-content h2,.theme-dark .login-prompt-content h2{color:#e0e0e0}[data-theme=dark] .login-prompt-content>p,.theme-dark .login-prompt-content>p{color:#b0b0b0}[data-theme=dark] .add-note-card,.theme-dark .add-note-card{background:#2a2a2a!important;border-color:#555}[data-theme=dark] .add-note-card:hover,.theme-dark .add-note-card:hover{background:#333!important;border-color:#777}[data-theme=dark] .add-note-card p,.theme-dark .add-note-card p{color:#b0b0b0}[data-theme=dark] .add-note-icon svg path,.theme-dark .add-note-icon svg path{fill:#b0b0b0}[data-theme=light] .theme-toggle-btn,.theme-light .theme-toggle-btn{background:#f5f5f5;color:#666;border-color:#ccc}[data-theme=light] .theme-toggle-btn:hover,.theme-light .theme-toggle-btn:hover{background:#e8e8e8;border-color:#999;color:#555}[data-theme=light] .theme-toggle-btn svg path,.theme-light .theme-toggle-btn svg path{stroke:#666}[data-theme=light] .theme-toggle-btn:hover svg path,.theme-light .theme-toggle-btn:hover svg path{stroke:#555}@media(max-width:768px){.home-container{padding:24px 12px}.home-header{margin-bottom:24px;grid-template-columns:1fr auto;gap:16px}.home-header h1{grid-column:1;text-align:left;padding-left:16px}.auth-buttons{grid-column:2;width:auto;justify-content:flex-end}.notes-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;padding:0 12px}.note-card{padding:20px}}@media(max-width:480px){.home-container{padding:20px 8px}.home-header{grid-template-columns:1fr auto;gap:12px;align-items:center}.home-header h1{font-size:clamp(24px,5vw,32px);text-align:left;padding-left:20px}.auth-buttons{flex-direction:row;gap:8px;justify-content:flex-end;align-items:center}.auth-btn{width:auto;min-width:auto;padding:8px 16px;font-size:13px;line-height:1.2;min-height:33px;height:33px}.theme-toggle-btn{padding:8px 10px;min-width:auto;width:auto;line-height:1;min-height:33px;height:33px}.theme-toggle-btn svg{width:16px;height:16px;display:block;flex-shrink:0}.user-email{display:block;margin-right:0;margin-bottom:8px}.notes-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;padding:0 8px}.note-card{padding:16px;border-radius:50%}.note-card h2{font-size:clamp(14px,3.2vw,18px)}.note-card-icon img{width:32px;height:32px}.delete-note-btn{width:28px;height:28px;font-size:20px;bottom:8px}}.expand-view-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;animation:expandViewFadeIn .3s ease-out}@keyframes expandViewFadeIn{0%{opacity:0}to{opacity:1}}.expand-view-container{position:relative;width:95vw;height:90vh;background:#141414fa;border-radius:16px;padding:20px;box-shadow:0 20px 60px #000c;display:flex;flex-direction:column;animation:expandViewSlideIn .4s cubic-bezier(.68,-.55,.265,1.55);overflow:hidden}@keyframes expandViewSlideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.expand-view-close{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#d3d3d3;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px #0003;color:#333}.expand-view-close svg{width:24px;height:24px}.expand-view-close:hover{background:silver;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.expand-view-close:active{transform:scale(.95)}[data-theme=dark] .expand-view-close,.theme-dark .expand-view-close{background:#333;color:#e0e0e0;box-shadow:0 2px 8px #0006}[data-theme=dark] .expand-view-close:hover,.theme-dark .expand-view-close:hover{background:#3a3a3a}.expand-controls{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:12px;z-index:10;background:#000000bf;padding:12px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #00000080}.expand-control-btn{width:44px;height:44px;background:#d3d3d3;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003;color:#333}.expand-control-btn svg{display:block;flex-shrink:0;width:20px;height:20px}.expand-control-btn:hover{background:silver;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.expand-control-btn:active{transform:scale(.95)}[data-theme=dark] .expand-control-btn,.theme-dark .expand-control-btn{background:#333;color:#e0e0e0;box-shadow:0 2px 8px #0006}[data-theme=dark] .expand-control-btn:hover,.theme-dark .expand-control-btn:hover{background:#3a3a3a}.expand-view-svg{width:100%;height:calc(100% - 100px);margin-top:60px;overflow:visible;-webkit-user-select:none;user-select:none}.expand-connection-line{animation:expandLineDraw .6s ease-out;pointer-events:none}@keyframes expandLineDraw{0%{stroke-dashoffset:100;opacity:0}to{stroke-dashoffset:0;opacity:1}}.expand-path-highlight{pointer-events:none}.expand-node-group{animation:expandNodeAppear .5s ease-out backwards}.expand-node-group:nth-child(1){animation-delay:.1s}.expand-node-group:nth-child(2){animation-delay:.15s}.expand-node-group:nth-child(3){animation-delay:.2s}.expand-node-group:nth-child(4){animation-delay:.25s}.expand-node-group:nth-child(5){animation-delay:.3s}.expand-node-group:nth-child(6){animation-delay:.35s}.expand-node-group:nth-child(7){animation-delay:.4s}.expand-node-group:nth-child(8){animation-delay:.45s}.expand-node-group:nth-child(9){animation-delay:.5s}.expand-node-group:nth-child(n+10){animation-delay:.6s}@keyframes expandNodeAppear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.expand-note-circle{cursor:pointer;transition:all .2s ease}.expand-node-group:hover .expand-note-circle{filter:brightness(1.2);stroke-width:3}.expand-node-group:active .expand-note-circle{filter:brightness(.9)}.expand-note-current-ring{animation:expandCurrentRingSpin 2s linear infinite;pointer-events:none}@keyframes expandCurrentRingSpin{0%{stroke-dashoffset:0}to{stroke-dashoffset:12}}.expand-note-text,.expand-note-emoji{pointer-events:none;-webkit-user-select:none;user-select:none}.expand-note-indicator{pointer-events:none;animation:expandIndicatorPulse 2s ease-in-out infinite}@keyframes expandIndicatorPulse{0%,to{opacity:.3;r:8}50%{opacity:.6;r:10}}.expand-view-info{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;align-items:center;padding:16px 24px;background:#0009;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.expand-view-stats{font-family:Roboto;font-size:14px;color:#ffffffe6;display:flex;align-items:center;gap:6px}.expand-view-stats strong{color:#6366f1;font-weight:500}.expand-view-hint{font-family:Roboto;font-size:11px;color:#ffffff80;text-align:center}@media(max-width:768px){.expand-view-container{width:98vw;height:95vh;padding:15px}.expand-view-close{width:40px;height:40px;top:15px;right:15px}.expand-view-close svg{width:20px;height:20px}.expand-controls{top:15px;left:15px;padding:10px;gap:8px}.expand-control-btn{width:36px;height:36px}.expand-control-btn svg{width:18px;height:18px}.expand-view-svg{margin-top:50px;height:calc(100% - 90px)}.expand-view-info{bottom:15px;padding:12px 20px}.expand-view-stats{font-size:12px}.expand-view-hint{font-size:10px}}@media(max-width:480px){.expand-view-container{border-radius:12px;padding:10px}.expand-view-svg{margin-top:50px}.expand-controls{top:10px;left:10px;padding:8px;gap:6px}.expand-control-btn{width:32px;height:32px}.expand-control-btn svg{width:16px;height:16px}}.todo-panel-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:998;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOutSlide{0%{opacity:1;transform:translate(0);max-height:100px;margin-bottom:8px}to{opacity:0;transform:translate(20px);max-height:0;margin-bottom:0}}.todo-panel{position:fixed;top:0;right:-450px;width:450px;height:100vh;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:999;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}[data-theme=dark] .todo-panel,.theme-dark .todo-panel{background:#1a1a1a;box-shadow:-4px 0 24px #00000080}[data-theme=dark] .todo-panel-overlay,.theme-dark .todo-panel-overlay{background-color:#000000d9}.todo-panel.open{right:0}.todo-panel-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid rgba(0,0,0,.1)}[data-theme=dark] .todo-panel-header,.theme-dark .todo-panel-header{border-bottom:1px solid rgba(255,255,255,.1)}.todo-header-content{display:flex;flex-direction:column;gap:12px;flex:1}.todo-panel-header h2{font-size:24px;font-weight:600;font-family:Roboto,sans-serif;color:#37352f;margin:0}[data-theme=dark] .todo-panel-header h2,.theme-dark .todo-panel-header h2{color:#fff}.todo-view-toggle{display:flex;gap:6px;background:#f0f0f0;padding:4px;border-radius:8px;width:fit-content}[data-theme=dark] .todo-view-toggle,.theme-dark .todo-view-toggle{background:#ffffff14}.todo-toggle-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:transparent;border:none;border-radius:6px;color:#666;font-size:13px;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;transition:all .2s ease;margin:2px;border:1px solid transparent}[data-theme=dark] .todo-toggle-btn,.theme-dark .todo-toggle-btn{color:#ffffff80}.todo-toggle-btn svg{flex-shrink:0}.todo-toggle-btn:hover{background:#0000000d;color:#333}[data-theme=dark] .todo-toggle-btn:hover,.theme-dark .todo-toggle-btn:hover{background:#ffffff1a;color:#fffc}.todo-toggle-btn.active{background:#fff;color:#6366f1;box-shadow:0 1px 3px #0000001a}[data-theme=dark] .todo-toggle-btn.active,.theme-dark .todo-toggle-btn.active{background:#ffffff26;color:#fff;box-shadow:0 1px 3px #0000004d}.todo-close-button{background:none;border:none;color:#888;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;margin-left:8px;position:relative}[data-theme=dark] .todo-close-button,.theme-dark .todo-close-button{color:#fff9}.todo-close-button:hover{background-color:#0000000d;color:#333}[data-theme=dark] .todo-close-button:hover,.theme-dark .todo-close-button:hover{background-color:#ffffff1a;color:#fff}.todo-stats{display:none}.todo-create-form{padding:20px 24px;display:flex;flex-direction:column;gap:12px;position:relative}.todo-create-note-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:14px;font-family:Roboto,sans-serif;color:#fff;font-weight:500;width:fit-content}.todo-create-emoji{font-size:16px}.todo-create-note-name{font-weight:600}.todo-bottom-bar{position:absolute;bottom:0;left:0;right:0;padding:16px 24px;background:transparent;display:flex;align-items:center;justify-content:flex-end;z-index:100}.todo-bottom-bar:has(.todo-add-task-form){background:#fff;border-top:1px solid rgba(0,0,0,.1)}[data-theme=dark] .todo-bottom-bar:has(.todo-add-task-form),.theme-dark .todo-bottom-bar:has(.todo-add-task-form){background:#1a1a1a;border-top:1px solid rgba(255,255,255,.1)}.todo-add-task-form{display:flex;gap:8px;align-items:center;width:100%}.todo-add-task-form .todo-create-input{flex:1}.todo-form-actions{display:flex;gap:8px}.todo-create-input{flex:1;padding:12px 16px;background:#f8f8f8;border:2px solid #e0e0e0;border-radius:10px;color:#37352f;font-size:14px;font-family:Roboto,sans-serif;outline:none;transition:all .2s ease;box-sizing:border-box}[data-theme=dark] .todo-create-input,.theme-dark .todo-create-input{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff}.todo-create-input::placeholder{color:#888}[data-theme=dark] .todo-create-input::placeholder,.theme-dark .todo-create-input::placeholder{color:#fff6}.todo-create-input:focus{background:#fff;border-color:#6366f1}[data-theme=dark] .todo-create-input:focus,.theme-dark .todo-create-input:focus{background:#ffffff1f;border-color:#ffffff4d}.todo-create-button{padding:12px 20px;background:#f0f0f0;border:2px solid #e0e0e0;border-radius:10px;color:#37352f;font-family:Roboto,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:fit-content;margin:8px 4px}[data-theme=dark] .todo-create-button,.theme-dark .todo-create-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.todo-create-button:hover:not(:disabled){background:#e0e0e0;border-color:#ccc}[data-theme=dark] .todo-create-button:hover:not(:disabled),.theme-dark .todo-create-button:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.todo-create-button:disabled{opacity:.4;cursor:not-allowed}.todo-cancel-button{padding:12px 20px;background:#f0f0f0;border:2px solid #e0e0e0;border-radius:10px;color:#37352f;font-family:Roboto,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:fit-content}[data-theme=dark] .todo-cancel-button,.theme-dark .todo-cancel-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.todo-cancel-button:hover{background:#e0e0e0;border-color:#ccc}[data-theme=dark] .todo-cancel-button:hover,.theme-dark .todo-cancel-button:hover{background:#ffffff26;border-color:#ffffff4d}.todo-floating-add-btn{width:50px;height:50px;border-radius:50%;background:#6366f1;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #6366f14d;transition:all .2s ease;flex-shrink:0}[data-theme=dark] .todo-floating-add-btn,.theme-dark .todo-floating-add-btn{background:#6366f1;box-shadow:0 4px 12px #6366f180}.todo-floating-add-btn:hover{background:#4f46e5;box-shadow:0 6px 16px #6366f166;transform:scale(1.05)}[data-theme=dark] .todo-floating-add-btn:hover,.theme-dark .todo-floating-add-btn:hover{background:#4f46e5;box-shadow:0 6px 16px #6366f199}.todo-list{flex:1;overflow-y:auto;padding:16px 24px 100px;display:flex;flex-direction:column;gap:20px}.todo-list::-webkit-scrollbar{width:8px}.todo-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}[data-theme=dark] .todo-list::-webkit-scrollbar-track,.theme-dark .todo-list::-webkit-scrollbar-track{background:#ffffff0d}.todo-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}[data-theme=dark] .todo-list::-webkit-scrollbar-thumb,.theme-dark .todo-list::-webkit-scrollbar-thumb{background:#fff3}.todo-list::-webkit-scrollbar-thumb:hover{background:#aaa}[data-theme=dark] .todo-list::-webkit-scrollbar-thumb:hover,.theme-dark .todo-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.todo-loading,.todo-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 24px;color:#888;text-align:center;font-family:Roboto,sans-serif}[data-theme=dark] .todo-loading,[data-theme=dark] .todo-empty,.theme-dark .todo-loading,.theme-dark .todo-empty{color:#fff9}.todo-empty svg{opacity:.3}.todo-empty p{font-size:18px;font-weight:600;font-family:Roboto,sans-serif;color:#666;margin:0}[data-theme=dark] .todo-empty p,.theme-dark .todo-empty p{color:#fffc}.todo-empty span{font-size:14px;font-family:Roboto,sans-serif;color:#888}[data-theme=dark] .todo-empty span,.theme-dark .todo-empty span{color:#ffffff80}.todo-group{display:flex;flex-direction:column;gap:12px}.todo-group-header{display:flex;align-items:center;gap:8px}.todo-group-badge{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;border-radius:10px;width:100%;color:#fff;font-family:Roboto,sans-serif;position:relative}.todo-group-name{font-size:15px;font-weight:600;font-family:Roboto,sans-serif;display:flex;align-items:center;gap:8px}.todo-group-count{font-size:13px;font-weight:500;font-family:Roboto,sans-serif;opacity:.7;display:flex;align-items:center;gap:8px}.todo-group-items{display:flex;flex-direction:column;gap:8px}.todo-group-action-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.todo-group-action-btn:hover{background:#ffffff4d;border-color:#ffffff80}.todo-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8f8f8;border:2px solid transparent;border-radius:10px;transition:all .2s ease}[data-theme=dark] .todo-item,.theme-dark .todo-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.todo-item:hover{background:#f0f0f0;border-color:#6366f1}[data-theme=dark] .todo-item:hover,.theme-dark .todo-item:hover{background:#ffffff14;border-color:#ffffff26}.todo-item.completed{opacity:.6}.todo-item.completed .todo-content{text-decoration:line-through;color:#888}[data-theme=dark] .todo-item.completed .todo-content,.theme-dark .todo-item.completed .todo-content{color:#ffffff80}.todo-item.fading-out{animation:fadeOutSlide .3s ease-out forwards;overflow:hidden}.todo-checkbox-label{display:flex;align-items:center;cursor:pointer;position:relative}.todo-checkbox{position:absolute;opacity:0;cursor:pointer}.todo-checkbox-custom{width:22px;height:22px;border:2px solid #ccc;border-radius:6px;background:transparent;transition:all .2s ease;display:flex;align-items:center;justify-content:center}[data-theme=dark] .todo-checkbox-custom,.theme-dark .todo-checkbox-custom{border:2px solid rgba(255,255,255,.3)}.todo-checkbox:checked+.todo-checkbox-custom{background:#4caf50;border-color:#4caf50}.todo-checkbox:checked+.todo-checkbox-custom:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}.todo-checkbox-label:hover .todo-checkbox-custom{border-color:#6366f1}[data-theme=dark] .todo-checkbox-label:hover .todo-checkbox-custom,.theme-dark .todo-checkbox-label:hover .todo-checkbox-custom{border-color:#ffffff80}.todo-content{flex:1;color:#37352f;font-size:14px;font-family:Roboto,sans-serif;line-height:1.5;word-break:break-word}[data-theme=dark] .todo-content,.theme-dark .todo-content{color:#fff}.todo-delete-button{background:none;border:none;color:#999;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;opacity:0;margin-left:8px;position:relative}[data-theme=dark] .todo-delete-button,.theme-dark .todo-delete-button{color:#fff6}.todo-item:hover .todo-delete-button{opacity:1}.todo-delete-button:hover{background:#ff000026;color:#f44}@media(max-width:768px){.todo-panel{width:100%;right:-100%}.todo-panel.open{right:0}.todo-bottom-bar{width:100%}}.paywall-page-container{width:100vw;height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";position:relative;overflow:auto}.paywall-page-content{width:100%;max-width:480px;animation:fadeInUp .6s ease-out forwards;position:relative}.paywall-card{background:#fff;border-radius:12px;padding:40px 32px 32px;box-shadow:0 4px 24px #0000000f,0 0 0 1px #0000000a;border:none;position:relative;max-height:90vh;overflow-y:auto}.paywall-logo{font-size:clamp(24px,4vw,30px);font-weight:600;color:#37352f;text-align:center;margin:0 0 20px;letter-spacing:-.3px}.paywall-content{display:flex;flex-direction:column;gap:18px}.paywall-title{font-size:clamp(22px,4vw,26px);font-weight:600;color:#37352f;text-align:center;margin:0;letter-spacing:-.4px}.paywall-subtitle{font-size:15px;color:#787774;text-align:center;margin:0;line-height:1.4}.paywall-timer{background:linear-gradient(135deg,#fff5f0,#fff8f5);border:1px solid #ffe8dc;border-radius:8px;padding:14px 16px;text-align:center}.timer-label{font-size:13px;font-weight:600;color:#c05621;margin-bottom:10px;letter-spacing:.3px}.timer-display{display:flex;align-items:center;justify-content:center;gap:4px}.timer-unit{display:flex;flex-direction:column;align-items:center;gap:2px}.timer-value{font-size:24px;font-weight:700;color:#c05621;line-height:1;min-width:36px;font-variant-numeric:tabular-nums}.timer-text{font-size:10px;color:#9b6635;text-transform:uppercase;font-weight:500;letter-spacing:.5px}.timer-separator{font-size:20px;font-weight:600;color:#c05621;padding:0 2px;margin-bottom:14px}.paywall-pricing{text-align:center;padding:18px 0;border-top:1px solid #e9e9e7;border-bottom:1px solid #e9e9e7}.price-tag{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:6px}.price-currency{font-size:24px;font-weight:600;color:#37352f}.price-amount{font-size:48px;font-weight:700;color:#37352f;line-height:1;letter-spacing:-2px}.price-period{font-size:16px;font-weight:500;color:#787774;margin-left:4px}.price-description{font-size:13px;color:#787774;margin:0}.price-description-wrapper{display:flex;align-items:center;justify-content:center;gap:6px}.info-icon-wrapper{position:relative;display:inline-flex;cursor:pointer}.info-icon{width:16px;height:16px;color:#9b9a97;transition:color .2s ease}.info-icon-wrapper:hover .info-icon{color:#37352f}.info-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#37352f;color:#fff;padding:12px 14px;border-radius:8px;font-size:12px;line-height:1.5;width:240px;box-shadow:0 4px 12px #00000026;z-index:10;animation:tooltipFadeIn .2s ease}.info-tooltip strong{display:block;margin-bottom:4px;font-size:13px;color:#ffd6a5}.info-tooltip p{margin:0;font-weight:400}.tooltip-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #37352f}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.paywall-benefits{display:flex;flex-direction:column;gap:12px}.benefits-title{font-size:15px;font-weight:600;color:#37352f;margin:0}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.benefit-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#37352f;padding:0}.benefit-check{width:18px;height:18px;color:#37352f;flex-shrink:0;background:#f0f0ef;border-radius:50%;padding:3px}.paywall-subscribe-btn{width:100%;padding:14px 24px;background:#37352f;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:4px;box-sizing:border-box;position:relative}.paywall-subscribe-btn:hover:not(:disabled){background:#2e2d29;transform:translateY(-1px);box-shadow:0 6px 16px #37352f33}.paywall-subscribe-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #37352f1a}.paywall-subscribe-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.paywall-skip-text{width:100%;padding:12px 24px;text-align:center;color:#787774;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease;box-sizing:border-box;margin-top:8px}.paywall-skip-text:hover{color:#37352f;text-decoration:underline}.paywall-error{background:#fff5f5;border:1px solid #ffd6d6;color:#c33;padding:10px 14px;border-radius:6px;font-size:13px;text-align:center;line-height:1.4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.paywall-page-container{padding:16px}.paywall-page-content{max-width:100%}.paywall-card{padding:36px 24px 28px;box-shadow:0 2px 16px #0000000d,0 0 0 1px #0000000a}.paywall-logo{font-size:clamp(22px,5vw,28px);margin-bottom:18px}.paywall-title{font-size:clamp(20px,4.5vw,24px)}.paywall-content{gap:16px}.price-amount{font-size:42px}.price-currency{font-size:22px}.price-period{font-size:15px}.benefit-item{font-size:13px}.timer-value{font-size:20px;min-width:32px}.timer-separator{font-size:18px}.info-tooltip{width:200px;font-size:11px}}@media(max-width:480px){.paywall-page-container{padding:20px 12px 12px;align-items:flex-start}.paywall-card{padding:32px 20px 24px}.paywall-content{gap:14px}.paywall-pricing{padding:14px 0}.price-amount{font-size:38px}.paywall-subscribe-btn{padding:13px 20px;font-size:15px}.paywall-skip-text{padding:11px 20px;font-size:13px}.benefits-list{gap:8px}.timer-value{font-size:18px;min-width:28px}.timer-text{font-size:9px}.timer-separator{font-size:16px}.timer-label{font-size:12px}.info-tooltip{width:180px;left:auto;right:0;transform:none}.tooltip-arrow{left:auto;right:10px;transform:none}}@media(max-height:700px){.paywall-card{padding:28px 28px 24px}.paywall-logo{margin-bottom:14px}.paywall-content{gap:12px}.paywall-pricing{padding:12px 0}.paywall-benefits{gap:8px}.benefits-list{gap:7px}}.terms-container{width:100%;height:100vh;padding:0;box-sizing:border-box;background-color:#fff;position:fixed;top:0;left:0;right:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:#37352f;overflow-y:auto;overflow-x:hidden;margin:0}.terms-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1200px;margin:0 auto;position:relative;z-index:1000;gap:24px;background:#fff;box-sizing:border-box;width:100%;border-bottom:1px solid #e9e9e7}.terms-logo h1{font-size:24px;font-weight:600;color:#37352f;margin:0;letter-spacing:-.3px}.terms-page-name{color:#787774;font-size:14px;font-weight:400;margin-left:8px;vertical-align:baseline}.terms-nav{display:flex;gap:32px;align-items:center}.terms-signin-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;background:#37352f;color:#fff}.terms-signin-btn:hover{background:#2e2d29}.terms-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1000;color:#37352f;transition:color .2s ease;position:relative}.terms-mobile-menu-btn:hover{color:#787774}.terms-mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background:#fff;z-index:999;padding:0;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 0 0 9999px #0000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,box-shadow .3s ease;pointer-events:none}.terms-mobile-menu.active{opacity:1;visibility:visible;box-shadow:0 0 0 9999px #0000004d;pointer-events:auto}.terms-mobile-signin-btn{width:calc(100% - 48px);padding:16px 24px;margin:100px 24px 32px;border:none;border-radius:4px;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#37352f;color:#fff;text-align:center}.terms-mobile-signin-btn:hover{background:#2e2d29}.terms-main{width:100%;max-width:800px;margin:0 auto;padding:60px 24px;box-sizing:border-box}.terms-content{width:100%;position:relative}.terms-back-btn{background:transparent;border:none;color:#787774;padding:8px 0;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;display:flex;align-items:center;gap:6px;margin-bottom:24px}.terms-back-btn:hover{color:#37352f}.terms-back-btn:before{content:"←";font-size:16px;display:inline-block}.terms-title{font-size:clamp(36px,5vw,48px);font-weight:700;margin:0 0 16px;color:#37352f;letter-spacing:-1px}.terms-last-updated{font-size:14px;color:#787774;margin:0 0 48px}.terms-section{margin-bottom:48px}.terms-section-title{font-size:clamp(24px,3vw,28px);font-weight:600;margin:0 0 16px;color:#37352f;letter-spacing:-.3px}.terms-text{font-size:16px;line-height:1.7;color:#37352f;margin:0 0 16px}.terms-list{margin:16px 0;padding-left:24px;list-style-type:disc}.terms-list li{font-size:16px;line-height:1.7;color:#37352f;margin-bottom:8px}.terms-text a,.terms-list li a{color:#37352f;text-decoration:underline;text-decoration-color:#787774;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.terms-text a:hover,.terms-list li a:hover{color:#2e2d29;text-decoration-color:#37352f}@media(max-width:768px){.terms-header{padding:16px 20px}.terms-nav{display:none}.terms-mobile-menu-btn{display:flex;margin-left:auto}.terms-signin-btn{display:none}.terms-main{padding:40px 20px}.terms-section{margin-bottom:40px}}@media(max-width:480px){.terms-header{padding:12px 16px}.terms-logo h1{font-size:20px}.terms-main{padding:32px 16px}.terms-title{font-size:clamp(28px,8vw,36px);margin-bottom:12px}.terms-last-updated{font-size:13px;margin-bottom:32px}.terms-section{margin-bottom:32px}.terms-section-title{font-size:clamp(20px,5vw,24px)}.terms-text,.terms-list li{font-size:15px}}.privacy-container{width:100%;height:100vh;padding:0;box-sizing:border-box;background-color:#fff;position:fixed;top:0;left:0;right:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:#37352f;overflow-y:auto;overflow-x:hidden;margin:0}.privacy-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1200px;margin:0 auto;position:relative;z-index:1000;gap:24px;background:#fff;box-sizing:border-box;width:100%;border-bottom:1px solid #e9e9e7}.privacy-logo h1{font-size:24px;font-weight:600;color:#37352f;margin:0;letter-spacing:-.3px}.privacy-page-name{color:#787774;font-size:14px;font-weight:400;margin-left:8px;vertical-align:baseline}.privacy-nav{display:flex;gap:32px;align-items:center}.privacy-signin-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;background:#37352f;color:#fff}.privacy-signin-btn:hover{background:#2e2d29}.privacy-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1000;color:#37352f;transition:color .2s ease;position:relative}.privacy-mobile-menu-btn:hover{color:#787774}.privacy-mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background:#fff;z-index:999;padding:0;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 0 0 9999px #0000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,box-shadow .3s ease;pointer-events:none}.privacy-mobile-menu.active{opacity:1;visibility:visible;box-shadow:0 0 0 9999px #0000004d;pointer-events:auto}.privacy-mobile-signin-btn{width:calc(100% - 48px);padding:16px 24px;margin:100px 24px 32px;border:none;border-radius:4px;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#37352f;color:#fff;text-align:center}.privacy-mobile-signin-btn:hover{background:#2e2d29}.privacy-main{width:100%;max-width:800px;margin:0 auto;padding:60px 24px;box-sizing:border-box}.privacy-content{width:100%;position:relative}.privacy-back-btn{background:transparent;border:none;color:#787774;padding:8px 0;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;display:flex;align-items:center;gap:6px;margin-bottom:24px}.privacy-back-btn:hover{color:#37352f}.privacy-back-btn:before{content:"←";font-size:16px;display:inline-block}.privacy-title{font-size:clamp(36px,5vw,48px);font-weight:700;margin:0 0 16px;color:#37352f;letter-spacing:-1px}.privacy-last-updated{font-size:14px;color:#787774;margin:0 0 48px}.privacy-section{margin-bottom:48px}.privacy-section-title{font-size:clamp(24px,3vw,28px);font-weight:600;margin:0 0 16px;color:#37352f;letter-spacing:-.3px}.privacy-subsection-title{font-size:clamp(20px,2.5vw,22px);font-weight:600;margin:24px 0 12px;color:#37352f;letter-spacing:-.2px}.privacy-text{font-size:16px;line-height:1.7;color:#37352f;margin:0 0 16px}.privacy-list{margin:16px 0;padding-left:24px;list-style-type:disc}.privacy-list li{font-size:16px;line-height:1.7;color:#37352f;margin-bottom:8px}.privacy-list li strong{font-weight:600}@media(max-width:768px){.privacy-header{padding:16px 20px}.privacy-nav{display:none}.privacy-mobile-menu-btn{display:flex;margin-left:auto}.privacy-signin-btn{display:none}.privacy-main{padding:40px 20px}.privacy-section{margin-bottom:40px}}@media(max-width:480px){.privacy-header{padding:12px 16px}.privacy-logo h1{font-size:20px}.privacy-main{padding:32px 16px}.privacy-title{font-size:clamp(28px,8vw,36px);margin-bottom:12px}.privacy-last-updated{font-size:13px;margin-bottom:32px}.privacy-section{margin-bottom:32px}.privacy-section-title{font-size:clamp(20px,5vw,24px)}.privacy-subsection-title{font-size:clamp(18px,4vw,20px)}.privacy-text,.privacy-list li{font-size:15px}}.contact-container{width:100%;height:100vh;padding:0;box-sizing:border-box;background-color:#fff;position:fixed;top:0;left:0;right:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:#37352f;overflow-y:auto;overflow-x:hidden;margin:0}.contact-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1200px;margin:0 auto;position:relative;z-index:1000;gap:24px;background:#fff;box-sizing:border-box;width:100%;border-bottom:1px solid #e9e9e7}.contact-logo h1{font-size:24px;font-weight:600;color:#37352f;margin:0;letter-spacing:-.3px}.contact-nav{display:flex;gap:32px;align-items:center}.contact-signin-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;background:#37352f;color:#fff}.contact-signin-btn:hover{background:#2e2d29}.contact-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1000;color:#37352f;transition:color .2s ease;position:relative}.contact-mobile-menu-btn:hover{color:#787774}.contact-mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background:#fff;z-index:999;padding:0;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 0 0 9999px #0000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,box-shadow .3s ease;pointer-events:none}.contact-mobile-menu.active{opacity:1;visibility:visible;box-shadow:0 0 0 9999px #0000004d;pointer-events:auto}.contact-mobile-signin-btn{width:calc(100% - 48px);padding:16px 24px;margin:100px 24px 32px;border:none;border-radius:4px;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#37352f;color:#fff;text-align:center}.contact-mobile-signin-btn:hover{background:#2e2d29}.contact-main{width:100%;max-width:1000px;margin:0 auto;padding:60px 24px;box-sizing:border-box}.contact-content{width:100%;position:relative}.contact-back-btn{background:transparent;border:none;color:#787774;padding:8px 0;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;display:flex;align-items:center;gap:6px;margin-bottom:24px}.contact-back-btn:hover{color:#37352f}.contact-back-btn:before{content:"←";font-size:16px;display:inline-block}.contact-title{font-size:clamp(36px,5vw,48px);font-weight:700;margin:0 0 16px;color:#37352f;letter-spacing:-1px}.contact-subtitle{font-size:18px;line-height:1.6;color:#787774;margin:0 0 48px;max-width:600px}.contact-container-wrapper{display:grid;grid-template-columns:1fr 300px;gap:60px;align-items:start}.contact-form{background:#f8f9fa;padding:32px;border-radius:8px;border:1px solid #e9e9e7}.contact-form-group{margin-bottom:24px}.contact-label{display:block;font-size:14px;font-weight:600;color:#37352f;margin-bottom:8px}.contact-input,.contact-textarea{width:100%;padding:12px 16px;border:1px solid #e9e9e7;border-radius:4px;font-size:16px;font-family:inherit;background:#fff;color:#37352f;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:#37352f;box-shadow:0 0 0 3px #37352f1a}.contact-textarea{resize:vertical;min-height:120px}.contact-submit-btn{width:100%;padding:14px 24px;background:#37352f;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.contact-submit-btn:hover:not(:disabled){background:#2e2d29}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-message{margin-top:16px;padding:12px 16px;border-radius:4px;font-size:14px;font-weight:500}.contact-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.contact-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-info{background:#fff;padding:32px;border-radius:8px;border:1px solid #e9e9e7;position:sticky;top:24px}.contact-info-title{font-size:20px;font-weight:600;color:#37352f;margin:0 0 24px}.contact-info-item{margin-bottom:24px}.contact-info-item:last-child{margin-bottom:0}.contact-info-item h3{font-size:14px;font-weight:600;color:#37352f;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.contact-info-item p{font-size:16px;line-height:1.5;color:#787774;margin:0}.contact-info-item a{color:#37352f;text-decoration:underline;text-decoration-color:#787774;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.contact-info-item a:hover{color:#2e2d29;text-decoration-color:#37352f}.contact-response-time{font-size:clamp(20px,3vw,28px);font-weight:600;color:#37352f;line-height:1.3;letter-spacing:-.5px}@media(max-width:768px){.contact-header{padding:16px 20px}.contact-nav{display:none}.contact-mobile-menu-btn{display:flex;margin-left:auto}.contact-signin-btn{display:none}.contact-main{padding:40px 20px}.contact-container-wrapper{grid-template-columns:1fr;gap:32px}.contact-form,.contact-info{padding:24px}.contact-info{position:static}}@media(max-width:480px){.contact-header{padding:12px 16px}.contact-logo h1{font-size:20px}.contact-main{padding:32px 16px}.contact-title{font-size:clamp(28px,8vw,36px);margin-bottom:12px}.contact-subtitle{font-size:16px;margin-bottom:32px}.contact-form,.contact-info{padding:20px}.contact-form-group{margin-bottom:20px}.contact-input,.contact-textarea{padding:10px 12px;font-size:16px}.contact-response-time{font-size:clamp(18px,4vw,24px)}}.changelog-container{width:100%;height:100vh;padding:0;box-sizing:border-box;background-color:#fff;position:fixed;top:0;left:0;right:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:#37352f;overflow-y:auto;overflow-x:hidden;margin:0}.changelog-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;background:#fff;border-bottom:1px solid #e9e9e7}.changelog-logo h1{font-size:24px;font-weight:600;color:#37352f;margin:0;letter-spacing:-.3px}.changelog-page-name{color:#787774;font-size:14px;font-weight:400;margin-left:8px;vertical-align:baseline}.changelog-signin-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#37352f;color:#fff}.changelog-signin-btn:hover{background:#2e2d29}.changelog-hero{padding:80px 24px 60px;text-align:center;background:#fafafa;border-bottom:1px solid #e9e9e7}.changelog-title{font-size:clamp(40px,6vw,64px);font-weight:700;color:#37352f;margin:0 0 16px;line-height:1.1;letter-spacing:-1.2px}.changelog-subtitle{font-size:clamp(18px,2.5vw,22px);color:#787774;margin:0;line-height:1.5;font-weight:400}.changelog-content{max-width:800px;margin:0 auto;padding:80px 24px;width:100%;box-sizing:border-box}.changelog-posts{display:flex;flex-direction:column;gap:32px}.changelog-post{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e9e9e7}.changelog-post:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}.changelog-post-date{font-size:14px;color:#37352f;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.changelog-post-title{font-size:28px;font-weight:600;color:#37352f;margin:0 0 16px;letter-spacing:-.5px;line-height:1.3}.changelog-post-description{font-size:16px;color:#787774;line-height:1.7;margin:0}@media(max-width:768px){.changelog-header{padding:16px 20px}.changelog-hero{padding:60px 20px 40px}.changelog-title{margin-bottom:12px}.changelog-content{padding:60px 20px 80px}.changelog-posts{gap:24px}.changelog-post{padding:32px 24px}.changelog-post-title{font-size:24px;margin-bottom:12px}.changelog-post-description{font-size:15px}}@media(max-width:480px){.changelog-header{padding:12px 16px}.changelog-back-btn{padding:6px 12px;font-size:13px}.changelog-hero{padding:40px 16px 32px}.changelog-content{padding:40px 16px 60px}.changelog-post{padding:24px 20px}.changelog-post-title{font-size:22px}.changelog-post-description{font-size:14px}}.mobile-app-container{width:100%;min-height:100vh;padding:0;box-sizing:border-box;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:#37352f;margin:0}.mobile-app-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1200px;margin:0 auto;position:relative;z-index:1000;gap:24px;background:#fff;box-sizing:border-box;width:100%;border-bottom:1px solid #e9e9e7}.mobile-app-logo h1{font-size:24px;font-weight:600;color:#37352f;margin:0;letter-spacing:-.3px}.mobile-app-nav{display:flex;gap:32px;align-items:center}.mobile-app-signin-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-sizing:border-box;background:#37352f;color:#fff}.mobile-app-signin-btn:hover{background:#2e2d29}.mobile-app-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1000;color:#37352f;transition:color .2s ease;position:relative}.mobile-app-mobile-menu-btn:hover{color:#787774}.mobile-app-mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background:#fff;z-index:999;padding:0;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 0 0 9999px #0000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,box-shadow .3s ease;pointer-events:none}.mobile-app-mobile-menu.active{opacity:1;visibility:visible;box-shadow:0 0 0 9999px #0000004d;pointer-events:auto}.mobile-app-mobile-signin-btn{width:calc(100% - 48px);padding:16px 24px;margin:100px 24px 32px;border:none;border-radius:4px;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#37352f;color:#fff;text-align:center}.mobile-app-mobile-signin-btn:hover{background:#2e2d29}.mobile-app-main{width:100%;max-width:1000px;margin:0 auto;padding:60px 24px 80px;box-sizing:border-box}.mobile-app-hero,.mobile-app-hero-content{width:100%}.mobile-app-icons{display:flex;justify-content:center;gap:16px;margin-bottom:32px}.mobile-app-icon-wrapper{width:60px;height:60px;background:#37352f;border-radius:8px;display:flex;align-items:center;justify-content:center}.mobile-app-platform-icon{font-size:2rem;color:#fff}.mobile-app-title{font-size:clamp(36px,5vw,48px);font-weight:700;text-align:center;color:#37352f;margin:0 0 16px;letter-spacing:-1px}.mobile-app-subtitle{font-size:18px;text-align:center;color:#787774;line-height:1.6;max-width:600px;margin:0 auto 48px}.mobile-app-promo{background:#fffbeb;border-radius:8px;padding:32px;margin-bottom:48px;border:1px solid #fbbf24;position:relative}.mobile-app-promo-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f59e0b;color:#fff;padding:6px 16px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.mobile-app-promo-text{text-align:center;color:#78350f;font-size:16px;margin-bottom:20px;margin-top:8px;line-height:1.5}.mobile-app-promo-list{list-style:none;padding:0;margin:0 0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.mobile-app-promo-list li{display:flex;align-items:center;gap:8px;color:#78350f;font-size:14px}.mobile-app-promo-icon{color:#059669;font-size:16px;flex-shrink:0}.mobile-app-promo-btn{width:100%;padding:14px 24px;background:#37352f;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.mobile-app-promo-btn:hover{background:#2e2d29}.mobile-app-promo-note{text-align:center;color:#78350f;font-size:14px;margin:16px 0 0;font-style:italic}.mobile-app-form{background:#f8f9fa;border-radius:8px;padding:32px;margin-bottom:48px;border:1px solid #e9e9e7}.mobile-app-form-title{font-size:24px;font-weight:600;text-align:center;color:#37352f;margin:0 0 24px}.mobile-app-platform-select{display:flex;gap:12px;margin-bottom:8px;justify-content:center}.mobile-app-platform-btn{flex:1;max-width:180px;padding:12px 16px;background:#fff;border:1px solid #e9e9e7;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500;color:#37352f;cursor:pointer;transition:all .2s ease}.mobile-app-platform-btn:hover{border-color:#37352f;background:#fafafa}.mobile-app-platform-btn.active{border-color:#37352f;background:#37352f;color:#fff}.mobile-app-platform-btn svg{font-size:18px}.mobile-app-platform-hint{text-align:center;color:#787774;font-size:14px;margin-bottom:24px}.mobile-app-input-group{display:flex;gap:12px;flex-direction:column}.mobile-app-input{flex:1;padding:12px 16px;border:1px solid #e9e9e7;border-radius:4px;font-size:16px;font-family:inherit;background:#fff;color:#37352f;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.mobile-app-input:focus{outline:none;border-color:#37352f;box-shadow:0 0 0 3px #37352f1a}.mobile-app-input:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.6}.mobile-app-submit-btn{padding:14px 24px;background:#37352f;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.mobile-app-submit-btn:hover:not(:disabled){background:#2e2d29}.mobile-app-submit-btn:disabled{opacity:.6;cursor:not-allowed}.mobile-app-error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;text-align:center;margin-top:16px;padding:12px 16px;border-radius:4px;font-size:14px;font-weight:500}.mobile-app-success{text-align:center;padding:32px;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-bottom:48px;opacity:1;transition:opacity .5s ease-out}.mobile-app-success.hidden{opacity:0;height:0;padding:0;margin:0;overflow:hidden}.mobile-app-success-icon{font-size:48px;color:#155724;margin-bottom:16px}.mobile-app-success-title{font-size:24px;font-weight:600;color:#37352f;margin:0 0 12px}.mobile-app-success-text{font-size:16px;color:#787774;margin:0 0 24px;line-height:1.5}.mobile-app-success-btn{padding:14px 24px;background:#37352f;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.mobile-app-success-btn:hover{background:#2e2d29}.mobile-app-features{margin-top:48px}.mobile-app-features-title{font-size:28px;font-weight:600;text-align:center;color:#37352f;margin:0 0 32px}.mobile-app-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.mobile-app-feature-card{text-align:center;padding:24px;background:#f8f9fa;border:1px solid #e9e9e7;border-radius:8px;transition:border-color .2s ease}.mobile-app-feature-card:hover{border-color:#37352f}.mobile-app-feature-icon{font-size:40px;margin-bottom:16px}.mobile-app-feature-title{font-size:16px;font-weight:600;color:#37352f;margin:0 0 8px}.mobile-app-feature-desc{font-size:14px;color:#787774;line-height:1.5;margin:0}@media(min-width:768px){.mobile-app-input-group{flex-direction:row}.mobile-app-submit-btn{white-space:nowrap}}@media(max-width:768px){.mobile-app-header{padding:16px 20px}.mobile-app-nav{display:none}.mobile-app-mobile-menu-btn{display:flex;margin-left:auto}.mobile-app-signin-btn{display:none}.mobile-app-main{padding:40px 20px 60px}.mobile-app-form,.mobile-app-promo{padding:24px}.mobile-app-promo-list{grid-template-columns:1fr}.mobile-app-platform-select{flex-direction:column}.mobile-app-platform-btn{max-width:100%}}@media(max-width:480px){.mobile-app-header{padding:12px 16px}.mobile-app-logo h1{font-size:20px}.mobile-app-main{padding:32px 16px 48px}.mobile-app-title{font-size:clamp(28px,8vw,36px);margin-bottom:12px}.mobile-app-subtitle{font-size:16px;margin-bottom:32px}.mobile-app-icon-wrapper{width:48px;height:48px}.mobile-app-platform-icon{font-size:1.5rem}.mobile-app-form,.mobile-app-promo{padding:20px}.mobile-app-features-grid{grid-template-columns:1fr;gap:16px}}
