@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--font-outfit:"Outfit", sans-serif;--font-inter:"Inter", sans-serif;--bg-dark-base:#070913;--bg-dark-glass:#0d101ea6;--border-glass:#ffffff14;--color-yellow:#f59e0b;--color-blue:#3b82f6;--color-green:#10b981;--color-pink:#ec4899;--color-purple:#8b5cf6;--color-dark:#1e293b;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--glass-shadow:0 10px 40px 0 #00000059}.theme-yellow{--site-bg:#fef08a;--site-accent:#d97706;--site-accent-gradient:linear-gradient(135deg, #f59e0b, #d97706);--site-glow-1:#f59e0b40;--site-glow-2:#ef444414;--site-badge-bg:#f59e0b1f;--site-badge-border:#f59e0b73;--site-button-text:#fff;--site-text-primary:#451a03;--site-text-secondary:#78350f;--site-card-bg:#ffffff73;--site-border-glass:#451a031f;--site-shadow:0 10px 40px #451a0314}.theme-blue{--site-bg:#bfdbfe;--site-accent:#1d4ed8;--site-accent-gradient:linear-gradient(135deg, #3b82f6, #1d4ed8);--site-glow-1:#3b82f640;--site-glow-2:#8b5cf614;--site-badge-bg:#3b82f61a;--site-badge-border:#3b82f659;--site-button-text:#fff;--site-text-primary:#1e3a8a;--site-text-secondary:#1d4ed8;--site-card-bg:#ffffff73;--site-border-glass:#1e3a8a1f;--site-shadow:0 10px 40px #1e3a8a14}.theme-green{--site-bg:#bbf7d0;--site-accent:#047857;--site-accent-gradient:linear-gradient(135deg, #10b981, #047857);--site-glow-1:#10b98140;--site-glow-2:#3b82f614;--site-badge-bg:#10b9811a;--site-badge-border:#10b98159;--site-button-text:#fff;--site-text-primary:#064e3b;--site-text-secondary:#047857;--site-card-bg:#ffffff73;--site-border-glass:#064e3b1f;--site-shadow:0 10px 40px #064e3b14}.theme-pink{--site-bg:#fbcfe8;--site-accent:#be185d;--site-accent-gradient:linear-gradient(135deg, #ec4899, #be185d);--site-glow-1:#ec489940;--site-glow-2:#8b5cf614;--site-badge-bg:#ec48991a;--site-badge-border:#ec489959;--site-button-text:#fff;--site-text-primary:#701a75;--site-text-secondary:#be185d;--site-card-bg:#ffffff73;--site-border-glass:#701a751f;--site-shadow:0 10px 40px #701a7514}.theme-purple{--site-bg:#e9d5ff;--site-accent:#6d28d9;--site-accent-gradient:linear-gradient(135deg, #8b5cf6, #6d28d9);--site-glow-1:#8b5cf640;--site-glow-2:#ec489914;--site-badge-bg:#8b5cf61a;--site-badge-border:#8b5cf659;--site-button-text:#fff;--site-text-primary:#4c1d95;--site-text-secondary:#6d28d9;--site-card-bg:#ffffff73;--site-border-glass:#4c1d951f;--site-shadow:0 10px 40px #4c1d9514}.theme-dark{--site-bg:#070913;--site-accent:#38bdf8;--site-accent-gradient:linear-gradient(135deg, #38bdf8, #0284c7);--site-glow-1:#38bdf81f;--site-glow-2:#ffffff05;--site-badge-bg:#38bdf814;--site-badge-border:#38bdf84d;--site-button-text:#0f172a;--site-text-primary:#f3f4f6;--site-text-secondary:#9ca3af;--site-card-bg:#0d101ea6;--site-border-glass:#ffffff14;--site-shadow:0 10px 40px 0 #00000059}html,body{background-color:var(--site-bg);width:100%;color:var(--site-text-primary);font-family:var(--font-inter);scroll-behavior:smooth;transition:background-color .4s,color .4s;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark-base)}.theme-yellow::-webkit-scrollbar-track{background:#fef08a}.theme-blue::-webkit-scrollbar-track{background:#bfdbfe}.theme-green::-webkit-scrollbar-track{background:#bbf7d0}.theme-pink::-webkit-scrollbar-track{background:#fbcfe8}.theme-purple::-webkit-scrollbar-track{background:#e9d5ff}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:99px}:not(.theme-dark)::-webkit-scrollbar-thumb{background:#00000014}::-webkit-scrollbar-thumb:hover{background:#fff3}:not(.theme-dark)::-webkit-scrollbar-thumb:hover{background:#00000026}.container{z-index:10;max-width:1200px;margin:0 auto;padding:0 24px;position:relative}h1,h2,h3,h4{font-family:var(--font-outfit);letter-spacing:-.02em;font-weight:700}.gradient-text{background:var(--site-accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;transition:background .3s}.mesh-gradient-glow{background:radial-gradient(circle, var(--site-glow-1) 0%, transparent 70%);filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;width:45vw;height:45vw;transition:background .4s;position:absolute;top:10%;left:20%}.mesh-gradient-glow-2{background:radial-gradient(circle, var(--site-glow-2) 0%, transparent 70%);filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;width:40vw;height:40vw;transition:background .4s;position:absolute;top:60%;right:15%}.glass-badge{background:var(--site-badge-bg);border:1px solid var(--site-badge-border);font-family:var(--font-outfit);color:var(--site-accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:99px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #0000000d}.nav-bar{border-bottom:1px solid var(--site-border-glass);justify-content:space-between;align-items:center;height:80px;transition:border-bottom .3s;display:flex}.logo-container{font-family:var(--font-outfit);color:var(--site-text-primary);align-items:center;gap:10px;font-size:21px;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.logo-icon-img{background:#ffffff08;border-radius:8px;width:28px;height:28px;box-shadow:0 0 10px #0000001a}.theme-dark .logo-icon-img{box-shadow:0 0 10px #ffffff26}.nav-links{gap:32px;list-style:none;display:flex}.nav-link{color:var(--site-text-secondary);font-size:14px;font-weight:600;transition:color .2s,transform .2s;display:inline-block}.nav-link:hover{color:var(--site-accent);transform:translateY(-1px)}.site-theme-picker-container{align-items:center;margin-right:18px;display:inline-flex;position:relative}.site-theme-trigger{background-color:var(--site-accent);cursor:pointer;width:26px;height:26px;box-shadow:0 0 10px var(--site-glow-1);border:1.5px solid #fff;border-radius:50%;transition:transform .2s,box-shadow .2s,background-color .3s}.theme-yellow .site-theme-trigger,.theme-blue .site-theme-trigger,.theme-green .site-theme-trigger,.theme-pink .site-theme-trigger,.theme-purple .site-theme-trigger{border-color:#00000026}.site-theme-trigger:hover{box-shadow:0 0 15px var(--site-accent);transform:scale(1.12)}.site-theme-palette{-webkit-backdrop-filter:blur(25px);z-index:2000;background:#ffffffd9;border:1px solid #0000001a;border-radius:20px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:absolute;top:36px;right:-20px;box-shadow:0 10px 30px #0000001a}.theme-dark .site-theme-palette{background:#0d101ef2;border-color:#ffffff1f;box-shadow:0 10px 30px #00000080}.site-theme-dot{cursor:pointer;border:1.5px solid #0003;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:relative}.site-theme-dot:hover{transform:scale(1.2)}.site-theme-dot.active{box-shadow:0 0 0 1.5px #000}.theme-dark .site-theme-dot.active{box-shadow:0 0 0 1.5px #fff}.site-theme-dot.yellow{background-color:#fef08a}.site-theme-dot.blue{background-color:#bfdbfe}.site-theme-dot.green{background-color:#bbf7d0}.site-theme-dot.pink{background-color:#fbcfe8}.site-theme-dot.purple{background-color:#e9d5ff}.site-theme-dot.dark{background-color:#1e293b}.btn-landing{font-family:var(--font-outfit);cursor:pointer;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-landing-primary{background:var(--site-accent);color:var(--site-button-text);border-color:var(--site-accent);box-shadow:0 4px 15px var(--site-glow-1)}.btn-landing-primary:hover{box-shadow:0 8px 25px var(--site-accent);filter:brightness(1.05);transform:translateY(-2px)}.btn-landing-primary:active{transform:translateY(0)}.btn-landing-secondary{color:var(--site-text-primary);border:1px solid var(--site-border-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26}.theme-dark .btn-landing-secondary{color:#fff;background:#ffffff0d}.btn-landing-secondary:hover{border-color:var(--site-accent);background:#ffffff40;transform:translateY(-2px)}.theme-dark .btn-landing-secondary:hover{background:#ffffff1f}.hero-section{text-align:center;padding:96px 0 64px}.hero-title{max-width:850px;margin:0 auto 24px;font-size:64px;font-weight:800;line-height:1.1}@media (max-width:768px){.hero-title{font-size:40px}}.hero-desc{color:var(--site-text-secondary);max-width:650px;margin:0 auto 36px;font-size:18px;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.demo-section{text-align:center;padding:60px 0}.demo-title{margin-bottom:12px;font-size:36px}.demo-desc{color:var(--site-text-secondary);max-width:600px;margin:0 auto 40px;font-size:16px}.mock-desktop{background:linear-gradient(135deg,#0f1224 0%,#060813 100%);border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:960px;height:580px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000080}:not(.theme-dark) .mock-desktop{background:linear-gradient(135deg,#f1f5f9 0%,#cbd5e1 100%);border-color:#00000014}.mock-desktop-bg-pattern{pointer-events:none;background-image:radial-gradient(circle,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}:not(.theme-dark) .mock-desktop-bg-pattern{background-image:radial-gradient(circle,#00000008 1px,#0000 1px)}.mock-desktop-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 16px;display:flex;position:absolute;top:0;left:0}:not(.theme-dark) .mock-desktop-header{background:#fff6;border-bottom-color:#00000014}.mock-desktop-mac-dots{gap:6px;display:flex}.mac-dot{border-radius:50%;width:10px;height:10px}.mac-dot-red{background:#ff5f56}.mac-dot-yellow{background:#ffbd2e}.mac-dot-green{background:#27c93f}.mock-desktop-title{color:#ffffff59;letter-spacing:.05em;font-size:11px;font-weight:500}:not(.theme-dark) .mock-desktop-title{color:#00000073}.mock-desktop-instructions{color:var(--site-text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--site-border-glass);pointer-events:none;background:#ffffff26;border-radius:99px;align-items:center;gap:8px;padding:6px 14px;font-size:12px;display:flex;position:absolute;bottom:20px;left:20px}.theme-dark .mock-desktop-instructions{background:#ffffff0a}.features-section{padding:80px 0}.section-tagline{color:var(--site-accent);text-transform:uppercase;letter-spacing:.12em;text-align:center;margin-bottom:10px;font-size:13px;font-weight:700;transition:color .3s}.section-title{text-align:center;margin-bottom:50px;font-size:40px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.feature-card{background:var(--site-card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--site-border-glass);box-shadow:var(--site-shadow);color:var(--site-text-primary);border-radius:16px;padding:32px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card:hover{border-color:var(--site-accent);box-shadow:0 15px 45px #00000026, 0 0 30px var(--site-glow-1);transform:translateY(-4px)}.feature-icon-wrapper{border:1px solid var(--site-border-glass);width:44px;height:44px;color:var(--site-accent);background:#ffffff26;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;transition:color .3s;display:flex;box-shadow:0 4px 10px #0000000d}.theme-dark .feature-icon-wrapper{background:#ffffff0a}.feature-card-title{font-family:var(--font-outfit);margin-bottom:12px;font-size:19px;font-weight:600}.feature-card-desc{color:var(--site-text-secondary);font-size:14px;line-height:1.6}.download-section{padding:80px 0;position:relative}.download-box{background:var(--site-card-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--site-border-glass);text-align:center;z-index:10;max-width:820px;box-shadow:var(--site-shadow);border-radius:24px;margin:0 auto;padding:48px;position:relative}.download-title{font-family:var(--font-outfit);margin-bottom:12px;font-size:40px}.download-desc{color:var(--site-text-secondary);max-width:500px;margin:0 auto 36px;font-size:16px}.download-platforms{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;max-width:600px;margin:0 auto;display:grid}.download-card{border:1px solid var(--site-border-glass);cursor:pointer;background:#fff3;border-radius:16px;flex-direction:column;align-items:center;padding:24px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #00000005}.theme-dark .download-card{background:#ffffff05;box-shadow:0 4px 15px #0000001a}.download-card:hover{border-color:var(--site-accent);background:#ffffff73;transform:translateY(-2px);box-shadow:0 10px 30px #00000014}.theme-dark .download-card:hover{background:#ffffff0d;box-shadow:0 10px 30px #00000040}.download-card-icon-wrapper{color:var(--site-accent);margin-bottom:12px;transition:color .3s}.download-card-title{font-family:var(--font-outfit);margin-bottom:4px;font-size:17px;font-weight:600}.download-card-meta{color:var(--site-text-secondary);margin-bottom:18px;font-size:12px}.download-card .btn-landing{justify-content:center;width:100%;font-size:12px}.system-reqs{color:var(--site-text-secondary)}.footer{border-top:1px solid var(--site-border-glass);text-align:center;color:var(--site-text-secondary);background:#ffffff26;padding:40px 0;font-size:13px;transition:background .3s}.theme-dark .footer{background:#0d101e33}.footer-logo{font-family:var(--font-outfit);color:var(--site-text-primary);justify-content:center;align-items:center;gap:8px;margin-bottom:16px;font-size:18px;font-weight:700;display:flex}.sticky-widget,.sticky-widget *{box-sizing:border-box}.sticky-widget{-webkit-user-select:none;user-select:none;z-index:50;border-radius:16px;width:320px;height:420px;font-family:Outfit,sans-serif;transition:opacity .3s,height .3s cubic-bezier(.16,1,.3,1),transform .2s;position:relative;box-shadow:0 10px 40px #0003}.sticky-widget-rotate-container{transition:transform .3s;transform:rotate(-1.5deg)}.sticky-widget-rotate-container:hover{transform:rotate(0)scale(1.02)}.sticky-widget.collapsed-note{height:44px!important}.sticky-widget.always-on-top-floating{z-index:9999;animation:.3s ease-out forwards float-slide-in;position:fixed;top:90px;right:24px;box-shadow:0 25px 50px #00000080}@keyframes float-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sticky-widget .glass-container{-webkit-backdrop-filter:blur(25px);border:1px solid #ffffff4d;border-radius:16px;flex-direction:column;width:100%;height:100%;transition:opacity .3s;display:flex;position:relative;overflow:hidden}.sticky-widget .drag-header{z-index:999;background:#ffffff1a;border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;height:44px;min-height:44px;padding:0 14px;display:flex}.sticky-widget .header-left,.sticky-widget .header-right{align-items:center;gap:8px;display:flex}.sticky-widget .header-center{text-align:center;flex-grow:1}.sticky-widget .app-title{letter-spacing:.5px;opacity:.7;font-size:13px;font-weight:600}.sticky-widget .icon-btn{color:inherit;cursor:pointer;opacity:.75;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .2s,transform .2s;display:flex}.sticky-widget .icon-btn:hover{opacity:1;background-color:#fff3;transform:scale(1.05)}.sticky-widget .icon-btn:active{transform:scale(.95)}.sticky-widget .delete-btn:hover{background-color:#ef444433;color:#ef4444!important}.sticky-widget .icon-btn.active-pin{opacity:1;background-color:#3b82f626;color:#3b82f6!important}.sticky-widget .pin-icon{transition:transform .3s}.sticky-widget .icon-btn.active-pin .pin-icon{transform:rotate(45deg)}.sticky-widget .theme-indicator-btn{justify-content:center;align-items:center;display:flex}.sticky-widget .theme-circle-indicator{background-color:var(--theme-accent);border-radius:50%;width:14px;height:14px;transition:transform .2s,background-color .3s;box-shadow:0 0 0 1.5px,0 2px 5px #0000001a,inset 0 1px 1px #fff3}.sticky-widget .theme-indicator-btn:hover .theme-circle-indicator{transform:scale(1.25);box-shadow:0 0 0 2px,0 3px 8px #00000026}.sticky-widget .color-palette{-webkit-backdrop-filter:blur(20px)saturate(160%);z-index:1000;transform-origin:0 0;background:#fff9;border:1px solid #fff6;border-radius:24px;align-items:center;gap:10px;padding:8px 10px;transition:transform .25s,opacity .2s;display:flex;position:absolute;top:38px;left:12px;box-shadow:0 10px 30px #00000026}.sticky-widget.theme-dark .color-palette{background:#1e293bbf;border-color:#ffffff26}.sticky-widget .color-dot{cursor:pointer;border:2px solid #ffffff73;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:relative}.sticky-widget .color-dot:hover{transform:scale(1.2)translateY(-1px)}.sticky-widget .color-dot.active{border-color:#fffffff2;transform:scale(1.1);box-shadow:0 0 0 1.5px}.sticky-widget .color-dot.active:after{content:"";background-color:#00000080;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sticky-widget .color-dot.dark.active:after{background-color:#ffffffd9}.sticky-widget .color-dot.yellow{color:#f59e0b;background-color:#fef08a}.sticky-widget .color-dot.blue{color:#3b82f6;background-color:#bfdbfe}.sticky-widget .color-dot.green{color:#10b981;background-color:#bbf7d0}.sticky-widget .color-dot.pink{color:#ec4899;background-color:#fbcfe8}.sticky-widget .color-dot.purple{color:#8b5cf6;background-color:#e9d5ff}.sticky-widget .color-dot.dark{color:#f8fafc;background-color:#1e293b}.sticky-widget.theme-yellow{--theme-accent:#f59e0b;--theme-accent-gradient:linear-gradient(135deg, #f59e0b, #d97706);--theme-text:#451a03;--theme-text-active:#fff}.sticky-widget.theme-blue{--theme-accent:#3b82f6;--theme-accent-gradient:linear-gradient(135deg, #3b82f6, #1d4ed8);--theme-text:#1e3a8a;--theme-text-active:#fff}.sticky-widget.theme-green{--theme-accent:#10b981;--theme-accent-gradient:linear-gradient(135deg, #10b981, #047857);--theme-text:#064e3b;--theme-text-active:#fff}.sticky-widget.theme-pink{--theme-accent:#ec4899;--theme-accent-gradient:linear-gradient(135deg, #ec4899, #be185d);--theme-text:#701a75;--theme-text-active:#fff}.sticky-widget.theme-purple{--theme-accent:#8b5cf6;--theme-accent-gradient:linear-gradient(135deg, #8b5cf6, #6d28d9);--theme-text:#4c1d95;--theme-text-active:#fff}.sticky-widget.theme-dark{--theme-accent:#38bdf8;--theme-accent-gradient:linear-gradient(135deg, #38bdf8, #0284c7);--theme-text:#f8fafc;--theme-text-active:#0f172a}.sticky-widget.theme-yellow .glass-container{color:#451a03;background:#fef08ad9;border-color:#fef08a80}.sticky-widget.theme-blue .glass-container{color:#1e3a8a;background:#bfdbfed9;border-color:#bfdbfe80}.sticky-widget.theme-green .glass-container{color:#064e3b;background:#bbf7d0d9;border-color:#bbf7d080}.sticky-widget.theme-pink .glass-container{color:#701a75;background:#fbcfe8d9;border-color:#fbcfe880}.sticky-widget.theme-purple .glass-container{color:#4c1d95;background:#e9d5ffd9;border-color:#e9d5ff80}.sticky-widget.theme-dark .glass-container{color:#f8fafc;background:#0f172aeb;border-color:#fff3}.sticky-widget .content-area{flex-grow:1;display:flex;position:relative;overflow:hidden}.sticky-widget .panel{opacity:0;pointer-events:none;flex-direction:column;width:100%;height:100%;padding:14px;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:0;left:0;transform:translateY(6px)}.sticky-widget .panel.active{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-widget #panel-note{flex-direction:column;padding:0;display:flex}.sticky-widget .editor-toolbar{opacity:.65;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:6px 14px;font-size:11px;display:flex}.sticky-widget .toolbar-btn{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:3px;padding:2px 6px;font-size:11px;font-weight:600;display:flex}.sticky-widget .toolbar-btn:hover{background:#ffffff26}.sticky-widget #note-editor{resize:none;width:100%;height:0;color:inherit;background:0 0;border:none;outline:none;flex-grow:1;padding:10px 14px;font-family:inherit;line-height:1.5}.sticky-widget #note-editor::placeholder{color:currentColor;opacity:.45}.sticky-widget .btn{cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;gap:4px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:background-color .2s,transform .2s;display:inline-flex}.sticky-widget .btn:active{transform:scale(.96)}.sticky-widget .btn-primary{background-color:var(--theme-accent);color:#fff}.sticky-widget .btn-primary:hover{filter:brightness(.95)}.sticky-widget.theme-yellow .btn-primary{color:#451a03}.sticky-widget.theme-dark .btn-primary{color:#0f172a;background-color:#f8fafc}.sticky-widget .btn-secondary{color:inherit;background-color:#0000000f;border:1px solid #0000001a}.sticky-widget.theme-dark .btn-secondary{background-color:#ffffff14;border-color:#ffffff26}.sticky-widget .btn-danger{color:#ef4444;background-color:#ef444426;border:1px solid #ef444433}.sticky-widget .timer-container{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.sticky-widget .timer-display-ring{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.sticky-widget .progress-ring{position:absolute;top:0;left:0;transform:rotate(-90deg)}.sticky-widget .progress-ring__circle{transition:stroke-dashoffset .1s linear}.sticky-widget .timer-time-label{font-variant-numeric:tabular-nums;letter-spacing:-.5px;font-size:26px;font-weight:700}.sticky-widget .timer-inputs{align-items:center;gap:4px;font-size:20px;font-weight:600;display:flex}.sticky-widget .timer-inputs input{text-align:center;width:44px;color:inherit;background:#0000000d;border:1px solid #00000014;border-radius:6px;outline:none;padding:2px 0;font-family:inherit;font-size:20px;font-weight:600}.sticky-widget.theme-dark .timer-inputs input{background:#ffffff0d;border-color:#ffffff14}.sticky-widget .alarm-container{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.sticky-widget .digital-clock{font-variant-numeric:tabular-nums;letter-spacing:-.5px;font-size:26px;font-weight:700}.sticky-widget .alarm-setup{justify-content:center;gap:8px;width:100%;display:flex}.sticky-widget .alarm-time-custom-picker{align-items:center;gap:4px;font-size:16px;font-weight:600;display:flex}.sticky-widget .custom-dropdown{display:inline-block;position:relative}.sticky-widget .dropdown-trigger{text-align:center;color:inherit;cursor:pointer;background:#0000000d;border:1px solid #00000014;border-radius:8px;outline:none;justify-content:center;align-items:center;min-width:38px;padding:4px 8px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.sticky-widget .dropdown-trigger:after{content:"";opacity:.6;border-bottom:1.5px solid;border-right:1.5px solid;width:4px;height:4px;margin-top:-2px;margin-left:4px;display:inline-block;transform:rotate(45deg)}.sticky-widget.theme-dark .dropdown-trigger{background:#ffffff0d;border-color:#ffffff14}.sticky-widget .dropdown-menu{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#ffffffd9;border:1px solid #ffffff4d;border-radius:8px;gap:4px;max-height:120px;margin-bottom:4px;padding:6px;display:grid;position:absolute;bottom:100%;overflow-y:auto;box-shadow:0 -5px 20px #0000001a}.sticky-widget #menu-hour{grid-template-columns:repeat(3,1fr);width:110px;left:0}.sticky-widget #menu-minute{grid-template-columns:repeat(4,1fr);width:140px;left:-40px}.sticky-widget.theme-dark .dropdown-menu{background:#0f172ad9;border-color:#ffffff1a}.sticky-widget .dropdown-item{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.sticky-widget .dropdown-item:hover{background-color:var(--theme-accent);color:#fff}.sticky-widget.theme-yellow .dropdown-item:hover{color:#451a03}.sticky-widget.theme-dark .dropdown-item:hover{color:#0f172a}.sticky-widget .dropdown-item.selected{background:var(--theme-accent-gradient);color:#fff}.sticky-widget .ampm-toggle-btn{color:inherit;cursor:pointer;background:#0000000d;border:1px solid #00000014;border-radius:8px;outline:none;padding:4px 8px;font-family:inherit;font-size:13px;font-weight:600}.sticky-widget.theme-dark .ampm-toggle-btn{background:#ffffff0d;border-color:#ffffff14}.sticky-widget .alarm-card{background:#ffffff26;border:1px solid #fff3;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:6px 12px;display:flex}.sticky-widget.theme-dark .alarm-card{background:#ffffff0a;border-color:#ffffff14}.sticky-widget .stopwatch-container{flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;display:flex}.sticky-widget .stopwatch-display{font-variant-numeric:tabular-nums;letter-spacing:-.5px;font-size:30px;font-weight:700}.sticky-widget .sw-ms{opacity:.6;font-size:18px}.sticky-widget .laps-container{border-top:1px solid #ffffff26;flex-grow:1;width:100%;height:0;margin-top:4px;padding-top:6px;overflow-y:auto}.sticky-widget .laps-container li{opacity:.8;justify-content:space-between;padding:2px 4px;font-size:11px;display:flex}.sticky-widget .settings-container{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:10px;height:100%;display:flex;overflow-y:auto}.sticky-widget .settings-container::-webkit-scrollbar{display:none}.sticky-widget .settings-title{border-bottom:1px solid #ffffff26;align-items:center;gap:4px;margin-top:6px;padding-bottom:4px;font-size:12px;font-weight:700;display:flex}.sticky-widget .setting-item{justify-content:space-between;align-items:center;font-size:11px;display:flex}.sticky-widget .setting-item-col{flex-direction:column;align-items:flex-start}.sticky-widget .setting-label{flex-direction:column;display:flex}.sticky-widget .setting-desc{opacity:.65;font-size:9px}.sticky-widget .toggle-switch{width:32px;height:18px;position:relative}.sticky-widget .toggle-switch input{opacity:0;width:0;height:0}.sticky-widget .switch-slider{cursor:pointer;background-color:#00000026;border:1px solid #0000001a;border-radius:18px;transition:all .2s;position:absolute;inset:0}.sticky-widget.theme-dark .switch-slider{background-color:#ffffff1a;border-color:#ffffff14}.sticky-widget .switch-slider:before{content:"";background-color:#fff;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;bottom:2px;left:2px}.sticky-widget .toggle-switch input:checked+.switch-slider{background-color:var(--theme-accent)}.sticky-widget .toggle-switch input:checked+.switch-slider:before{transform:translate(14px)}.sticky-widget .opacity-slider{-webkit-appearance:none;background:#0000001a;border-radius:2px;outline:none;width:100%;height:4px}.sticky-widget.theme-dark .opacity-slider{background:#ffffff26}.sticky-widget .opacity-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--theme-accent);cursor:pointer;border-radius:50%;width:12px;height:12px}.sticky-widget .font-size-options{gap:4px;width:100%;margin-top:4px;display:flex}.sticky-widget .font-btn{cursor:pointer;color:inherit;background:#0000000d;border:1px solid #00000014;border-radius:6px;flex:1;padding:4px 0;font-family:inherit;font-size:10px;font-weight:600}.sticky-widget.theme-dark .font-btn{background:#ffffff0d;border-color:#ffffff14}.sticky-widget .font-btn.active{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.sticky-widget.theme-yellow .font-btn.active{color:#451a03}.sticky-widget.theme-dark .font-btn.active{color:#0f172a}.sticky-widget .setting-select{width:100%;color:inherit;background:#0000000d;border:1px solid #0000001a;border-radius:6px;outline:none;margin-top:4px;padding:4px 8px;font-family:inherit;font-size:11px}.sticky-widget.theme-dark .setting-select{background:#1e293bcc;border-color:#ffffff1a}.sticky-widget .input-with-button{gap:6px;width:100%;display:flex}.sticky-widget .setting-input{color:inherit;background-color:#0000000d;border:1px solid #0000001f;border-radius:8px;outline:none;flex-grow:1;margin-top:4px;padding:8px 12px;font-family:inherit;font-size:13px;transition:background .2s,border-color .2s}.sticky-widget.theme-dark .setting-input{color:#f8fafc;background-color:#ffffff0f;border-color:#ffffff26}.sticky-widget .setting-input:focus{border-color:var(--theme-accent);background-color:#ffffff8c}.sticky-widget.theme-dark .setting-input:focus{border-color:var(--theme-accent);background-color:#ffffff1f}.sticky-widget .setting-input::placeholder{color:inherit;opacity:.45}.sticky-widget .toggle-password-btn{cursor:pointer;background-color:#0000000d;border:1px solid #0000001f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:4px;transition:all .2s;display:flex}.sticky-widget.theme-dark .toggle-password-btn{background-color:#ffffff0f;border-color:#ffffff26}.sticky-widget .toggle-password-btn:hover{background-color:#00000017;border-color:#0000002e}.sticky-widget.theme-dark .toggle-password-btn:hover{background-color:#ffffff1a;border-color:#ffffff38}.sticky-widget .ai-status-badge{color:inherit;opacity:.85;text-align:center;background-color:#0000000f;border-radius:12px;align-self:center;padding:4px 10px;font-size:11px;font-weight:600}.sticky-widget.theme-dark .ai-status-badge{opacity:1;background-color:#ffffff14}.sticky-widget .ai-status-badge.success{opacity:1;color:#047857!important;background-color:#10b9811f!important}.sticky-widget.theme-dark .ai-status-badge.success{color:#34d399!important;background-color:#10b98133!important}.sticky-widget .ai-status-badge.error{opacity:1;color:#b91c1c!important;background-color:#ef44441a!important}.sticky-widget.theme-dark .ai-status-badge.error{color:#f87171!important;background-color:#ef444433!important}.sticky-widget .ai-provider-config{flex-direction:column;gap:12px;width:100%;display:flex}.sticky-widget .history-header{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding-bottom:4px;display:flex}.sticky-widget .trash-list-container{flex-direction:column;flex-grow:1;gap:6px;margin-top:6px;display:flex;overflow-y:auto}.sticky-widget .trash-item{color:inherit;background:#ffffff73;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:6px;padding:10px 12px 10px 16px;transition:transform .2s,box-shadow .2s,background-color .2s;display:flex;position:relative;overflow:hidden}.sticky-widget.theme-dark .trash-item{background:#ffffff08;border-color:#ffffff0d}.sticky-widget .trash-item:hover{background:#ffffffa6;box-shadow:0 4px 12px #0000000a}.sticky-widget.theme-dark .trash-item:hover{background:#ffffff0f}.sticky-widget .trash-item:before{content:"";width:4px;position:absolute;top:0;bottom:0;left:0}.sticky-widget .trash-item.color-yellow:before{background-color:#eab308}.sticky-widget .trash-item.color-blue:before{background-color:#3b82f6}.sticky-widget .trash-item.color-green:before{background-color:#10b981}.sticky-widget .trash-item.color-pink:before{background-color:#ec4899}.sticky-widget .trash-item.color-purple:before{background-color:#a855f7}.sticky-widget .trash-item.color-dark:before{background-color:#64748b}.sticky-widget.theme-dark .trash-item.color-yellow:before{background-color:#fef08a}.sticky-widget.theme-dark .trash-item.color-blue:before{background-color:#93c5fd}.sticky-widget.theme-dark .trash-item.color-green:before{background-color:#a7f3d0}.sticky-widget.theme-dark .trash-item.color-pink:before{background-color:#fbcfe8}.sticky-widget.theme-dark .trash-item.color-purple:before{background-color:#e9d5ff}.sticky-widget.theme-dark .trash-item.color-dark:before{background-color:#334155}.sticky-widget .trash-item-header{opacity:.6;justify-content:space-between;align-items:center;font-size:10px;display:flex}.sticky-widget .trash-item-time{font-weight:500}.sticky-widget .trash-item-snippet{white-space:nowrap;text-overflow:ellipsis;color:inherit;padding-right:8px;font-size:11px;font-weight:500;line-height:1.4;overflow:hidden}.sticky-widget .trash-item-actions{justify-content:flex-end;gap:6px;margin-top:2px;display:flex}.sticky-widget .trash-item-actions .btn{border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-size:9px;display:inline-flex}.sticky-widget .trash-empty-state{opacity:.55;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:160px;font-size:11px;display:flex}.sticky-widget .ai-assistant-panel{-webkit-backdrop-filter:blur(25px);z-index:100;background:#ffffffe6;border-top:1px solid #ffffff26;flex-direction:column;padding:12px;display:flex;position:absolute;inset:44px 0}.sticky-widget.theme-dark .ai-assistant-panel{background:#0f172aeb}.sticky-widget .ai-view{flex-direction:column;height:100%;display:flex}.sticky-widget .ai-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.sticky-widget .ai-title{text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.sticky-widget .ai-close-btn{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;font-size:16px}.sticky-widget .ai-menu-options{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.sticky-widget .ai-menu-btn{cursor:pointer;color:inherit;background:#0000000d;border:1px solid #00000014;border-radius:8px;align-items:center;gap:6px;padding:8px;font-family:inherit;font-size:10px;font-weight:600;display:flex}.sticky-widget.theme-dark .ai-menu-btn{background:#ffffff0d;border-color:#ffffff14}.sticky-widget .ai-menu-btn:hover{background:var(--theme-accent);color:#fff}.sticky-widget.theme-yellow .ai-menu-btn:hover{color:#451a03}.sticky-widget.theme-dark .ai-menu-btn:hover{color:#0f172a}.sticky-widget .ai-custom-prompt{gap:6px;margin-top:auto;display:flex}.sticky-widget #ai-custom-input{color:inherit;background:#0000000d;border:1px solid #00000014;border-radius:8px;outline:none;flex-grow:1;padding:6px 10px;font-family:inherit;font-size:11px}.sticky-widget.theme-dark #ai-custom-input{background:#ffffff0d;border-color:#ffffff14}.sticky-widget .ai-submit-btn{background:var(--theme-accent);cursor:pointer;color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sticky-widget .ai-loading-container{flex-direction:column;justify-content:center;align-items:center;gap:14px;height:100%;display:flex}.sticky-widget .ai-glow-orb{justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.sticky-widget .ai-orb-core{background:radial-gradient(circle, var(--theme-accent) 0%, #db2777 100%);width:16px;height:16px;box-shadow:0 0 12px 3px var(--theme-accent);z-index:2;border-radius:50%;animation:1.8s ease-in-out infinite orb-pulse}.sticky-widget .ai-orb-ring{border:1.5px solid #0000;border-top-color:var(--theme-accent);z-index:1;border-bottom-color:#ffffff1a;border-radius:50%;width:36px;height:36px;animation:1.2s linear infinite sw-spin;position:absolute}.sticky-widget .ai-orb-ring-double{z-index:0;border:1px dashed #0000;border-color:#0000 #db2777 #0000 #ffffff0d;border-radius:50%;width:42px;height:42px;animation:2s linear infinite reverse sw-spin;position:absolute}.sticky-widget .ai-loading-text{opacity:.75;font-size:10px;font-weight:600}.sticky-widget .ai-result-content-wrapper{flex-direction:column;flex-grow:1;gap:8px;margin-bottom:6px;display:flex;overflow-y:auto}.sticky-widget .ai-result-text{white-space:pre-wrap;font-size:11px;line-height:1.5}.sticky-widget .ai-result-actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.sticky-widget .ai-result-actions .btn{border-radius:10px;padding:4px 8px;font-size:9px}.sticky-widget .ai-reasoning-container{background:#0000000a;border:1px solid #0000000f;border-radius:6px;margin-bottom:4px;overflow:hidden}.sticky-widget.theme-dark .ai-reasoning-container{background:#ffffff08;border-color:#ffffff0d}.sticky-widget .ai-reasoning-toggle{width:100%;color:inherit;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:6px 8px;font-family:inherit;font-size:10px;font-weight:600;display:flex}.sticky-widget .ai-reasoning-content{color:inherit;opacity:.75;white-space:pre-wrap;border-top:1px dashed #0000000f;max-height:80px;padding:6px 8px;font-size:10px;line-height:1.4;overflow-y:auto}.sticky-widget.theme-dark .ai-reasoning-content{border-top-color:#ffffff0f}.sticky-widget .bottom-nav{background:#ffffff0d;border-top:1px solid #ffffff26;height:44px;min-height:44px;display:flex}.sticky-widget .nav-item{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-family:inherit;font-size:9px;font-weight:500;transition:all .2s;display:flex}.sticky-widget .nav-item:hover{opacity:.9;background:#ffffff14}.sticky-widget .nav-item.active{opacity:1;background:#ffffff1f;font-weight:700;color:var(--theme-accent)!important}.sticky-widget .alert-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0009;border-radius:16px;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.sticky-widget .alert-dialog{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;color:#000;background:#ffffffe6;border:1px solid #fff6;border-radius:12px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:220px;padding:16px;display:flex;box-shadow:0 10px 30px #0000004d}.sticky-widget.theme-dark .alert-dialog{color:#fff;background:#0f172ae6;border-color:#ffffff26}.sticky-widget .alert-dialog h2{margin:0;font-size:15px;font-weight:700}.sticky-widget .alert-dialog p{opacity:.8;margin:0;font-size:11px}.sticky-widget .alert-dialog .btn{width:100%;margin-top:4px}.comparison-section{text-align:center;padding:80px 0}.comparison-table-wrapper{border:1px solid var(--site-border-glass);background:var(--site-card-bg);-webkit-backdrop-filter:blur(20px);max-width:900px;box-shadow:var(--site-shadow);border-radius:16px;margin:40px auto 0;overflow-x:auto}.comparison-table{border-collapse:collapse;text-align:left;width:100%;font-size:14px}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--site-border-glass);padding:16px 20px}.comparison-table th{font-family:var(--font-outfit);color:var(--site-text-primary);background:#00000005;font-weight:700}.theme-dark .comparison-table th{background:#ffffff05}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td:first-child{color:var(--site-text-primary);font-weight:600}.comparison-table td{color:var(--site-text-secondary)}.comparison-check{color:#10b981;font-weight:700}.comparison-cross{color:#ef4444;opacity:.7}.pricing-section{text-align:center;padding:80px 0}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:800px;margin:40px auto 0;display:grid}.pricing-card{background:var(--site-card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--site-border-glass);text-align:center;box-shadow:var(--site-shadow);border-radius:20px;padding:40px 32px;transition:transform .3s;position:relative;overflow:hidden}.pricing-card.featured{border-color:var(--site-accent);box-shadow:0 15px 45px #0000001a, 0 0 30px var(--site-glow-1)}.pricing-card:hover{transform:translateY(-4px)}.pricing-badge{background:var(--site-accent-gradient);color:var(--site-button-text);text-transform:uppercase;letter-spacing:.05em;border-radius:99px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:15px;right:15px}.pricing-price{font-family:var(--font-outfit);color:var(--site-text-primary);margin:20px 0 10px;font-size:44px;font-weight:800}.pricing-features{text-align:left;margin:24px 0 32px;padding:0;list-style:none;display:inline-block}.pricing-features li{color:var(--site-text-secondary);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.faq-section{padding:80px 0}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;margin-top:40px;display:grid}.faq-item{background:var(--site-card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--site-border-glass);box-shadow:var(--site-shadow);border-radius:16px;padding:28px}.faq-question{font-family:var(--font-outfit);color:var(--site-text-primary);margin-bottom:12px;font-size:17px;font-weight:700}.faq-answer{color:var(--site-text-secondary);font-size:14px;line-height:1.6}.testimonials-section{text-align:center;padding:60px 0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px;display:grid}.testimonial-card{background:var(--site-card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--site-border-glass);box-shadow:var(--site-shadow);text-align:left;border-radius:16px;padding:24px}.testimonial-text{color:var(--site-text-secondary);margin-bottom:16px;font-size:14px;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:10px;display:flex}.testimonial-avatar{background:var(--site-accent-gradient);width:36px;height:36px;color:var(--site-button-text);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.testimonial-info h4{color:var(--site-text-primary);margin:0;font-size:14px;font-weight:700}.testimonial-info p{color:var(--site-text-secondary);margin:0;font-size:11px}@media (max-width:768px){.nav-links{display:none!important}}@media (max-width:480px){.hero-title{font-size:32px!important}.hero-desc{margin-bottom:24px!important;font-size:15px!important}.mock-desktop{height:480px!important}.sticky-widget{transform:scale(.85)}}@media (max-width:360px){.sticky-widget{transform:scale(.75)}}
