.xtodo-demo-overlay,.xtodo-demo-container{-webkit-user-select:none;user-select:none}.demo-welcome-modal{z-index:9999;background:#000000e6;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.demo-welcome-modal.closing{animation:.28s forwards modalOverlayOut}@keyframes modalOverlayOut{0%{opacity:1}to{opacity:0}}.demo-welcome-card{text-align:center;opacity:0;background:#fff;border:1px solid #0000000f;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:380px;height:381px;margin-top:40px;padding:40px 48px;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:flex;transform:translateY(15px);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000a}.demo-welcome-card.closing{animation:.25s cubic-bezier(.4,0,1,1) forwards welcomeCardOut}@keyframes welcomeCardOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.demo-quickstart-header{justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.demo-quickstart-logo{width:auto;height:28px}.demo-quickstart-divider{color:#ccc;font-size:18px;font-weight:300}.demo-welcome-label{text-transform:uppercase;letter-spacing:.8px;color:#fff;background:#000;border-radius:100px;padding:8px 16px;font-size:11px;font-weight:600;display:inline-block}.demo-welcome-guide{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.demo-guide-step{text-align:left;color:#333;align-items:center;gap:10px;font-size:13px;display:flex}.demo-guide-num{color:#666;background:#f0f0f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:600;display:flex}.demo-welcome-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:999px;width:100%;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.demo-welcome-btn:hover{background:#222;transform:translateY(-1px)}.demo-welcome-btn:active{transform:translateY(0)}.demo-quickstart-list{text-align:left;flex-direction:column;gap:10px;width:100%;margin-bottom:24px;display:flex}.demo-quickstart-row{align-items:flex-start;gap:12px;display:flex}.demo-quickstart-num{color:#666;background:#f0f0f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:600;display:flex}.demo-quickstart-info{flex-direction:column;gap:1px;display:flex}.demo-quickstart-info strong{color:#111;font-size:13px;font-weight:600}.demo-quickstart-info span{color:#888;font-size:12px;line-height:1.4}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.xtodo-demo-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;overscroll-behavior:contain;background:#0009;justify-content:center;align-items:center;padding:20px;transition:all .25s;display:flex;position:fixed;inset:0}.xtodo-demo-overlay.active{opacity:1;visibility:visible}.xtodo-demo-container{--demo-bg:#fff;--demo-text:#000;--demo-text-secondary:#666;--demo-border:#00000014;isolation:isolate;background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:1040px;height:80vh;max-height:680px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:scale(.96);box-shadow:0 24px 80px #00000040}.xtodo-demo-overlay.active .xtodo-demo-container{transform:scale(1)}.demo-toolbar{z-index:1001;background:#00000059;border-radius:20px;gap:2px;padding:4px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.demo-toolbar-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:28px;height:24px;transition:all .15s;display:flex}.demo-toolbar-btn svg{width:14px;height:14px}.demo-toolbar-btn:hover:not(.disabled){color:#fff}.demo-toolbar-btn.disabled{opacity:.25;cursor:not-allowed}.demo-mobile-menu-btn,.demo-sidebar-overlay{display:none}.demo-floating-logo{cursor:pointer;z-index:10;height:32px;position:absolute;top:24px;left:36px}.demo-floating-buttons{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;top:20px;right:36px}.demo-topbar{z-index:10;justify-content:flex-end;align-items:center;height:56px;padding:0 24px;display:flex;position:absolute;top:0;left:180px;right:0}.demo-topbar-right{align-items:center;gap:12px;display:flex}.demo-search-pill{cursor:pointer;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:width .2s,border-radius .2s,background .15s;display:flex}.demo-search-pill:hover{background:#e5e5e5}.demo-search-pill svg{color:#666;flex-shrink:0;width:14px;height:14px}.demo-search-pill.expanded{background:#f5f5f5;border-radius:16px;justify-content:flex-start;gap:8px;width:160px;padding:0 10px}.demo-search-pill.expanded svg{color:#888}.demo-search-pill input{color:#111;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.demo-search-pill input::placeholder{color:#999}.demo-header-left{align-items:center;min-width:180px;display:flex}.demo-header-right.invisible{visibility:hidden}.demo-btn-ghost{color:#333;cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:14px}.demo-btn-primary{color:#fff;cursor:pointer;background:#000;border:none;border-radius:100px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s}.demo-btn-primary:hover{background:#222;transform:translateY(-1px)}.demo-btn-add{color:#666;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.demo-btn-add:hover{color:#333;background:#f5f5f5}.demo-user-avatar{object-fit:cover;cursor:pointer;border-radius:50%;width:32px;height:32px;transition:opacity .2s}.demo-user-avatar:hover{opacity:.8}.demo-user-avatar-svg{cursor:pointer;color:#666;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.demo-user-avatar-svg:hover{background:#eee}.demo-menu-backdrop{z-index:50;pointer-events:auto;position:fixed;inset:0}.demo-avatar-wrapper{position:relative}.demo-avatar-menu{z-index:100;background:#fff;border:1px solid #eee;border-radius:12px;min-width:160px;padding:6px;animation:.15s fadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000001f}.demo-menu-item{color:#333;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;transition:background .15s;display:flex}.demo-menu-item:hover{background:#f5f5f5}.demo-menu-item span{font-size:14px}.demo-menu-divider{background:#eee;height:1px;margin:6px 0}.demo-menu-logout{color:#e53935}.demo-sidebar-settings{position:relative}.demo-settings-popup{z-index:100;background:#fff;border:1px solid #eee;border-radius:12px;min-width:180px;padding:8px 0;animation:.15s fadeIn;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 8px 24px #0000001f}.demo-settings-header{color:#333;border-bottom:1px solid #eee;margin-bottom:4px;padding:10px 16px;font-size:14px;font-weight:600}.demo-settings-item{color:#666;padding:8px 16px;font-size:13px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.demo-content{flex:1;overflow:hidden}.demo-hero{opacity:0;background:linear-gradient(#fafafa 0%,#fff 100%);justify-content:center;align-items:center;gap:32px;height:100%;padding:80px 48px 40px;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:flex}.demo-hero-logo-container,.demo-hero-footer-spacer{display:none}.demo-hero-left{text-align:left;flex:0 480px}.demo-hero-title{letter-spacing:-.03em;color:#0d0d0d;margin:0 0 20px;font-size:42px;font-weight:700;line-height:1.1}.demo-hero-title-line2{display:block}.demo-hero-title em{font-style:italic;font-weight:700;font-size:inherit;color:#000;font-family:inherit}.demo-hero-desc{color:#666;max-width:420px;margin:0 0 32px;font-size:15px;line-height:1.6}.demo-hero-desc strong{color:#111;font-weight:600}.demo-hero-actions{gap:12px;display:flex}.demo-btn-primary-lg{color:#fff;cursor:pointer;background:#000;border:none;border-radius:100px;align-items:center;gap:6px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #00000026}.demo-btn-primary-lg:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.demo-btn-primary-lg svg{stroke:currentColor;stroke-width:2.5px;width:14px;height:14px;transition:transform .2s}.demo-btn-primary-lg:hover svg{transform:translate(2px)}.demo-btn-secondary{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:100px;align-items:center;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.demo-btn-secondary:hover{color:#000;background:#fafafa;border-color:#999}.demo-hero-right{flex:0 0 300px}.demo-hero-right img{filter:drop-shadow(0 8px 24px #00000014);max-width:100%;height:auto}@media (max-width:768px){.demo-hero{text-align:center;flex-direction:column;align-items:center;height:100%;padding:60px 24px 32px;display:flex}.demo-hero-logo-container{flex-direction:row;order:0;justify-content:center;align-items:center;width:100%;margin-bottom:12px;display:flex}.demo-hero-logo{height:40px}.demo-hero-left{flex:none;padding-right:0;display:contents}.demo-hero-title{color:#333;letter-spacing:-.2px;text-align:center;order:1;max-width:280px;margin:0 auto 4px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:15px;font-weight:500;line-height:1.2}.demo-hero-title-line2{display:inline}.demo-hero-title em{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#000 0%,#333 100%);-webkit-background-clip:text;background-clip:text;margin-top:4px;font-size:26px;font-style:italic;font-weight:800;line-height:1.1;display:block}.demo-hero-desc{color:#666;text-align:center;order:2;max-width:260px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,sans-serif;font-size:13px;line-height:1.5;display:block}.demo-hero-desc strong{color:#444;font-weight:500}.demo-hero-right{flex:1;order:3;justify-content:center;align-items:center;width:200px;max-width:200px;margin-top:16px;display:flex}.demo-hero-right img{filter:drop-shadow(0 4px 12px #0000000d);width:100%;height:auto;transition:transform .3s}.demo-hero-right:active img{transform:scale(.98)}.demo-hero-actions{flex-direction:column;order:4;justify-content:center;align-items:center;width:100%;margin-top:auto;display:flex}.demo-btn-primary-lg{color:#fff;background:#111;border-radius:24px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:280px;margin-top:auto;padding:14px 28px;font-size:14px;font-weight:500;transition:transform .1s cubic-bezier(.4,0,.2,1),background-color .2s;display:flex}.demo-btn-primary-lg:active{background:#222;transform:scale(.96)}.demo-hero-footer-spacer{height:auto;min-height:14px;margin:16px auto 0;font-size:10px;line-height:1.4;display:block}.demo-btn-secondary,.demo-hero-actions:after{display:none}}.demo-auth{background:#fff;flex-direction:column;justify-content:center;align-items:center;height:100%;animation:.3s fadeSlide;display:flex}.demo-auth-card{text-align:center;opacity:0;background:#fff;border:1px solid #0000000f;border-radius:20px;max-width:380px;margin-top:40px;padding:40px 48px;animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeInUp;transform:translateY(20px);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000a}@keyframes scaleIn{to{opacity:1;transform:scale(1)}}.demo-auth-header{justify-content:center;align-items:center;gap:16px;margin-bottom:28px;display:flex}.demo-auth-title{color:#000;margin:0 0 10px;font-size:20px;font-weight:600}.demo-auth-desc{color:#666;margin:0 0 36px;font-size:14px;line-height:1.5}.demo-auth-logo{height:32px}.demo-auth-divider{color:#ccc;font-size:18px;font-weight:300}.demo-auth-x-icon{color:#fff;background:#000;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.demo-auth-x-icon svg{width:20px;height:20px}.demo-btn-auth{color:#fff;cursor:pointer;background:#000;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 28px;font-size:15px;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.demo-btn-auth:hover{background:#222;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.demo-btn-auth svg{width:18px;height:18px;transition:transform .3s}.demo-btn-auth:hover svg{transform:rotate(15deg)}.demo-auth-footer{color:#999;margin:20px 0 0;font-size:12px}.demo-welcome{background:#fff;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.demo-welcome-title{color:#000;justify-content:center;align-items:center;gap:8px;margin:0 0 12px;font-size:24px;font-weight:600;display:flex}.demo-welcome-logo{height:36px}.demo-welcome-desc{color:#666;margin:0 0 32px;font-size:15px;line-height:1.6}.demo-welcome-progress{text-align:center}.demo-welcome-status{color:#888;margin:0 0 12px;font-size:13px}.demo-welcome-progress-bar{background:#f0f0f0;border-radius:3px;width:200px;height:6px;margin:0 auto;overflow:hidden}.demo-welcome-progress-bar>div{background:#000;border-radius:3px;height:100%;transition:width .3s}.demo-welcome-count{color:#999;margin-top:8px;font-size:12px;display:block}.demo-import-next-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:20px;transition:all .3s;display:flex}.demo-import-next-btn:hover:not(.disabled){background:#222;transform:scale(1.05);box-shadow:0 4px 12px #0003}.demo-import-next-btn.disabled{cursor:not-allowed;background:#ccc}.demo-import-next-btn svg{margin-left:1px}.demo-app-layout{opacity:0;height:100%;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:flex;transform:translateY(15px)}@keyframes appLayoutFadeIn{0%{opacity:0}to{opacity:1}}.demo-main{flex:1;padding:56px 20px 16px;transition:opacity .2s;animation:.4s cubic-bezier(.16,1,.3,1) .1s both mainContentFadeIn;overflow-y:auto}@keyframes mainContentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.demo-folder-page{animation:.35s cubic-bezier(.16,1,.3,1) contentFadeIn}.demo-import-banner{background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:16px;padding:16px 20px}.demo-import-banner p{color:#333;margin:0 0 8px;font-size:14px}.demo-import-count{margin-bottom:8px;font-size:24px;font-weight:600}.demo-import-progress{background:#eee;border-radius:2px;height:4px;overflow:hidden}.demo-import-progress>div{background:linear-gradient(90deg,gold,orange);border-radius:2px;height:100%;transition:width .1s}.demo-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.demo-section-title{text-transform:uppercase;letter-spacing:.06em;color:#999;font-size:12px;font-weight:500}.demo-sort-btn{color:#666;cursor:pointer;background:0 0;border:none;font-size:12px}.demo-folders-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.demo-folder-card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;transition:all .15s}.demo-folder-card:hover{border-color:#ddd;box-shadow:0 4px 12px #0000000d}.demo-folder-card h3{margin:0 0 12px;font-size:15px;font-weight:600}.demo-folder-meta{align-items:center;gap:8px;display:flex}.demo-folder-avatars{display:flex}.demo-folder-avatars img{border:2px solid #fff;border-radius:50%;width:24px;height:24px;margin-left:-8px}.demo-folder-avatars img:first-child{margin-left:0}.demo-folder-meta span{color:#999;font-size:13px}.demo-goal-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.demo-goal-tab{color:#666;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:100px;padding:8px 16px;font-size:13px}.demo-goal-tab.active{color:#fff;background:#000;border-color:#000}.demo-goal-section{margin-bottom:24px}.demo-goal-section-title{text-transform:uppercase;letter-spacing:.06em;color:#999;margin:0 0 12px;font-size:12px;font-weight:500}.demo-sidebar{background:#fafafa;border-right:1px solid #f0f0f0;flex-direction:column;flex-shrink:0;width:180px;height:100%;padding:0;animation:.35s cubic-bezier(.16,1,.3,1) sidebarSlideIn;display:flex}@keyframes sidebarSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.demo-sidebar-logo{padding:24px 20px 24px 36px}.demo-sidebar-logo img{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;height:32px}.demo-sidebar-nav{z-index:100;flex:1;padding:12px 0;position:relative}.demo-sidebar-spacer{flex:1;min-height:20px}.demo-sidebar-section{color:#999;text-transform:uppercase;letter-spacing:.5px;padding:16px 16px 8px;font-size:11px;font-weight:600}.demo-sidebar-section-toggle{cursor:pointer;justify-content:space-between;align-items:center;transition:all .2s;display:flex}.demo-sidebar-section-toggle:hover{color:#666}.demo-sidebar-section-toggle:active{transform:scale(.98)}.demo-chevron{margin-left:auto;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:rotate(-90deg)}.demo-chevron.open{transform:rotate(0)}.demo-sidebar-subfolders{transform-origin:top;border-left:3px solid #e5e7eb;margin-top:8px;margin-bottom:12px;margin-left:16px;padding-left:12px;animation:.3s cubic-bezier(.4,0,.2,1) foldersExpand;position:relative}@keyframes foldersExpand{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.demo-sidebar-subfolder{color:#6b7280;cursor:pointer;opacity:0;border-left:3px solid #0000;border-radius:0 8px 8px 0;align-items:center;gap:10px;margin-left:-15px;padding:8px 12px 8px 15px;font-size:13px;transition:all .15s;animation:.3s cubic-bezier(.4,0,.2,1) forwards subfolderFadeIn;display:flex;position:relative}.demo-sidebar-subfolder:hover{color:#111;background:#00000008}.demo-sidebar-subfolder.active{color:#333;background:#fff;border-left-color:#333;font-weight:500}.demo-sidebar-subfolder:active{transform:scale(.98)}.demo-sidebar-subfolder.stagger-1{animation-delay:0s}.demo-sidebar-subfolder.stagger-2{animation-delay:80ms}.demo-sidebar-subfolder.stagger-3{animation-delay:.16s}@keyframes subfolderFadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.demo-sidebar-ai-star{color:#000;margin-left:-2px;font-size:12px}.demo-smart-symbol-main{justify-content:center;align-items:center;margin-left:4px;display:flex}.demo-smart-symbol-main svg{fill:url(#gemini-gradient-inline);width:14px;height:14px}.demo-smart-symbol-main svg path{fill:#8b5cf6}.demo-sidebar-folder{padding:8px 16px;font-size:13px;animation:.2s slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.demo-folder-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.demo-sidebar-avatar{object-fit:cover;border-radius:50%;width:24px;height:24px}.demo-sidebar-account{margin-top:8px}.demo-sidebar-bottom{padding:12px 16px;position:relative}.demo-settings-icon{cursor:pointer;color:#888;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.demo-settings-icon:hover{color:#333;background:#0000000d}.demo-sidebar-item{color:#666;cursor:pointer;border-left:3px solid #0000;align-items:center;gap:10px;margin-left:-1px;padding:10px 16px;font-size:14px;transition:all .15s;display:flex}.demo-sidebar-item:hover{color:#333;background:#00000008}.demo-sidebar-item.active{color:#333;background:#fff;border-left-color:#333;font-weight:500}.demo-sidebar-user{padding:16px 20px;position:relative}.demo-sidebar-avatar{cursor:pointer;border-radius:50%;width:32px;height:32px;transition:transform .15s;overflow:hidden}.demo-sidebar-avatar:hover{transform:scale(1.05)}.demo-sidebar-avatar img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.demo-sidebar-menu{z-index:300;background:#fff;border:1px solid #eee;border-radius:8px;min-width:100px;margin:0 12px;padding:4px;animation:.12s menuSlideUp;position:absolute;bottom:48px;left:0;right:0;box-shadow:0 4px 16px #0000001f}@keyframes menuSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.demo-sidebar-menu .demo-menu-item{color:#333;cursor:pointer;white-space:nowrap;border-radius:5px;padding:5px 10px;font-size:12px;transition:background .1s}.demo-sidebar-menu .demo-menu-item:hover{background:#f5f5f5}.demo-sidebar-menu .demo-menu-divider{background:#eee;height:1px;margin:2px 0}.demo-sidebar-menu .demo-menu-logout{color:#e53935}.demo-goals-page{opacity:0;height:100%;padding:40px 48px;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp;overflow-y:auto;transform:translateY(15px)}.demo-goals-header{margin-bottom:32px}.demo-goals-title{color:#1a1a1a;margin:0 0 8px;font-size:24px;font-weight:600}.demo-goals-subtitle{color:#888;margin:0;font-size:14px}.demo-goals-list{flex-direction:column;gap:12px;display:flex}.demo-goal-item{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;transition:all .2s;display:flex}.demo-goal-item:hover{border-color:#ddd;box-shadow:0 2px 8px #0000000a}.demo-goal-item-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.demo-goal-item-icon img{width:24px;height:24px}.demo-goal-item-content{flex:1;min-width:0}.demo-goal-item-title{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:15px;font-weight:500;overflow:hidden}.demo-goal-item-meta{color:#888;align-items:center;gap:12px;font-size:12px;display:flex}.demo-goal-item-progress{background:#f0f0f0;border-radius:2px;flex:1;max-width:120px;height:4px;overflow:hidden}.demo-goal-item-progress>div{background:#333;border-radius:2px;height:100%;transition:width .3s}.demo-goal-star{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin:-4px -4px -4px 0;padding:8px;transition:all .2s;display:flex}.demo-goal-star:hover{background:#0000000d;transform:scale(1.1)}.demo-goal-star:active{transform:scale(.95)}.demo-section-heading{color:#1a1a1a;margin:0 0 4px;font-size:20px;font-weight:600}.demo-section-desc{color:#888;margin:0 0 20px;font-size:13px}.demo-goals-grid{grid-template-columns:repeat(3,1fr);gap:16px;animation:.3s ease-out gridFadeIn;display:grid}@keyframes gridFadeIn{0%{opacity:0}to{opacity:1}}.demo-goal-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:16px;transition:all .2s}.demo-goal-card:hover{border-color:#ddd;box-shadow:0 4px 12px #0000000f}.demo-goal-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.demo-goal-card-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.demo-goal-card-icon img{object-fit:contain;width:40px;height:40px}.demo-goal-card-title{color:#1a1a1a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.demo-goal-card-footer{color:#888;align-items:center;gap:10px;font-size:11px;display:flex}.demo-goal-card-progress{background:#f0f0f0;border-radius:2px;flex:1;height:4px;overflow:hidden}.demo-goal-card-progress>div{background:#333;border-radius:2px;height:100%}.demo-goal-progress-segments{flex:1;gap:3px;display:flex}.demo-segment{background:#e0e0e0;border-radius:2px;flex:1;height:6px;transition:background .2s}.demo-segment.filled{background:#333}.demo-add-goal-card{cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:none!important;background:0 0!important;border:1px dashed #e5e5e5!important}.demo-add-goal-card:hover{background:#fafafa;border-color:#ccc}.demo-add-goal-content{color:#888;flex-direction:column;align-items:center;gap:8px;font-size:14px;display:flex}.demo-add-goal-icon{color:#bbb;font-size:28px;font-weight:300}.demo-goals-header-simple{align-items:baseline;gap:12px;margin-bottom:24px;display:flex}.demo-goals-header-simple h2{color:#111;margin:0;font-size:22px;font-weight:600}.demo-goals-count{color:#888;font-size:14px}.demo-folder-clear{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:100px;padding:6px 12px;font-size:13px;transition:all .2s}.demo-folder-clear:hover{color:#111;background:#eee}.demo-goal-card-meta{margin-bottom:12px}.demo-goal-bookmarks{color:#111;background:#f5f5f5;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.demo-goal-bookmarks:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:12px;height:12px}.demo-goal-card.highlighted{border-color:#333;position:relative;box-shadow:0 4px 16px #0000001a}.demo-goal-tooltip{color:#fff;white-space:nowrap;background:#1f2937;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;animation:2s ease-in-out infinite tooltipFloat;position:absolute;top:-40px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.demo-goal-tooltip:after{content:"";border-top:6px solid #1f2937;border-left:6px solid #0000;border-right:6px solid #0000;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}@keyframes tooltipFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-3px)}}.demo-bookmarks,.demo-goals-section,.demo-panel{animation:.35s cubic-bezier(.16,1,.3,1) contentFadeIn}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.demo-bookmarks-card{background:#f8f9fa;border-radius:16px;margin-bottom:20px;padding:20px}.demo-bookmarks-card.pending{background:#fff;border:1px dashed #ddd}.demo-bookmarks-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.demo-bookmarks-card-title{color:#111;font-size:15px;font-weight:600}.demo-bookmarks-card-badge{color:#fff;background:#111;border-radius:100px;padding:4px 10px;font-size:12px;font-weight:600}.demo-bookmarks-card-badge.pending{color:#666;background:#f0f0f0}.demo-bookmarks-card-desc{color:#666;margin:0 0 16px;font-size:13px}.demo-tweets-grid-mini{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.demo-tweet-card-mini{background:#fff;border:1px solid #f0f0f0;border-radius:12px;align-items:flex-start;gap:12px;padding:14px;display:flex}.demo-tweet-card-mini.pending{opacity:.7;background:#fafafa}.demo-tweet-card-mini img{border-radius:50%;flex-shrink:0;width:32px;height:32px}.demo-tweet-card-content{flex:1;min-width:0}.demo-tweet-card-name{color:#111;margin-bottom:4px;font-size:13px;font-weight:600;display:block}.demo-tweet-card-content p{color:#666;margin:0;font-size:12px;line-height:1.4}.demo-tweet-card-goal{color:#111;white-space:nowrap;background:#f0f0f0;border-radius:6px;flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:500}.demo-tweets-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.demo-tweets-grid.demo-importing{opacity:.5}.demo-tweet{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;padding:14px;transition:all .15s}.demo-tweet:hover{border-color:#ddd;box-shadow:0 2px 8px #0000000a}.demo-tweet-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.demo-tweet-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.demo-tweet-user{flex-direction:column;display:flex}.demo-tweet-name{font-size:13px;font-weight:600}.demo-tweet-handle{color:#999;font-size:12px}.demo-tweet-text{color:#333;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0 0 8px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.demo-tweet-link{color:#1d9bf0;font-size:12px;text-decoration:none}.demo-progress-overview{background:#f8f8f8;border-radius:16px;align-items:center;gap:16px;margin-bottom:24px;padding:20px;display:flex}.demo-streak{flex-direction:column;align-items:center;min-width:60px;display:flex}.demo-streak-number{color:#333;font-size:28px;font-weight:700;line-height:1}.demo-streak-label{color:#888;margin-top:4px;font-size:11px}.demo-progress-divider{background:#ddd;width:1px;height:40px}.demo-progress-ring{width:56px;height:56px;position:relative}.demo-progress-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.demo-progress-ring span{color:#333;font-size:12px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.demo-progress-text h2{color:#1a1a1a;margin:0 0 4px;font-size:18px;font-weight:600}.demo-progress-text p{color:#888;margin:0;font-size:13px}.demo-goal-detail{gap:24px;height:100%;display:flex}.demo-goal-detail-main{flex:1;overflow-y:auto}.demo-back-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;margin:0 0 8px -8px;padding:4px 8px;font-size:13px;transition:all .15s;display:inline-flex}.demo-back-btn:hover{color:#333;background:#f5f5f5}.demo-back-btn svg{width:14px;height:14px}.demo-goal-detail-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:12px;display:flex;overflow:hidden}.demo-goal-detail-icon img{object-fit:contain;width:56px;height:56px}.demo-goal-detail-main h1{margin:0 0 10px;font-size:20px;font-weight:600}.demo-goal-detail-desc{color:#666;margin:0 0 20px;font-size:14px;line-height:1.6}.demo-ai-explanation{background:linear-gradient(135deg,#f0f7ff 0%,#f8f0ff 100%);border:1px solid #e0e8f0;border-radius:12px;margin-bottom:24px;padding:16px}.demo-ai-header{color:#333;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:600;display:flex}.demo-ai-badge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.demo-ai-explanation p{color:#555;margin:0 0 12px;font-size:13px;line-height:1.6}.demo-ai-tags{flex-wrap:wrap;gap:6px;display:flex}.demo-ai-tags span{color:#667eea;background:#667eea26;border-radius:12px;padding:4px 10px;font-size:11px}.demo-goal-stage{margin-bottom:24px}.demo-goal-stage h3{margin:0 0 12px;font-size:14px;font-weight:600}.demo-goal-task{background:#fafafa;border-radius:8px;margin-bottom:8px;padding:12px 16px}.demo-goal-task-header{align-items:center;gap:10px;font-size:14px;display:flex}.demo-goal-task-header input{appearance:none;cursor:pointer;border:2px solid #ccc;border-radius:4px;width:18px;height:18px;transition:all .2s;position:relative}.demo-goal-task-header input:checked{background:#333;border-color:#333}.demo-goal-task-header input:checked:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:12px;height:12px;animation:.3s cubic-bezier(.68,-.55,.265,1.55) checkPop;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes checkPop{0%{transform:translate(-50%,-50%)scale(0)}50%{transform:translate(-50%,-50%)scale(1.3)}to{transform:translate(-50%,-50%)scale(1)}}.demo-goal-task-steps{margin-top:10px;padding-left:26px}.demo-goal-task-steps p{color:#666;margin:0 0 6px;font-size:13px;line-height:1.5}.demo-goal-detail-sidebar{border-left:1px solid #f0f0f0;width:280px;padding-left:20px;overflow-y:auto}.demo-related-search{color:#999;background:#f5f5f5;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 12px;font-size:13px;display:flex}.demo-goal-detail-sidebar h3{margin:0 0 12px;font-size:13px;font-weight:600}.demo-related-post{border-bottom:1px solid #f0f0f0;gap:10px;padding:10px 0;display:flex}.demo-related-num{background:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex}.demo-related-post img{border-radius:50%;flex-shrink:0;width:28px;height:28px}.demo-related-post strong{font-size:13px;display:block}.demo-related-post p{color:#666;margin:4px 0;font-size:12px;line-height:1.4}.demo-related-post a{color:#1d9bf0;font-size:11px;text-decoration:none}.demo-account-page{scrollbar-width:none;-ms-overflow-style:none;max-width:600px;height:100%;margin:0 auto;padding:40px 24px;animation:.3s fadeIn;overflow-y:auto}.demo-account-page::-webkit-scrollbar{display:none}.demo-account-header{background:#f8f8f8;border-radius:20px;align-items:center;gap:20px;margin-bottom:32px;padding:24px;display:flex}.demo-account-avatar{object-fit:cover;border-radius:50%;width:72px;height:72px;box-shadow:0 4px 12px #00000014}.demo-account-user-info{flex-direction:column;display:flex}.demo-account-name{color:#111;margin:0 0 4px;font-size:22px;font-weight:700}.demo-account-handle{color:#888;font-size:14px}.demo-account-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;display:grid}.demo-account-stat{text-align:center;background:#f8f8f8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:20px 16px;display:flex}.demo-account-stat-value{color:#111;margin-bottom:4px;font-size:24px;font-weight:700;line-height:1}.demo-account-stat-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.demo-account-section{margin-bottom:24px}.demo-account-section-card{background:#f8f8f8;border-radius:16px;overflow:hidden}.demo-account-row{cursor:pointer;background:#f8f8f8;justify-content:space-between;align-items:center;padding:16px 20px;transition:background .15s;display:flex}.demo-account-row:hover{background:#f0f0f0}.demo-account-row:active{background:#e8e8e8}.demo-account-row span{color:#333;font-size:15px;font-weight:500}.demo-account-row-right{align-items:center;gap:8px;display:flex}.demo-account-row-value{color:#888;font-size:14px}.demo-account-toggle{background:#ddd;border-radius:11px;width:40px;height:22px;transition:background .2s;position:relative}.demo-account-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000001a}.demo-account-toggle.on{background:#111}.demo-account-toggle.on:after{transform:translate(18px)}.demo-account-logout{color:#e53935;cursor:pointer;background:#fff5f5;border:1px solid #ffebeb;border-radius:16px;width:100%;margin-top:20px;margin-bottom:40px;padding:16px;font-size:15px;font-weight:600;transition:all .15s}.demo-account-logout:hover{background:#ffecec;border-color:#ffcdd2}.demo-account-logout:active{background:#ffcdd2}@media (max-width:768px){.demo-account-page{max-width:none;padding:20px 16px 100px}.demo-account-header{text-align:left;border-radius:16px;flex-direction:row;gap:16px;margin-bottom:20px;padding:20px}.demo-account-avatar{width:64px;height:64px}.demo-account-user-info{align-items:flex-start}.demo-account-name{font-size:20px}.demo-account-stats{gap:10px;margin-bottom:24px}.demo-account-stat{padding:16px 8px}.demo-account-stat-value{font-size:20px}.demo-account-section{margin-bottom:16px}.demo-account-row{padding:14px 16px}.demo-account-logout{margin-top:10px;padding:14px}}.demo-popover-backdrop{z-index:9998;background:0 0;position:fixed;inset:0}.demo-anchored-popover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#fffffff5;border-radius:12px;animation:.2s cubic-bezier(.16,1,.3,1) popoverScaleIn;overflow:hidden;box-shadow:0 4px 24px #00000026,0 0 1px #0000001a}.demo-floating-options{padding:6px}.demo-floating-option{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;height:44px;margin:0;padding:0 12px;transition:background .15s;display:flex}@keyframes popoverScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.demo-floating-option{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;margin:2px 0;padding:10px 14px;transition:background .1s;display:flex}.demo-floating-option:hover{background:#f5f5f5}.demo-floating-option.selected{color:#000;background:#f0f0f0;font-weight:500}.demo-floating-option span{font-size:14px}.demo-floating-option svg{color:#111;width:16px;height:16px}@keyframes popoverFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.demo-goal-detail-v3{scrollbar-width:none;-ms-overflow-style:none;max-width:560px;height:100%;margin:0 auto;padding:24px 32px;animation:.3s contentFadeIn;overflow-y:auto}.demo-goal-detail-v3::-webkit-scrollbar{display:none}.demo-goal-header-v3{align-items:center;gap:16px;margin:24px 0;display:flex}.demo-goal-icon-v3{border-radius:12px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.demo-goal-icon-v3 img{object-fit:cover;width:100%;height:100%}.demo-goal-title-v3{color:#111;margin:0 0 4px;font-size:20px;font-weight:600}.demo-goal-meta-v3{color:#666;margin:0;font-size:13px}.demo-ai-summary-v3{background:#f9f9f9;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:24px;padding:16px;display:flex}.demo-ai-icon{color:#fff;background:#111;border-radius:4px;flex-shrink:0;padding:4px 6px;font-size:10px;font-weight:600}.demo-ai-summary-v3 p{color:#333;margin:0;font-size:14px;line-height:1.5}.demo-tasks-v3{flex-direction:column;gap:20px;display:flex}.demo-stage-v3{flex-direction:column;gap:8px;display:flex}.demo-stage-label{text-transform:uppercase;letter-spacing:.5px;color:#999;font-size:11px;font-weight:600}.demo-task-v3{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:12px 0;transition:all .15s;display:flex}.demo-task-v3:hover{background:#fafafa;border-bottom-color:#0000;border-radius:8px;margin:0 -12px;padding:12px}.demo-check-v3{border:2px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}.demo-check-v3.checked{background:#22c55e;border-color:#22c55e}.demo-check-v3.checked svg{color:#fff;width:12px;height:12px}.demo-task-text{color:#333;font-size:14px}.demo-task-v3.completed .demo-task-text{color:#999;text-decoration:line-through}.demo-cta-v3{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;width:100%;margin-top:32px;padding:14px;font-size:14px;font-weight:500;transition:background .15s;display:block}.demo-cta-v3:hover{background:#333}.demo-detail-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;align-items:center;gap:16px;padding:16px 24px;display:flex}.demo-detail-progress-segments{gap:4px;display:flex}.demo-progress-segment{background:#e5e5e5;border-radius:3px;width:32px;height:6px;transition:background .2s}.demo-progress-segment.filled{background:#22c55e}.demo-detail-progress-text{color:#666;font-size:12px;font-weight:500}.demo-detail-content{flex:1;display:flex;overflow:hidden}.demo-detail-main{flex:1;padding:24px;overflow-y:auto}.demo-detail-goal-header{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.demo-detail-icon{border-radius:14px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.demo-detail-icon img{object-fit:contain;width:100%;height:100%}.demo-detail-title-area h1{margin:0 0 6px;font-size:20px;font-weight:600;line-height:1.3}.demo-detail-meta{color:#888;gap:8px;font-size:13px;display:flex}.demo-ai-compact{background:#f8f9fa;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px;padding:12px 16px;display:flex}.demo-ai-compact p{color:#555;flex:1;min-width:200px;margin:0;font-size:13px}.demo-ai-tags-inline{gap:6px;display:flex}.demo-ai-tags-inline span{color:#667eea;background:#667eea1f;border-radius:12px;padding:4px 10px;font-size:11px}.demo-task-list{flex-direction:column;gap:24px;display:flex}.demo-task-stage{background:#fff}.demo-stage-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.demo-stage-num{color:#fff;background:#333;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.demo-stage-name{flex:1;font-size:15px;font-weight:600}.demo-stage-count{color:#999;font-size:12px}.demo-task-cards{border-left:2px solid #e0e0e0;flex-direction:column;gap:8px;margin-left:11px;padding-left:12px;display:flex}.demo-task-card{cursor:pointer;background:#fafafa;border-radius:8px;align-items:flex-start;gap:12px;padding:12px;transition:all .2s;display:flex}.demo-task-card:hover{background:#f0f0f0}.demo-task-card.completed{opacity:.7}.demo-task-card.completed .demo-task-title{color:#999;text-decoration:line-through}.demo-task-check input{appearance:none;cursor:pointer;border:2px solid #ccc;border-radius:4px;width:18px;height:18px;margin-top:2px;transition:all .2s;position:relative}.demo-task-check input:checked{background:#22c55e;border-color:#22c55e}.demo-task-check input:checked:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.demo-task-content{flex:1}.demo-task-title{color:#333;font-size:14px;line-height:1.4;display:block}.demo-task-steps-count{color:#999;margin-top:4px;font-size:11px;display:block}.demo-detail-sidebar-v2{border-left:1px solid #f0f0f0;flex-shrink:0;width:240px;padding:24px;overflow-y:auto}.demo-detail-sidebar-v2 h3{margin:0 0 4px;font-size:14px;font-weight:600}.demo-sources-desc{color:#888;margin:0 0 16px;font-size:12px}.demo-source-list{flex-direction:column;gap:12px;display:flex}.demo-source-item{gap:10px;display:flex}.demo-source-item img{border-radius:50%;flex-shrink:0;width:32px;height:32px}.demo-source-text{flex:1;min-width:0}.demo-source-text strong{margin-bottom:2px;font-size:13px;display:block}.demo-source-text p{color:#666;margin:0;font-size:12px;line-height:1.4}.demo-view-all-btn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;width:100%;margin-top:16px;padding:10px;font-size:12px;transition:all .2s}.demo-view-all-btn:hover{color:#333;background:#eee}@media (min-width:769px){.goal-detail-v4{scrollbar-width:none;-ms-overflow-style:none;height:100%;padding:32px 48px 40px 80px;animation:.4s cubic-bezier(.16,1,.3,1) detailFadeIn;position:relative;overflow-y:auto}@keyframes detailFadeIn{0%{opacity:0}to{opacity:1}}.goal-detail-v4::-webkit-scrollbar{display:none}.goal-detail-back-wrapper{z-index:20;align-items:center;height:44px;margin-bottom:12px;margin-left:-60px;display:flex;position:sticky;top:0}.goal-detail-back{color:#666;cursor:pointer;background:0 0;border:none;border-radius:18px;align-items:center;height:36px;padding:0 12px 0 10px;font-size:13px;font-weight:500;transition:color .15s,background .25s,box-shadow .25s;display:inline-flex}.goal-detail-back:hover{color:#111}.goal-detail-back:hover svg{transform:translate(-2px)}.goal-detail-back svg{flex-shrink:0;width:16px;height:16px;transition:transform .15s}.goal-detail-back span{white-space:nowrap;opacity:1;max-width:120px;margin-left:6px;transition:max-width .3s,margin .3s,opacity .15s;overflow:hidden}.goal-detail-back-wrapper.scrolled .goal-detail-back{background:#f5f5f5;padding:0 10px;box-shadow:0 2px 8px #00000014}.goal-detail-back-wrapper.scrolled .goal-detail-back:hover{background:#eee;box-shadow:0 3px 12px #0000001a}.goal-detail-back-wrapper.scrolled .goal-detail-back span{opacity:0;max-width:0;margin-left:0}.goal-detail-layout{grid-template-columns:1fr 300px;gap:48px;min-height:calc(100% - 80px);display:grid}.goal-detail-left{flex-direction:column;animation:.45s cubic-bezier(.16,1,.3,1) leftPanelSlide;display:flex}@keyframes leftPanelSlide{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.goal-detail-right{flex-direction:column;gap:28px;animation:.5s cubic-bezier(.16,1,.3,1) .1s both rightPanelSlide;display:flex}@keyframes rightPanelSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.goal-detail-header{align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.goal-detail-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.goal-detail-icon img{object-fit:contain;width:56px;height:56px}.goal-detail-info{flex:1}.goal-detail-title{color:#111;margin:0 0 8px;font-size:20px;font-weight:700;line-height:1.3}.goal-detail-source{color:#666;align-items:center;gap:8px;margin:0;font-size:14px;display:flex}.goal-detail-x-badge{color:#111;background:#f0f0f0;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700}.goal-detail-progress-segments{align-items:center;gap:5px;margin-bottom:36px;display:flex}.goal-detail-segment{background:#e5e5e5;border-radius:3px;flex:1;height:6px;transition:background .2s}.goal-detail-segment.filled{background:#111}.goal-detail-progress-label{color:#666;white-space:nowrap;margin-left:12px;font-size:13px;font-weight:600}.goal-detail-meta-row{justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px;display:flex}.goal-detail-progress-dots{flex:1;align-items:center;gap:5px;max-width:200px;display:flex}.goal-detail-dot{background:#e5e5e5;border-radius:3px;flex:1;height:6px;transition:background .2s}.goal-detail-dot.filled{background:#111}.goal-detail-stages{flex-direction:column;gap:32px;display:flex}.goal-detail-stage{flex-direction:column;display:flex}.goal-detail-stage-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.goal-detail-stage-num{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.goal-detail-stage-name{color:#111;flex:1;font-size:15px;font-weight:600}.goal-detail-stage-count{color:#888;font-size:13px;font-weight:500}.goal-detail-tasks{border-left:2px solid #e5e5e5;flex-direction:column;gap:6px;margin-left:12px;padding-left:12px;display:flex}.goal-detail-task{cursor:pointer;background:#fafafa;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.goal-detail-task:hover{background:#f0f0f0}.goal-detail-task.completed{opacity:.6}.goal-detail-check{border:2px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.goal-detail-check.checked{background:#111;border-color:#111}.goal-detail-check svg{color:#fff;width:12px;height:12px}.goal-detail-task-text{color:#333;flex:1;font-size:14px}.goal-detail-task.completed .goal-detail-task-text{color:#999;text-decoration:line-through}.goal-detail-task-source{color:#666;white-space:nowrap;font-size:12px;font-weight:500}.goal-detail-ai-section{flex-direction:column;display:flex}.goal-detail-ai-content{border-left:2px solid #e0e0e0;padding-left:16px}.goal-detail-ai-content p{color:#555;margin:0 0 10px;font-size:13px;line-height:1.7}.goal-detail-ai-content p:last-child{margin-bottom:0}.goal-detail-ai-content strong{color:#111}.goal-detail-ai-icon{color:#000;margin-right:6px;font-size:13px}.goal-detail-sources-v2{flex-direction:column;gap:16px;display:flex}.goal-detail-sources-title{color:#111;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.goal-detail-x-logo{font-size:16px;font-weight:700}.goal-detail-sources-badge{color:#666;background:#f0f0f0;border-radius:10px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:500}.goal-detail-posts-grid{flex-direction:column;gap:12px;display:flex}.goal-detail-post-card{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:14px;transition:all .15s;position:relative}.goal-detail-post-card:hover{background:#f5f5f5;border-color:#ddd}.goal-detail-post-tag{color:#1a8cd8;background:#e8f4fc;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:500;position:absolute;top:10px;right:10px}.goal-detail-post-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.goal-detail-post-header img{border-radius:50%;width:28px;height:28px}.goal-detail-post-header div{flex-direction:column;display:flex}.goal-detail-post-name{color:#111;font-size:12px;font-weight:600;line-height:1.2}.goal-detail-post-handle{color:#888;font-size:11px}.goal-detail-post-text{color:#444;margin:0;font-size:12px;line-height:1.5}.goal-detail-show-more{color:#666;cursor:pointer;background:0 0;border:1px dashed #ddd;border-radius:8px;width:100%;padding:10px;font-size:12px;transition:all .15s}.goal-detail-show-more:hover{color:#333;background:#f5f5f5;border-color:#ccc}.demo-detail-touchbar{display:none}}.panel-v2{-webkit-user-select:none;user-select:none;background:#fff;height:100%;animation:.3s fadeSlide;overflow-y:auto}.panel-v2-header{border-bottom:1px solid #eee;padding:20px 24px 16px}.panel-v2-header-title{color:#111;margin:0;font-size:24px;font-weight:600}.panel-v2-content{max-width:400px;margin:0 auto;padding:24px}.panel-v2-back{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;padding:6px 0;font-size:13px;font-weight:500;transition:color .15s;display:flex}.panel-v2-back:hover{color:#111}.panel-v2-back svg{transition:transform .15s}.panel-v2-back:hover svg{transform:translate(-2px)}.panel-v2-avatar-section{text-align:center;border-bottom:1px solid #eee;margin-bottom:32px;padding-bottom:24px}.panel-v2-avatar{background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex;overflow:hidden}.panel-v2-avatar img{object-fit:cover;width:100%;height:100%}.panel-v2-avatar svg{color:#666;width:32px;height:32px}.panel-v2-name{color:#111;margin:0 0 4px;font-size:20px;font-weight:600}.panel-v2-handle{color:#666;margin:0;font-size:14px}.panel-v2-section{border-bottom:1px solid #eee;margin-bottom:24px;padding-bottom:24px}.panel-v2-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.panel-v2-section-title{text-transform:uppercase;letter-spacing:.5px;color:#999;margin:0 0 12px;font-size:11px;font-weight:500}.panel-v2-row{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.panel-v2-row:last-child{border-bottom:none}.panel-v2-row-clickable{cursor:pointer;border-bottom:none;border-radius:6px;margin:0 -8px;padding:12px 8px}.panel-v2-row-clickable:hover{background:#f9f9f9}.panel-v2-label{color:#111;font-size:14px}.panel-v2-value{color:#666;align-items:center;gap:4px;font-size:14px;display:flex}.panel-v2-value svg{opacity:.5}.panel-v2-value-success{color:#22c55e}.panel-v2-toggle{cursor:pointer;background:#e5e5e5;border-radius:10px;width:36px;height:20px;transition:background .2s;position:relative}.panel-v2-toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000001a}.panel-v2-toggle.on{background:#111}.panel-v2-toggle.on:after{transform:translate(16px)}.panel-v2-link-danger{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px}.panel-v2-link-danger:hover{text-decoration:underline}.panel-v2-section-center{text-align:center}.demo-panel-header{background:#fff;border-bottom:1px solid #0000000d;align-items:center;gap:16px;padding:16px 24px;display:flex}.demo-panel-header h2{color:#1c1c1e;margin:0;font-size:17px;font-weight:600}.demo-panel-content{flex:1;padding:20px;overflow-y:auto}.demo-settings-group{background:#fff;border-radius:10px;margin-bottom:20px;overflow:hidden;box-shadow:0 1px 2px #00000005}.demo-settings-header{text-transform:uppercase;color:#8e8e93;margin:0 0 8px 16px;font-size:12px;font-weight:500}.demo-settings-item{color:#1c1c1e;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 16px;font-size:15px;display:flex}.demo-settings-item:last-child{border-bottom:none}.demo-settings-item.clickable{cursor:pointer}.demo-settings-item.clickable:active{background:#f2f2f7}.demo-settings-label{flex:1}.demo-settings-value{color:#8e8e93;align-items:center;gap:6px;font-size:15px;display:flex}.demo-toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000001a}.demo-profile-card{align-items:center;gap:16px;padding:16px;display:flex}.demo-avatar-large{color:#6366f1;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.demo-profile-info h3{color:#000;margin:0 0 2px;font-size:17px;font-weight:600}.demo-profile-handle{color:#8e8e93;margin:0;font-size:14px}.demo-badge-outline{color:#007aff;border:1px solid #007aff;border-radius:4px;margin-top:4px;padding:1px 6px;font-size:11px;font-weight:500;display:inline-block}.demo-item-danger{color:#ff3b30;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0;font-size:15px}.demo-profile-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.demo-stat{text-align:center;background:#f8f9fa;border-radius:12px;padding:16px}.demo-stat-value{color:#333;margin-bottom:4px;font-size:24px;font-weight:700;display:block}.demo-stat-label{color:#888;font-size:12px}.demo-stat-card{text-align:center;background:#f8f9fa;border-radius:12px;padding:16px}.demo-stat-num{color:#333;margin-bottom:4px;font-size:24px;font-weight:700;display:block}.demo-section-group{margin-bottom:28px}.demo-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:13px;font-weight:600}.demo-info-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.demo-info-row:last-child{border-bottom:none}.demo-info-row span:first-child{color:#374151}.demo-info-row span:last-child{color:#6b7280}.demo-action-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.demo-action-row:last-child{border-bottom:none}.demo-btn-text{color:#6366f1;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:13px;font-weight:500;transition:background .15s}.demo-btn-text:hover{background:#6366f11a}.demo-btn-danger{color:#ef4444}.demo-btn-danger:hover{background:#ef44441a}.demo-badge-pro{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500}.demo-linked-account{background:#f8f9fa;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.demo-status-connected{color:#22c55e;font-size:13px;font-weight:500}.demo-profile-section{margin-bottom:24px}.demo-profile-section h4{margin:0 0 12px;font-size:14px;font-weight:600}.demo-profile-section p{color:#555;margin:0;font-size:14px;line-height:1.6}.demo-connected-item{background:#f8f9fa;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.demo-connected-status{color:#22c55e;font-size:13px;font-weight:500}.demo-settings-section{margin-bottom:32px}.demo-settings-section h4{color:#333;margin:0 0 16px;font-size:14px;font-weight:600}.demo-settings-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.demo-settings-row span:first-child{color:#555;font-size:14px}.demo-settings-row span:last-child{color:#333;font-size:14px}.demo-settings-toggle{justify-content:space-between;align-items:center;padding:12px 0;display:flex}.demo-toggle{cursor:pointer;background:#ddd;border-radius:11px;width:40px;height:22px;transition:background .2s;position:relative}.demo-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.demo-toggle.active{background:#22c55e}.demo-toggle.active:after{transform:translate(18px)}.demo-btn-danger{color:#e53935;cursor:pointer;background:0 0;border:1px solid #e53935;border-radius:8px;margin-left:12px;padding:8px 16px;font-size:13px;transition:all .2s}.demo-btn-danger:hover{color:#fff;background:#e53935}.demo-subscription-current{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;margin-bottom:24px;padding:24px}.demo-plan-badge{background:#fff3;border-radius:12px;margin-bottom:8px;padding:4px 10px;font-size:11px;display:inline-block}.demo-subscription-current h3{margin:0 0 8px;font-size:24px;font-weight:700}.demo-subscription-current p{opacity:.8;margin:0;font-size:14px}.demo-plan-features{margin-bottom:24px}.demo-plan-features h4{margin:0 0 16px;font-size:14px;font-weight:600}.demo-plan-features ul{margin:0;padding:0;list-style:none}.demo-plan-features li{color:#333;align-items:center;gap:10px;padding:10px 0;font-size:14px;display:flex}.demo-plan-features li svg{color:#22c55e}.demo-billing-section{border-top:1px solid #f0f0f0;padding-top:24px}.demo-billing-section h4{margin:0 0 16px;font-size:14px;font-weight:600}.demo-select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 12px;font-size:13px}@media (max-width:900px){.demo-tweets-grid,.demo-folders-grid,.demo-goals-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.demo-sidebar{display:none}.demo-tweets-grid,.demo-folders-grid,.demo-goals-grid{grid-template-columns:1fr}.demo-goal-detail{flex-direction:column}.demo-goal-detail-sidebar{border-top:1px solid #f0f0f0;border-left:none;width:100%;padding-top:16px;padding-left:0}}.panel-container{scrollbar-width:none;-ms-overflow-style:none;justify-content:center;align-items:flex-start;height:100%;padding:40px 24px;animation:.25s cubic-bezier(.16,1,.3,1) panelFadeIn;display:flex;overflow-y:auto}.panel-container::-webkit-scrollbar{display:none}@keyframes panelFadeIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.panel-content{background:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;gap:20px;width:100%;max-width:420px;padding:24px;display:flex;box-shadow:0 4px 24px #0000000f}.panel-back{color:#666;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:4px;padding:0;font-size:12px;transition:color .15s;display:inline-flex}.panel-back:hover{color:#111}.panel-back svg{transition:transform .15s}.panel-back:hover svg{transform:translate(-2px)}.panel-header{border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding-bottom:16px;display:flex}.panel-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.panel-user-info h3{color:#111;margin:0 0 2px;font-size:15px;font-weight:600}.panel-user-info span{color:#888;font-size:12px}.panel-section{flex-direction:column;gap:8px;display:flex}.panel-section h4{text-transform:uppercase;letter-spacing:.5px;color:#999;margin:0;font-size:10px;font-weight:600}.panel-row>span:first-child{color:#666}.panel-row>span:last-child{color:#111;font-weight:500}.panel-badge{color:#2e7d32;background:#e8f5e9;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.panel-connected{color:#1976d2!important}.panel-toggle{cursor:pointer;background:#ddd;border-radius:9px;width:32px;height:18px;transition:background .2s;position:relative}.panel-toggle:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:2px;left:2px}.panel-toggle.on{background:#111}.panel-toggle.on:after{transform:translate(14px)}.panel-danger-zone{border-top:1px solid #f0f0f0;padding-top:12px}.panel-btn-danger{color:#e53935;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;transition:opacity .15s}.panel-btn-danger:hover{opacity:.7}.panel-title{color:#000;margin:0 0 4px;font-size:18px;font-weight:700}.panel-subtitle{color:#888;margin:0 0 8px;font-size:13px}.panel-header-large{text-align:center;flex-direction:column;align-items:center;gap:16px;padding-bottom:20px}.panel-avatar-large{width:72px;height:72px}.panel-header-large .panel-user-info h2{color:#000;margin:0 0 4px;font-size:18px;font-weight:700}.panel-handle{color:#888!important;font-size:13px!important}.panel-bio{color:#666;margin:8px 0 0;font-size:13px;line-height:1.4}.panel-stats{background:#f9f9f9;border-radius:10px;justify-content:center;gap:32px;margin:-4px 0 8px;padding:16px 0;display:flex}.panel-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.panel-stat-value{color:#111;font-size:20px;font-weight:700}.panel-stat-label{color:#888;text-transform:uppercase;letter-spacing:.3px;font-size:11px}.panel-section-title{text-transform:uppercase;letter-spacing:.5px;color:#888;margin:0 0 4px;padding-top:4px;font-size:11px;font-weight:600}.panel-label{color:#333;font-weight:500}.panel-value{color:#666}.panel-value-muted{color:#999}.panel-value-group{align-items:center;gap:4px;display:flex}.panel-value-group svg{color:#ccc}.panel-kbd{color:#666;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;padding:2px 6px;font-family:-apple-system,BlinkMacSystemFont,monospace;font-size:11px}.panel-row{justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;display:flex}.panel-row-action{cursor:pointer;border-radius:8px;margin:0 -12px;padding:10px 12px;transition:background .1s}.panel-row-action:hover{background:#f5f5f5}.panel-row-action:active{background:#eee}.panel-header-simple{text-align:center;margin-bottom:20px}.panel-header-simple h2{color:#111;margin:0 0 4px;font-size:20px;font-weight:700}.panel-header-subtitle{color:#888;font-size:13px}.panel-user-card{background:#f5f5f5;border-radius:14px;align-items:center;gap:14px;margin-bottom:20px;padding:16px;display:flex}.panel-user-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.panel-user-details{flex:1}.panel-user-details h3{color:#111;margin:0 0 2px;font-size:16px;font-weight:600}.panel-user-email{color:#888;font-size:13px}.panel-user-badge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:100px;padding:4px 12px;font-size:12px;font-weight:600}.panel-settings-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.panel-settings-card{cursor:pointer;background:#f5f5f5;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 16px;transition:all .15s;display:flex}.panel-settings-card:hover{background:#eee}.panel-settings-card:active{transform:scale(.98)}.panel-settings-icon{font-size:24px}.panel-settings-label{color:#333;font-size:13px;font-weight:500}.panel-settings-logout{background:#fff5f5}.panel-settings-logout:hover{background:#ffecec}.panel-settings-logout .panel-settings-label{color:#e53935}.panel-row-wrapper{position:relative}.panel-popover-backdrop{z-index:99;position:fixed;inset:0}.panel-popover{z-index:100;background:#fff;border-radius:12px;min-width:120px;max-height:200px;padding:6px;animation:.15s ease-out popoverFadeIn;position:absolute;top:0;right:16px;overflow-y:auto;box-shadow:0 4px 20px #00000026,0 0 0 1px #0000000d}.panel-popover-option{color:#333;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;transition:background .15s;display:flex}.panel-popover-option:hover{background:#f5f5f5}.panel-popover-option.selected{background:#f0f0f0;font-weight:500}.panel-popover-check{color:#111;align-items:center;margin-left:auto;font-weight:600;display:flex}.panel-popover-check svg{width:14px;height:14px}@media (max-width:768px){.xtodo-demo-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px;display:flex}.xtodo-demo-container{aspect-ratio:402/874;background:#000;border-radius:44px;flex-shrink:0;width:min(350px,88vw,46.0829vh - 46.0829px);height:auto;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000004d}.demo-toolbar{background:0 0;flex-shrink:0;align-items:center;gap:12px;padding:0;display:flex;position:static;transform:none}.demo-toolbar-btn{-webkit-backdrop-filter:blur(8px);color:#ffffffbf;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s,background .15s;display:flex}.demo-toolbar-btn svg{width:16px;height:16px}.demo-toolbar-btn:active:not(.disabled){background:#fff3;transform:scale(.9)}.demo-toolbar-btn.disabled{color:#fff3;cursor:not-allowed;background:#ffffff0f}.demo-toolbar-btn.demo-toolbar-close{color:#ffffffbf}.demo-toolbar-btn.demo-toolbar-close:active{background:#ff787840}.demo-mobile-menu-btn,.demo-sidebar-overlay,.demo-sidebar-close{display:none!important}.demo-sidebar,.demo-topbar,.demo-floating-buttons{display:none}.demo-floating-logo,.demo-floating-logo.demo-hero-specific{display:none!important}.demo-auth~.demo-floating-logo,.demo-auth .demo-floating-logo{display:none}.demo-auth{flex-direction:column;align-items:center;height:100%;padding:60px 24px 32px;display:flex}.demo-auth-card{width:100%;max-width:none;box-shadow:none;text-align:center;background:0 0;border:none;flex-direction:column;align-items:center;height:100%;padding:0;display:flex}.demo-auth-header{flex-direction:row;justify-content:center;align-items:center;gap:12px;margin-bottom:24px;display:flex}.demo-auth-logo{height:36px}.demo-auth-x-icon{border-radius:10px;width:44px;height:44px}.demo-auth-x-icon svg{width:22px;height:22px}.demo-auth-title{letter-spacing:-.2px;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:18px;font-weight:600}.demo-auth-desc{color:#666;max-width:260px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,sans-serif;font-size:13px;line-height:1.5}.demo-auth-actions{flex-direction:column;align-items:center;width:100%;margin-top:auto;display:flex}.demo-btn-auth{color:#fff;background:#111;border-radius:24px;width:100%;max-width:280px;margin-top:auto;padding:14px 28px;font-size:14px;font-weight:500}.demo-auth-footer{color:#999;max-width:240px;margin:16px auto 0;font-size:10px;line-height:1.4}.demo-welcome{justify-content:center;padding:24px}.demo-welcome-card{width:100%;max-width:none;box-shadow:none;background:0 0;border:none;padding:0}.demo-welcome-title{font-size:18px}.demo-welcome-desc{max-width:260px;margin:0 auto 20px;font-size:13px}.demo-welcome-progress-bar{width:160px}.demo-welcome-modal{z-index:9999!important;background:#000000f2!important;border-radius:45px!important;justify-content:center!important;align-items:center!important;padding:20px!important;display:flex!important;position:absolute!important;inset:-1px!important}.demo-welcome-card{background:#fff!important;border-radius:16px!important;width:100%!important;max-width:280px!important;height:auto!important;margin:0!important;padding:24px 20px!important}.demo-quickstart-header{gap:10px;margin-bottom:16px}.demo-quickstart-logo{height:20px}.demo-welcome-label{padding:5px 10px;font-size:9px}.demo-quickstart-list{gap:10px;margin-bottom:16px}.demo-quickstart-num{width:18px;height:18px;font-size:10px}.demo-quickstart-info strong{font-size:12px}.demo-quickstart-info span{font-size:10px}.demo-welcome-btn{padding:10px 16px;font-size:13px}.demo-sidebar{display:none}.demo-sidebar.mobile-open{display:flex}.demo-desktop-only{display:none!important}.demo-mobile-only{display:flex!important}.demo-app-layout{background:#fff;border-radius:43px;margin:1px;overflow:hidden}.demo-main{padding:0 16px 80px}.demo-goals-header-simple{justify-content:space-between;align-items:flex-start;padding:40px 16px 16px 12px;display:flex}.demo-goals-header-left{flex-direction:column;gap:2px;display:flex}.demo-goals-header-simple h2{letter-spacing:-.5px;color:#000;margin:0;font-size:28px;font-weight:700;line-height:1.1}.demo-goals-count{color:#999;font-size:14px;font-weight:400}.demo-goals-header-right{align-items:center;display:flex}.demo-mobile-avatar{object-fit:cover;border-radius:50%;width:42px;height:42px}.demo-goals-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:-18px}.demo-goal-card{box-shadow:none;background:#f8f8f8;border:none;border-radius:16px;padding:14px}.demo-goal-card:active{background:#f0f0f0}.demo-goal-card-icon,.demo-goal-card-icon img{border-radius:11px;width:44px;height:44px}.demo-goal-star svg{width:16px;height:16px}.demo-goal-card-title{color:#111;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:35px;margin:10px 0 6px;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.demo-goal-bookmarks{color:#666;background:#eee;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;display:inline-flex}.demo-goal-bookmarks svg{width:11px;height:11px}.demo-goal-card-footer{align-items:center;gap:6px;margin-top:8px;display:flex}.demo-goal-card-footer>span{color:#999;font-size:10px}.demo-goal-progress-segments{align-items:center;gap:4px;display:flex!important}.demo-goal-progress-segments .demo-segment{background:#ddd!important;border-radius:50%!important;flex:none!important;width:6px!important;min-width:6px!important;max-width:6px!important;height:6px!important}.demo-goal-progress-segments .demo-segment.filled{background:#111!important}.demo-mobile-menu-backdrop{z-index:200;background:#0006;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.demo-mobile-avatar-menu{z-index:201;background:#fff;border-radius:20px;width:calc(100% - 48px);max-width:280px;padding:8px;animation:.25s cubic-bezier(.16,1,.3,1) menuSlideIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #00000040}@keyframes menuSlideIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.demo-mobile-menu-item{color:#333;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;font-size:15px;font-weight:500;transition:background .15s;display:flex}.demo-mobile-menu-item:active{background:#f5f5f5}.demo-mobile-menu-item span{font-size:18px}.demo-mobile-menu-divider{background:#eee;height:1px;margin:4px 16px}.demo-mobile-menu-logout{color:#e53935}.panel-content{height:auto;min-height:100%;box-shadow:none;background:#fff;border:none;border-radius:0;max-width:none;padding:48px 20px 100px}.panel-popover{right:50px}.panel-logout-simple{color:#e53935;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:50px;width:100%;margin-top:0;padding:12px 0;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}.panel-logout-simple:active{background:#fff5f5;border-color:#e53935}.demo-mobile-touchbar{-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffbf;border-radius:28px;justify-content:center;align-items:center;gap:12px;width:auto;min-width:200px;height:56px;padding:0 16px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0000001f,0 1px 3px #00000014}.demo-touchbar-item{cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px;transition:background .15s;display:flex}.demo-touchbar-item:active{background:#0000000d}.demo-touchbar-item svg{color:#999;width:24px;height:24px;transition:color .15s}.demo-touchbar-item.active svg{color:#111}.demo-touchbar-add-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.demo-touchbar-add{cursor:pointer;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s,box-shadow .15s;display:flex}.demo-touchbar-add:active{transform:scale(.95)}.demo-touchbar-add svg{color:#fff;width:18px;height:18px}.demo-touchbar-avatar{cursor:pointer;background:0 0;border:none;border-radius:50%;width:30px;height:30px;padding:0;transition:transform .15s;overflow:hidden}.demo-touchbar-avatar:active{transform:scale(.95)}.demo-touchbar-avatar img{object-fit:cover;width:100%;height:100%}.demo-bookmarks{padding-bottom:20px}.demo-bookmarks-card{background:#f8f8f8;border-radius:16px;margin-bottom:12px;padding:16px}.demo-bookmarks-card.pending{background:#fafafa}.demo-bookmarks-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.demo-bookmarks-card-title{color:#111;font-size:15px;font-weight:600}.demo-bookmarks-card-badge{color:#fff;background:#000;border-radius:10px;padding:3px 8px;font-size:12px;font-weight:600}.demo-bookmarks-card-badge.pending{color:#666;background:#ddd}.demo-bookmarks-card-desc{color:#888;margin:0 0 12px;font-size:13px}.demo-tweets-grid-mini{flex-direction:column;gap:8px;display:flex}.demo-tweet-card-mini{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.demo-tweet-card-mini img{object-fit:cover;border-radius:50%;width:32px;height:32px}.demo-tweet-card-content{flex:1;min-width:0}.demo-tweet-card-name{color:#111;font-size:12px;font-weight:600;display:block}.demo-tweet-card-content p{color:#888;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:11px;overflow:hidden}.demo-tweet-card-goal{color:#666;white-space:nowrap;background:#f0f0f0;border-radius:4px;padding:3px 6px;font-size:10px}.demo-detail-touchbar{-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffbf;border-radius:26px;justify-content:space-between;align-items:center;gap:16px;height:52px;padding:0 8px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0000001f,0 1px 3px #00000014}.demo-detail-back-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s;display:flex}.demo-detail-back-btn:active{transform:scale(.95)}.demo-detail-back-btn svg{width:18px;height:18px}.demo-detail-more-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.demo-detail-more-btn:active{background:#0000000d}.goal-detail-v4{background:#fff;height:100%;padding:48px 20px 80px;animation:.4s layer5FadeIn;position:relative;overflow-y:auto}@keyframes layer5FadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.goal-detail-back-wrapper{display:none}.goal-detail-layout{flex-direction:column;gap:24px;display:flex}.goal-detail-left,.goal-detail-right{width:100%}.goal-detail-header{background:#f8f8f8;border-radius:20px;align-items:center;gap:16px;margin-bottom:16px;padding:20px;display:flex}.goal-detail-icon{border-radius:14px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.goal-detail-icon img{object-fit:contain;width:56px;height:56px}.goal-detail-info{flex:1;min-width:0}.goal-detail-title{color:#111;margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.3}.goal-detail-meta-row{background:#f8f8f8;border-radius:14px;justify-content:space-between;align-items:center;margin-top:4px;margin-bottom:24px;padding:14px 16px;display:flex}.goal-detail-source{color:#666;align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.goal-detail-x-badge{color:#fff;background:#111;border-radius:4px;padding:3px 6px;font-size:10px;font-weight:500}.goal-detail-progress-dots{align-items:center;gap:4px;display:flex}.goal-detail-dot{background:#ddd;border-radius:50%;width:7px;height:7px;transition:background .3s,transform .2s}.goal-detail-dot.filled{background:#111}.goal-detail-progress-label{color:#888;margin-left:8px;font-size:11px;font-weight:500}.goal-detail-stages{flex-direction:column;gap:20px;display:flex}.goal-detail-stage{background:#f8f8f8;border-radius:20px;padding:18px}.goal-detail-stage-header{border-bottom:1px solid #eee;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;display:flex}.goal-detail-stage-num{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:600;display:flex}.goal-detail-stage-name{color:#111;flex:1;font-size:15px;font-weight:600}.goal-detail-stage-count{color:#888;background:#fff;border-radius:10px;padding:3px 8px;font-size:11px}.goal-detail-tasks{flex-direction:column;gap:10px;display:flex}.goal-detail-task{cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:14px;padding:16px;display:flex;box-shadow:0 1px 3px #0000000a}.goal-detail-task:active{background:#f5f5f5}.goal-detail-task.completed{opacity:.5}.goal-detail-check{border:2px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.goal-detail-check.checked{background:#111;border-color:#111}.goal-detail-check svg{color:#fff;width:12px;height:12px}.goal-detail-task-text{color:#333;flex:1;font-size:13px;line-height:1.4}.goal-detail-task.completed .goal-detail-task-text{color:#aaa;text-decoration:line-through}.goal-detail-task-source{color:#aaa;font-size:10px}.goal-detail-ai-section{flex-direction:column;display:flex}.goal-detail-ai-content{border-left:2px solid #e0e0e0;padding-left:14px}.goal-detail-ai-content p{color:#555;margin:0 0 10px;font-size:13px;line-height:1.7}.goal-detail-ai-content p:last-child{margin-bottom:0}.goal-detail-ai-content strong{color:#111}.goal-detail-ai-icon{color:#000;margin-right:6px;font-size:13px}.goal-detail-sources-v2{background:#f8f8f8;border-radius:16px;padding:16px}.goal-detail-sources-title{color:#111;border-bottom:1px solid #eee;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:12px;font-size:14px;font-weight:600;display:flex}.goal-detail-x-logo{font-size:15px;font-weight:700}.goal-detail-sources-badge{color:#666;background:#fff;border-radius:10px;margin-left:auto;padding:3px 8px;font-size:11px}.goal-detail-posts-grid{flex-direction:column;gap:10px;display:flex}.goal-detail-post-card{background:#fff;border-radius:12px;padding:14px;animation:.3s postCardFadeIn;position:relative}@keyframes postCardFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.goal-detail-post-tag{color:#1a8cd8;background:#e8f4fc;border-radius:4px;padding:3px 7px;font-size:9px;font-weight:500;position:absolute;top:10px;right:10px}.goal-detail-post-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.goal-detail-post-header img{border-radius:50%;width:28px;height:28px}.goal-detail-post-header div{flex-direction:column;display:flex}.goal-detail-post-name{color:#111;font-size:12px;font-weight:600}.goal-detail-post-handle{color:#888;font-size:10px}.goal-detail-post-text{color:#444;margin:0;font-size:12px;line-height:1.5}.goal-detail-show-more{color:#666;cursor:pointer;background:#fff;border:none;border-radius:10px;width:100%;margin-top:10px;padding:12px;font-size:13px;font-weight:500}.goal-detail-show-more:active{background:#f5f5f5}}@media (min-width:769px){.demo-mobile-touchbar,.demo-mobile-only{display:none!important}.demo-goals-header-left{display:contents}}@media (max-width:768px){.panel-content,.demo-main,.demo-account-page,.demo-folder-page,.demo-folders-page,.demo-app-layout,body.xtodo-demo-active,#root,html{scrollbar-width:none!important;-ms-overflow-style:none!important}.panel-content::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.demo-main::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.demo-account-page::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.demo-folder-page::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.demo-folders-page::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.demo-app-layout::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}body.xtodo-demo-active::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}#root::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}html::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}}.demo-page-animated{opacity:0;transform:translateY(15px);animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp!important}.xtodo-theme-dark .xtodo-demo-overlay{background:#000000bf}.xtodo-theme-dark .xtodo-demo-container{background:#1a1a1a;border:1px solid #ffffff1a;box-shadow:0 0 0 1px #ffffff0d,0 24px 80px #00000080}.xtodo-theme-dark .demo-header{background:#1a1a1a;border-bottom-color:#ffffff14}.xtodo-theme-dark .demo-logo,.xtodo-theme-dark .demo-floating-logo,.xtodo-theme-dark .demo-hero-logo,.xtodo-theme-dark .demo-sidebar-logo img{filter:invert()}.xtodo-theme-dark .demo-search{color:#a0a0a0;background:#2e2e2e}.xtodo-theme-dark .demo-btn-ghost{color:#a0a0a0}.xtodo-theme-dark .demo-btn-ghost:hover{color:#fff}.xtodo-theme-dark .demo-btn-primary{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-hero{background:#1a1a1a}.xtodo-theme-dark .demo-hero-title{color:#fff}.xtodo-theme-dark .demo-hero-title em{color:#fff;-webkit-text-fill-color:#fff;background:0 0}.xtodo-theme-dark .demo-hero-desc{color:#a0a0a0}.xtodo-theme-dark .demo-hero-desc strong{color:#fff}.xtodo-theme-dark .demo-btn-primary-lg{color:#1a1a1a;background:#fff;box-shadow:0 4px 16px #00000080}.xtodo-theme-dark .demo-btn-primary-lg:hover{background:#f0f0f0}.xtodo-theme-dark .demo-btn-secondary{color:#a0a0a0;background:0 0;border-color:#fff3}.xtodo-theme-dark .demo-btn-secondary:hover{color:#fff;border-color:#fff6}.xtodo-theme-dark .demo-hero-right img{content:url(/images/xtodo/common/hero-right-dark.png);filter:drop-shadow(0 8px 24px #0006)}.xtodo-theme-dark .demo-auth{background:radial-gradient(#222 0%,#1a1a1a 70%)}.xtodo-theme-dark .demo-auth-card{background:#242424;border:1px solid #ffffff1f;box-shadow:0 0 0 1px #ffffff0d,inset 0 1px #ffffff0d}@media (max-width:768px){.xtodo-theme-dark .demo-auth-card{box-shadow:none;background:0 0;border:none}}.xtodo-theme-dark .demo-auth-logo{filter:invert()}.xtodo-theme-dark .demo-auth-divider{color:#666}.xtodo-theme-dark .demo-auth-x-icon{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-auth-title{color:#fff}.xtodo-theme-dark .demo-auth-desc{color:#a0a0a0}.xtodo-theme-dark .demo-btn-auth{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-btn-auth:hover{background:#f0f0f0}.xtodo-theme-dark .demo-auth-footer{color:#666}.xtodo-theme-dark .demo-welcome{background:radial-gradient(#222 0%,#1a1a1a 70%)}.xtodo-theme-dark .demo-welcome-logo{filter:invert()}.xtodo-theme-dark .demo-welcome-title{color:#fff}.xtodo-theme-dark .demo-welcome-desc{color:#a0a0a0}.xtodo-theme-dark .demo-welcome-status{color:#666}.xtodo-theme-dark .demo-welcome-progress-bar{background:#2e2e2e}.xtodo-theme-dark .demo-welcome-progress-bar>div{background:#fff}.xtodo-theme-dark .demo-welcome-count{color:#666}.xtodo-theme-dark .demo-import-next-btn{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-import-next-btn:hover:not(.disabled){background:#f0f0f0}.xtodo-theme-dark .demo-import-next-btn.disabled{color:#888;background:#444}.xtodo-theme-dark .demo-welcome-card{background:#242424;border:1px solid #ffffff1f;box-shadow:0 0 0 1px #ffffff0d,inset 0 1px #ffffff0d}.xtodo-theme-dark .demo-quickstart-logo{filter:invert()}.xtodo-theme-dark .demo-quickstart-divider{color:#666}.xtodo-theme-dark .demo-welcome-label{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-quickstart-num{color:#a0a0a0;background:#2e2e2e}.xtodo-theme-dark .demo-quickstart-info strong{color:#fff}.xtodo-theme-dark .demo-quickstart-info span{color:#a0a0a0}.xtodo-theme-dark .demo-welcome-btn{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-welcome-btn:hover{background:#f0f0f0}.xtodo-theme-dark .demo-app-layout{background:#1a1a1a}.xtodo-theme-dark .demo-sidebar{background:#1a1a1a;border-color:#ffffff14}.xtodo-theme-dark .demo-sidebar-item{color:#a0a0a0}.xtodo-theme-dark .demo-sidebar-item:hover,.xtodo-theme-dark .demo-sidebar-item.active{color:#fff;background:#ffffff0f}.xtodo-theme-dark .demo-main{background:0 0}.xtodo-theme-dark .demo-section-title{color:#666}.xtodo-theme-dark .demo-goal-card{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-goal-card:hover{background:#2a2a2a}.xtodo-theme-dark .demo-goal-card-title{color:#fff}.xtodo-theme-dark .demo-goal-card-meta{color:#666}.xtodo-theme-dark .demo-goal-card-progress{background:#2e2e2e}.xtodo-theme-dark .demo-goal-card-progress>div{background:#fff}.xtodo-theme-dark .demo-segment{background:#1a1a1a}.xtodo-theme-dark .demo-segment.filled{background:#fff}.xtodo-theme-dark .demo-goal-bookmarks{color:#a0a0a0;background:#2e2e2e}.xtodo-theme-dark .demo-goal-bookmarks:before{filter:invert()}.xtodo-theme-dark .demo-goal-card.highlighted{border-color:#fff3}.xtodo-theme-dark .demo-goal-tooltip{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-goal-tooltip:after{border-top-color:#fff}.xtodo-theme-dark .demo-tweet{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-tweet-name{color:#fff}.xtodo-theme-dark .demo-tweet-handle,.xtodo-theme-dark .demo-tweet-time{color:#666}.xtodo-theme-dark .demo-tweet-content{color:#a0a0a0}.xtodo-theme-dark .demo-folder-card{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-folder-card-title{color:#fff}.xtodo-theme-dark .demo-folder-card-count{color:#666}.xtodo-theme-dark .demo-importing-banner{background:#ffffff0a}.xtodo-theme-dark .demo-importing-banner-text{color:#a0a0a0}.xtodo-theme-dark .demo-tabs{border-color:#ffffff14}.xtodo-theme-dark .demo-tab{color:#666}.xtodo-theme-dark .demo-tab.active{color:#fff;border-color:#fff}.xtodo-theme-dark .demo-goal-detail{background:#1a1a1a}.xtodo-theme-dark .demo-goal-detail-title{color:#fff}.xtodo-theme-dark .demo-goal-detail-desc{color:#a0a0a0}.xtodo-theme-dark .demo-stage-title{color:#fff}.xtodo-theme-dark .demo-task-item{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-task-text{color:#a0a0a0}.xtodo-theme-dark .demo-related-panel{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-related-title{color:#fff}.xtodo-theme-dark .demo-toolbar{background:#ffffff1f}@media (max-width:768px){.xtodo-theme-dark .demo-toolbar{background:0 0}}.xtodo-theme-dark .demo-toolbar-btn{color:#ffffffb3}.xtodo-theme-dark .demo-toolbar-btn:hover:not(.disabled){color:#fff}.xtodo-theme-dark .demo-progress-overview{background:#242424}.xtodo-theme-dark .demo-progress-ring svg path:first-child{stroke:#2e2e2e}.xtodo-theme-dark .demo-progress-ring span,.xtodo-theme-dark .demo-progress-text h2{color:#fff}.xtodo-theme-dark .demo-progress-text p{color:#a0a0a0}.xtodo-theme-dark .demo-streak-number{color:#fff}.xtodo-theme-dark .demo-progress-divider{background:#ffffff14}.xtodo-theme-dark .demo-bookmarks-header h2{color:#fff}.xtodo-theme-dark .demo-bookmarks-section{background:#242424}.xtodo-theme-dark .demo-bookmarks-section h3{color:#fff}.xtodo-theme-dark .demo-bookmarks-section.pending{background:0 0;border-color:#ffffff1f}.xtodo-theme-dark .demo-bookmarks-card{background:#242424}.xtodo-theme-dark .demo-bookmarks-card.pending{background:0 0;border-color:#ffffff1f}.xtodo-theme-dark .demo-bookmarks-card-title{color:#fff}.xtodo-theme-dark .demo-bookmarks-card-badge{color:#1a1a1a;background:#fff}.xtodo-theme-dark .demo-bookmarks-card-badge.pending{color:#888;background:#3a3a3a}.xtodo-theme-dark .demo-bookmarks-card-desc{color:#888}.xtodo-theme-dark .demo-tweet-card-mini{background:#2e2e2e;border-color:#ffffff14}.xtodo-theme-dark .demo-tweet-card-mini.pending{background:#242424}.xtodo-theme-dark .demo-tweet-card-name{color:#fff}.xtodo-theme-dark .demo-tweet-card-content p{color:#888}.xtodo-theme-dark .demo-tweet-card-goal{color:#a0a0a0;background:#3a3a3a}.xtodo-theme-dark .demo-tweet-mini{color:#a0a0a0;background:#2e2e2e}.xtodo-theme-dark .demo-tweet-badge{background:#6496ff26}.xtodo-theme-dark .demo-section-heading{color:#fff}.xtodo-theme-dark .demo-ai-explanation{background:linear-gradient(135deg,#1e2338 0%,#231e30 100%);border-color:#ffffff14}.xtodo-theme-dark .demo-ai-header{color:#fff}.xtodo-theme-dark .demo-ai-explanation p{color:#a0a0a0}.xtodo-theme-dark .demo-ai-tags span{background:#6478dc33}.xtodo-theme-dark .demo-add-goal-card{border-color:#ffffff1f!important}.xtodo-theme-dark .demo-add-goal-card:hover{background:#2a2a2a!important;border-color:#fff3!important}.xtodo-theme-dark .demo-sidebar-section{color:#666}.xtodo-theme-dark .demo-sidebar-folder,.xtodo-theme-dark .demo-settings-icon{color:#a0a0a0}.xtodo-theme-dark .demo-settings-icon:hover{color:#fff;background:#ffffff14}.xtodo-theme-dark .demo-settings-popup{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-settings-header{color:#fff;border-bottom-color:#ffffff14}.xtodo-theme-dark .demo-settings-item{color:#a0a0a0}.xtodo-theme-dark .demo-avatar-menu{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-menu-item{color:#a0a0a0}.xtodo-theme-dark .demo-menu-item:hover{color:#fff;background:#2e2e2e}.xtodo-theme-dark .demo-menu-divider{background:#ffffff14}.xtodo-theme-dark .demo-goal-task-header input{border-color:#666}.xtodo-theme-dark .demo-goal-task-header input:checked{background:#fff;border-color:#fff}.xtodo-theme-dark .demo-goal-task-header input:checked:after{color:#1a1a1a}.xtodo-theme-dark .goal-detail-back{color:#a0a0a0}.xtodo-theme-dark .goal-detail-back:hover{color:#fff}.xtodo-theme-dark .goal-detail-back-wrapper.scrolled .goal-detail-back{background:#2e2e2e;box-shadow:0 2px 8px #0006}.xtodo-theme-dark .goal-detail-back-wrapper.scrolled .goal-detail-back:hover{background:#3a3a3a}.xtodo-theme-dark .demo-goals-header-simple h2,.xtodo-theme-dark .demo-goals-title,.xtodo-theme-dark .demo-section-heading{color:#fff}.xtodo-theme-dark .demo-goals-count,.xtodo-theme-dark .demo-section-desc{color:#888}.xtodo-theme-dark .demo-goal-card-icon img[src*=midjounery],.xtodo-theme-dark .goal-detail-icon img[src*=midjounery]{background:#fff;border-radius:8px;padding:4px}.xtodo-theme-dark .demo-sidebar-ai-star{color:#fff}.xtodo-theme-dark .demo-sidebar-subfolders{border-left-color:#444}.xtodo-theme-dark .demo-sidebar-subfolder{color:#a0a0a0}.xtodo-theme-dark .demo-sidebar-subfolder:hover{color:#fff;background:#ffffff0f}.xtodo-theme-dark .demo-sidebar-subfolder.active{color:#fff;background:#ffffff14;border-left-color:#fff}.xtodo-theme-dark .demo-sidebar-menu{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .demo-sidebar-menu .demo-menu-item{color:#a0a0a0}.xtodo-theme-dark .demo-sidebar-menu .demo-menu-item:hover{color:#fff;background:#2e2e2e}.xtodo-theme-dark .demo-sidebar-menu .demo-menu-divider{background:#ffffff14}.xtodo-theme-dark .goal-detail-title{color:#fff}.xtodo-theme-dark .goal-detail-source,.xtodo-theme-dark .goal-detail-progress-label{color:#a0a0a0}.xtodo-theme-dark .goal-detail-x-badge{color:#fff;background:#2e2e2e}.xtodo-theme-dark .goal-detail-segment{background:#333}.xtodo-theme-dark .goal-detail-segment.filled,.xtodo-theme-dark .goal-detail-dot.filled{background:#fff}.xtodo-theme-dark .goal-detail-stage-num{color:#1a1a1a;background:#fff}.xtodo-theme-dark .goal-detail-stage-name{color:#fff}.xtodo-theme-dark .goal-detail-stage-count{color:#888}.xtodo-theme-dark .goal-detail-tasks{border-left-color:#444}.xtodo-theme-dark .goal-detail-task{background:#242424}.xtodo-theme-dark .goal-detail-task:hover{background:#2e2e2e}.xtodo-theme-dark .goal-detail-check{border-color:#555}.xtodo-theme-dark .goal-detail-check.checked{background:#fff;border-color:#fff}.xtodo-theme-dark .goal-detail-check.checked svg{color:#1a1a1a}.xtodo-theme-dark .goal-detail-task-text{color:#a0a0a0}.xtodo-theme-dark .goal-detail-task.completed .goal-detail-task-text{color:#666}.xtodo-theme-dark .goal-detail-task-source{color:#888}.xtodo-theme-dark .goal-detail-ai-content{border-left-color:#444}.xtodo-theme-dark .goal-detail-ai-content p{color:#a0a0a0}.xtodo-theme-dark .goal-detail-ai-content strong,.xtodo-theme-dark .goal-detail-ai-icon,.xtodo-theme-dark .goal-detail-sources-title{color:#fff}.xtodo-theme-dark .goal-detail-sources-badge{color:#a0a0a0;background:#2e2e2e}.xtodo-theme-dark .goal-detail-post-card{background:#242424;border-color:#ffffff14}.xtodo-theme-dark .goal-detail-post-card:hover{background:#2a2a2a}.xtodo-theme-dark .goal-detail-post-name{color:#fff}.xtodo-theme-dark .goal-detail-post-handle{color:#888}.xtodo-theme-dark .goal-detail-post-text{color:#a0a0a0}.xtodo-theme-dark .goal-detail-show-more{color:#888;border-color:#ffffff1f}.xtodo-theme-dark .goal-detail-show-more:hover{color:#fff;background:#2e2e2e}.xtodo-theme-dark .goal-detail-icon{background:#fff}.xtodo-theme-dark .panel-v2{background:#1a1a1a}.xtodo-theme-dark .panel-v2-header{border-bottom-color:#ffffff14}.xtodo-theme-dark .panel-v2-header-title{color:#fff}.xtodo-theme-dark .panel-v2-back{color:#a0a0a0}.xtodo-theme-dark .panel-v2-back:hover{color:#fff}.xtodo-theme-dark .panel-v2-avatar-section{border-bottom-color:#ffffff14}.xtodo-theme-dark .panel-v2-avatar{background:#2e2e2e}.xtodo-theme-dark .panel-v2-avatar svg{color:#a0a0a0}.xtodo-theme-dark .panel-v2-name{color:#fff}.xtodo-theme-dark .panel-v2-handle{color:#888}.xtodo-theme-dark .panel-v2-section{border-bottom-color:#ffffff14}.xtodo-theme-dark .panel-v2-section-title{color:#666}.xtodo-theme-dark .panel-v2-row{border-bottom-color:#ffffff0d}.xtodo-theme-dark .panel-v2-row-clickable:hover{background:#ffffff0a}.xtodo-theme-dark .panel-v2-label{color:#fff}.xtodo-theme-dark .panel-v2-value{color:#888}.xtodo-theme-dark .panel-v2-toggle{background:#3a3a3a}.xtodo-theme-dark .panel-v2-toggle.on{background:#fff}.xtodo-theme-dark .panel-v2-toggle.on:after{background:#1a1a1a}.xtodo-theme-dark .demo-panel-header{background:#1a1a1a;border-bottom-color:#ffffff14}.xtodo-theme-dark .demo-panel-header h2{color:#fff}.xtodo-theme-dark .demo-settings-group{background:#242424;border:1px solid #ffffff14;box-shadow:0 0 0 1px #ffffff0d,inset 0 1px #ffffff0d}.xtodo-theme-dark .demo-settings-header{color:#666}.xtodo-theme-dark .demo-settings-item{color:#fff;background:#242424;border-bottom-color:#ffffff0d}.xtodo-theme-dark .demo-settings-item.clickable:active{background:#2e2e2e}.xtodo-theme-dark .demo-settings-value{color:#888}.xtodo-theme-dark .demo-toggle{background:#3a3a3a}.xtodo-theme-dark .demo-toggle.on{background:#fff}.xtodo-theme-dark .demo-toggle:after{background:#888}.xtodo-theme-dark .demo-toggle.on:after{background:#1a1a1a}.xtodo-theme-dark .panel-content{background:#242424;border:1px solid #ffffff1f;box-shadow:0 0 0 1px #ffffff0d,inset 0 1px #ffffff0d}.xtodo-theme-dark .panel-back{color:#a0a0a0}.xtodo-theme-dark .panel-back:hover,.xtodo-theme-dark .panel-title{color:#fff}.xtodo-theme-dark .panel-subtitle{color:#888}.xtodo-theme-dark .panel-header{border-bottom-color:#ffffff14}.xtodo-theme-dark .panel-header-large .panel-user-info h2{color:#fff}.xtodo-theme-dark .panel-handle{color:#888!important}.xtodo-theme-dark .panel-bio{color:#a0a0a0}.xtodo-theme-dark .panel-stats{background:#2e2e2e}.xtodo-theme-dark .panel-stat-value{color:#fff}.xtodo-theme-dark .panel-stat-label{color:#888}.xtodo-theme-dark .panel-section-title{color:#666}.xtodo-theme-dark .panel-row{border-bottom-color:#ffffff0d}.xtodo-theme-dark .panel-label{color:#fff}.xtodo-theme-dark .panel-value{color:#888}.xtodo-theme-dark .panel-badge{color:#4ade80;background:#2e2e2e}.xtodo-theme-dark .panel-row>span:first-child{color:#888}.xtodo-theme-dark .panel-row>span:last-child{color:#fff}.xtodo-theme-dark .panel-connected{color:#60a5fa!important}.xtodo-theme-dark .panel-row-action:hover{background:#ffffff0a}.xtodo-theme-dark .panel-section h4{color:#666}.xtodo-theme-dark .panel-toggle{background:#3a3a3a}.xtodo-theme-dark .panel-toggle.on{background:#fff}.xtodo-theme-dark .panel-toggle:after{background:#888}.xtodo-theme-dark .panel-toggle.on:after{background:#1a1a1a}.xtodo-theme-dark .panel-kbd{color:#a0a0a0;background:#2e2e2e;border-color:#444}.xtodo-theme-dark .panel-danger-zone{border-top-color:#ffffff14}.xtodo-theme-dark .panel-header-simple h2{color:#fff}.xtodo-theme-dark .panel-header-subtitle{color:#888}.xtodo-theme-dark .panel-user-card{background:#2e2e2e}.xtodo-theme-dark .panel-user-details h3{color:#fff}.xtodo-theme-dark .panel-user-email{color:#888}.xtodo-theme-dark .panel-user-badge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.xtodo-theme-dark .panel-settings-card{background:#2e2e2e}.xtodo-theme-dark .panel-settings-card:hover{background:#3a3a3a}.xtodo-theme-dark .panel-settings-label{color:#fff}.xtodo-theme-dark .panel-settings-logout{background:#ef44441a}.xtodo-theme-dark .panel-settings-logout .panel-settings-label{color:#ef4444}.xtodo-theme-dark .panel-section-mobile{margin-bottom:16px}.xtodo-theme-dark .panel-section-card{background:#2e2e2e;border-radius:16px}.xtodo-theme-dark .panel-row-mobile{border-bottom-color:#ffffff0f}.xtodo-theme-dark .panel-row-mobile span:first-child{color:#fff}.xtodo-theme-dark .panel-row-value{color:#888}.xtodo-theme-dark .panel-row-right svg{color:#555}.xtodo-theme-dark .panel-toggle-pill{background:#3a3a3a}.xtodo-theme-dark .panel-toggle-pill.on{background:#fff}.xtodo-theme-dark .panel-toggle-pill:after{background:#888}.xtodo-theme-dark .panel-toggle-pill.on:after{background:#1a1a1a}.xtodo-theme-dark .panel-popover{background:#2e2e2e;border:1px solid #ffffff1f;box-shadow:0 4px 20px #0006}.xtodo-theme-dark .panel-popover-option{color:#fff}.xtodo-theme-dark .panel-popover-option:hover,.xtodo-theme-dark .panel-popover-option:active{background:#ffffff14}.xtodo-theme-dark .panel-popover-option.selected{background:#ffffff0a}.xtodo-theme-dark .panel-popover-check,.xtodo-theme-dark .panel-popover-check svg{color:#4ade80}.xtodo-theme-dark .panel-logout-simple{color:#ef4444;background:0 0;border-color:#ffffff1f}.xtodo-theme-dark .panel-logout-simple:active{background:#ef44441a;border-color:#ef4444}.xtodo-theme-dark .demo-mobile-touchbar{background:#1e1e1ebf}.xtodo-theme-dark .demo-touchbar-item svg{color:#888}.xtodo-theme-dark .demo-touchbar-item.active svg{color:#fff}.xtodo-theme-dark .demo-touchbar-add{background:#fff}.xtodo-theme-dark .demo-touchbar-add svg{color:#1a1a1a}.xtodo-theme-dark .demo-detail-touchbar{background:#1e1e1ebf}.xtodo-theme-dark .demo-detail-back-btn{color:#fff;background:#555}.xtodo-theme-dark .demo-detail-more-btn{color:#888}@media (max-width:768px){.xtodo-theme-dark .demo-welcome-card{background:#242424!important;border:1px solid #ffffff1f!important}.xtodo-theme-dark .demo-welcome-modal{background:#000000f2!important}.xtodo-theme-dark .demo-goal-progress-segments .demo-segment{background:#1a1a1a!important}.xtodo-theme-dark .demo-goal-progress-segments .demo-segment.filled{background:#fff!important}.xtodo-theme-dark .goal-detail-v4{background:#1a1a1a}.xtodo-theme-dark .goal-detail-header{background:#242424}.xtodo-theme-dark .goal-detail-title{color:#fff}.xtodo-theme-dark .goal-detail-meta-row{background:#242424}.xtodo-theme-dark .goal-detail-source{color:#888}.xtodo-theme-dark .goal-detail-x-badge{color:#1a1a1a;background:#fff}.xtodo-theme-dark .goal-detail-dot{background:#3a3a3a}.xtodo-theme-dark .goal-detail-dot.filled{background:#fff}.xtodo-theme-dark .goal-detail-progress-label{color:#888}.xtodo-theme-dark .goal-detail-stage{background:#242424}.xtodo-theme-dark .goal-detail-stage-header{border-bottom-color:#ffffff14}.xtodo-theme-dark .goal-detail-stage-num{color:#1a1a1a;background:#fff}.xtodo-theme-dark .goal-detail-stage-name{color:#fff}.xtodo-theme-dark .goal-detail-stage-count{color:#888;background:#3a3a3a}.xtodo-theme-dark .goal-detail-task{box-shadow:none;background:#2e2e2e}.xtodo-theme-dark .goal-detail-task:active{background:#3a3a3a}.xtodo-theme-dark .goal-detail-check{border-color:#555}.xtodo-theme-dark .goal-detail-check.checked{background:#fff;border-color:#fff}.xtodo-theme-dark .goal-detail-check.checked svg{color:#1a1a1a}.xtodo-theme-dark .goal-detail-task-text{color:#fff}.xtodo-theme-dark .goal-detail-task.completed .goal-detail-task-text,.xtodo-theme-dark .goal-detail-task-source{color:#666}.xtodo-theme-dark .goal-detail-ai-content{border-left-color:#3a3a3a}.xtodo-theme-dark .goal-detail-ai-content p{color:#a0a0a0}.xtodo-theme-dark .goal-detail-ai-content strong{color:#fff}.xtodo-theme-dark .goal-detail-sources-v2{background:#242424}.xtodo-theme-dark .goal-detail-sources-title{color:#fff;border-bottom-color:#ffffff14}.xtodo-theme-dark .goal-detail-sources-badge{color:#888;background:#3a3a3a}.xtodo-theme-dark .goal-detail-post-card{background:#2e2e2e}.xtodo-theme-dark .goal-detail-post-tag{color:#60a5fa;background:#6496ff26}.xtodo-theme-dark .goal-detail-post-name{color:#fff}.xtodo-theme-dark .goal-detail-post-handle{color:#666}.xtodo-theme-dark .goal-detail-post-text{color:#a0a0a0}.xtodo-theme-dark .goal-detail-show-more{color:#888;background:#3a3a3a}.xtodo-theme-dark .goal-detail-show-more:active{background:#444}}.xtodo-theme-dark .demo-account-header{background:#2e2e2e}.xtodo-theme-dark .demo-account-name{color:#fff}.xtodo-theme-dark .demo-account-handle{color:#888}.xtodo-theme-dark .demo-account-stats{background:#2e2e2e}.xtodo-theme-dark .demo-account-stat-value{color:#fff}.xtodo-theme-dark .demo-account-stat-label{color:#888}.xtodo-theme-dark .demo-account-section-title{color:#666}.xtodo-theme-dark .demo-account-section-card{background:#2e2e2e}.xtodo-theme-dark .demo-account-row{border-bottom-color:#ffffff0f}.xtodo-theme-dark .demo-account-row>span:first-child{color:#fff}.xtodo-theme-dark .demo-account-row:active{background:#ffffff0a}.xtodo-theme-dark .demo-account-row-value{color:#888}.xtodo-theme-dark .demo-account-toggle{background:#3a3a3a}.xtodo-theme-dark .demo-account-toggle.on{background:#fff}.xtodo-theme-dark .demo-account-toggle.on:after{background:#1a1a1a}.xtodo-theme-dark .demo-account-logout{color:#ef4444;border-color:#ffffff1f}.xtodo-theme-dark .demo-account-logout:active{background:#ef44441a;border-color:#ef4444}
