.landing{min-height:100vh;background:radial-gradient(circle at top left,rgba(79,141,245,.16),transparent 55%),radial-gradient(circle at top right,rgba(246,178,107,.16),transparent 55%),linear-gradient(180deg,#f9fafb,#f3f4fb,#eef2ff);color:var(--text);position:relative;overflow-x:hidden}.landing:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px);background-size:80px 80px;opacity:.4;pointer-events:none;z-index:0}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem;position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border-subtle);box-shadow:0 8px 24px #0f172a0a;transition:background .25s ease,box-shadow .25s ease}.landing-header:hover{box-shadow:0 12px 28px #0f172a0f}@media (max-width: 640px){.landing-header{padding:1rem 1.25rem}.hero{padding:5rem 1.25rem 4rem}.hero-slogan{font-size:clamp(1.1rem,5.5vw,1.6rem)}}.logo{display:flex;align-items:center;gap:.6rem}.logo-img{height:36px;width:auto;display:block}.logo-text{font-size:1.3rem;font-weight:700;letter-spacing:-.03em;color:#111827}.btn-primary{padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;color:#0b1120;background:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0f172a14}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0f172a1f}.btn-primary:active{transform:translateY(0)}.landing-main{padding-top:5rem;position:relative;z-index:1}.hero{text-align:center;padding:7rem 2rem 6rem;max-width:760px;margin:0 auto;animation:heroFadeIn .8s ease-out;overflow:visible}.login-card{width:100%;max-width:420px;margin:2rem auto 0;padding:1.5rem 1.75rem;border-radius:16px;background:#fffffff5;border:1px solid var(--border-subtle);box-shadow:0 18px 40px #0f172a0f;display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.85rem;color:var(--text-muted)}.form-group input{border-radius:10px;border:1px solid var(--border-subtle);padding:.55rem .75rem;font-size:.9rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f159}.code-row{display:flex;gap:.5rem;align-items:center}.code-row input{flex:1}.btn-secondary{padding:.45rem .9rem;font-size:.8rem;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#ffffffe6;cursor:pointer;color:#1f2937;white-space:nowrap;transition:background .15s ease,box-shadow .15s ease,transform .1s ease,opacity .1s ease}.btn-secondary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn-secondary:not(:disabled):hover{background:#0f172a08;box-shadow:0 2px 8px #0f172a1f;transform:translateY(-.5px)}.form-error{font-size:.8rem;color:#dc2626}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-slogan{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;line-height:1.25;letter-spacing:-.02em;margin-bottom:2.5rem;white-space:nowrap;padding:0 .5rem;background:linear-gradient(135deg,#1f2937,#4b5563,#6b7280);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 10px 30px rgba(148,163,184,.4)}.hero-taglines{list-style:none;margin-bottom:2.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}.hero-taglines li{font-size:1rem;color:var(--text-muted);padding:.5rem 1rem;background:#ffffffd9;border:1px solid rgba(15,23,42,.06);border-radius:100px;transition:all .3s ease}.hero-taglines li:hover{background:#fff;border-color:#4f8df566;transform:translateY(-1px)}@media (max-width: 640px){.hero-taglines{flex-direction:column;align-items:center}.hero-taglines li{width:100%;max-width:320px;text-align:center}}.btn-hero{padding:1rem 2.25rem;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border:none;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #4f8df559}.btn-hero:hover{transform:translateY(-3px);box-shadow:0 16px 40px #6366f173}.btn-hero:active{transform:translateY(-1px)}.features{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:1.5rem;font-weight:600;margin-bottom:3rem;color:#111827;letter-spacing:-.02em}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 900px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.feature-grid{grid-template-columns:1fr}}.feature-card{background:#ffffffe6;border:1px solid rgba(15,23,42,.05);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(79,141,245,.6),transparent);opacity:0;transition:opacity .4s ease}.feature-card:hover{transform:translateY(-6px);border-color:#4f8df54d;background:#fff;box-shadow:0 18px 40px #0f172a14}.feature-card:hover:before{opacity:1}.feature-icon{font-size:2.5rem;display:block;margin-bottom:1.25rem;filter:grayscale(.2)}.feature-title{font-size:1.15rem;font-weight:600;margin-bottom:.6rem;color:#111827}.feature-desc{font-size:.9rem;color:var(--text-muted);line-height:1.65}.cta{text-align:center;padding:6rem 2rem;position:relative}.cta:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.cta-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#111827}.cta-desc{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem}.btn-large{padding:.9rem 2.5rem;font-size:1.05rem}.landing-footer{text-align:center;padding:2rem;color:#6b7280e6;font-size:.875rem;border-top:1px solid rgba(15,23,42,.05)}.landing-footer-icp{margin-top:.5rem}.landing-footer-icp a{color:#6b7280e6;text-decoration:none}.landing-footer-icp a:hover{color:#6366f1e6;text-decoration:underline}.install-plugin-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(79,141,245,.16),transparent 55%),radial-gradient(circle at top right,rgba(246,178,107,.16),transparent 55%),linear-gradient(180deg,#f9fafb,#f3f4fb,#eef2ff);color:var(--text, #111827)}.install-plugin-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid var(--border-subtle, #e5e7eb);box-shadow:0 8px 24px #0f172a0a}.install-plugin-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#111827;font-weight:600;font-size:1.2rem}.install-plugin-logo .logo-img{height:32px;width:auto;display:block}.install-plugin-back{font-size:.95rem;color:var(--text-muted, #6b7280);text-decoration:none;transition:color .2s}.install-plugin-back:hover{color:#3b82f6}.install-plugin-main{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.install-plugin-title{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem}.install-plugin-desc{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 2rem}.install-plugin-section{background:#fff;border-radius:12px;padding:1.5rem 1.75rem;margin-bottom:1.25rem;box-shadow:0 4px 12px #0f172a0f;border:1px solid rgba(0,0,0,.06)}.install-plugin-section h2{font-size:1.15rem;font-weight:600;color:#111827;margin:0 0 .75rem}.install-plugin-section p{font-size:.95rem;color:#4b5563;line-height:1.65;margin:0 0 .75rem}.install-plugin-section p:last-child{margin-bottom:0}.install-plugin-section code{background:#f3f4f6;padding:.15em .4em;border-radius:4px;font-size:.9em;color:#374151}.install-plugin-download-btn{display:inline-block;padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:8px;text-decoration:none;box-shadow:0 4px 14px #3b82f666;transition:opacity .2s,transform .15s ease;margin:.5rem 0}.install-plugin-download-btn:hover{opacity:.95;transform:translateY(-1px)}.install-plugin-hint{font-size:.85rem;color:#6b7280;word-break:break-all}.install-plugin-steps{margin:.5rem 0 0;padding-left:1.25rem}.install-plugin-steps li{font-size:.95rem;color:#4b5563;line-height:1.7;margin-bottom:1rem}.install-plugin-steps li:last-child{margin-bottom:0}.install-plugin-tip{margin-top:1rem;padding:.75rem 1rem;background:#eff6ff;border-radius:8px;color:#1e40af;font-size:.9rem}.install-plugin-usage{margin:.5rem 0 0;padding-left:1.25rem}.install-plugin-usage li{font-size:.95rem;color:#4b5563;line-height:1.7;margin-bottom:.75rem}.install-plugin-usage li:last-child{margin-bottom:0}.install-plugin-tips-row{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch}.install-plugin-warning{flex:1;min-width:260px;padding:1rem 1.25rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:.95rem;line-height:1.6}.install-plugin-warning strong{color:#b45309}.install-plugin-note{flex:1;min-width:260px;margin:0;padding:1rem 1.25rem;background:#f0fdf4;border-radius:8px;color:#166534;font-size:.9rem;line-height:1.6}.install-plugin-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem}.install-plugin-download-btn-large{padding:.75rem 1.5rem;font-size:1rem}.install-plugin-dashboard-link{font-size:.95rem;color:#3b82f6;text-decoration:none}.install-plugin-dashboard-link:hover{text-decoration:underline}.dashboard{min-height:100vh;background:radial-gradient(circle at top left,rgba(79,141,245,.16),transparent 55%),radial-gradient(circle at top right,rgba(246,178,107,.16),transparent 55%),linear-gradient(180deg,#f9fafb,#f3f4fb,#eef2ff);color:var(--text);display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid var(--border-subtle);box-shadow:0 8px 24px #0f172a0a;position:relative;z-index:300}.nav-login{padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:8px;cursor:pointer;box-shadow:0 10px 24px #2563eb59;transition:opacity .2s,transform .15s ease,box-shadow .15s ease}.nav-login:hover{opacity:1;transform:translateY(-1px);box-shadow:0 14px 30px #2563eb66}.dashboard-main{display:flex;flex:1;padding:5rem 2rem 2rem;gap:1.5rem}.login-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:200}.login-modal{width:100%;max-width:460px;margin:1.5rem;background:#fffffffa;border-radius:18px;border:1px solid var(--border-subtle);box-shadow:0 24px 60px #0f172a40;padding:1.5rem 1.75rem 1.75rem}.login-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.login-modal-header h2{font-size:1.1rem;font-weight:600;color:#111827}.login-modal-close{border:none;background:transparent;cursor:pointer;font-size:1rem;line-height:1;color:#6b7280}.menu-item{display:block;padding:.5rem .75rem;border-radius:.5rem;font-size:.9rem;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.menu-item:hover{background:#0f172a08;color:#111827;box-shadow:0 1px 3px #0f172a0f}.menu-item-active{background:#60a5fa1f;color:#1d4ed8;box-shadow:0 0 0 1px #60a5fa59,0 6px 16px #0f172a0d}.dashboard-content{flex:1;min-height:calc(100vh - 140px);background:#fffffffa;border-radius:16px;border:1px solid var(--border-subtle);padding:1.5rem;overflow:auto;box-shadow:0 22px 50px #0f172a0f;position:relative;z-index:0}.settings-grid-vertical{display:flex;flex-direction:column;gap:1rem;max-width:640px}.notes-material-layout{display:flex;flex-direction:column;gap:1.25rem}.notes-material-albums{background:#fff;border-radius:14px;padding:1rem 1.25rem;border:1px solid var(--border-subtle);box-shadow:0 10px 26px #0f172a0a}.notes-material-albums-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.notes-material-albums-header h2{font-size:1rem;font-weight:600;margin:0;color:#111827}.notes-material-album-row{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem}.notes-material-album-card{min-width:210px;max-width:240px;text-align:left;padding:.75rem .9rem;border-radius:12px;border:1px solid rgba(148,163,184,.45);background:linear-gradient(135deg,#f8fafce6,#fff);cursor:pointer;display:flex;flex-direction:column;gap:.25rem;transition:border-color .15s ease,box-shadow .15s ease,transform .12s ease,background .15s ease}.notes-material-album-card:hover{border-color:#60a5fab3;box-shadow:0 10px 24px #0f172a14;transform:translateY(-1px)}.notes-material-album-card-active{border-color:#3b82f6e6;box-shadow:0 12px 28px #2563eb38;background:radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 55%),#fff}.notes-material-album-name{font-size:.95rem;font-weight:600;color:#111827;display:inline-flex;align-items:center;gap:.4rem}.notes-material-album-edit{border:none;padding:4px;background:transparent;cursor:pointer;font-size:1rem;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;transform:rotate(118deg);border-radius:999px}.notes-material-album-edit:hover{color:#4b5563}.notes-material-album-name-text{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-material-album-name-input{flex:1 1 auto;min-width:0;padding:.15rem .4rem;font-size:.9rem;border-radius:6px;border:1px solid rgba(148,163,184,.8)}.notes-material-album-name-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f62e}.notes-material-album-desc{font-size:.8rem;color:var(--text-muted)}.notes-material-album-meta{font-size:.8rem;color:#4b5563;margin-top:.1rem}.notes-material-photos{background:#fff;border-radius:14px;padding:1rem 1.25rem 1.25rem;border:1px solid var(--border-subtle);box-shadow:0 10px 26px #0f172a0a;display:flex;flex-direction:column;max-height:520px}.notes-material-photos-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.notes-material-photos-header h2{font-size:1rem;font-weight:600;margin:0;color:#111827}.notes-material-photos-subtitle{margin:.25rem 0 0;font-size:.82rem;color:var(--text-muted)}.notes-material-empty{padding:2rem 1rem;text-align:center;font-size:.9rem;color:var(--text-muted)}.notes-material-photo-grid{display:flex;flex-wrap:nowrap;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding:.25rem .25rem .5rem;flex:0 0 auto;min-height:190px;position:relative;scroll-snap-type:x mandatory}.notes-material-photo-item{border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.45);background:#f9fafb;width:148px;aspect-ratio:3 / 4;position:relative;flex:0 0 auto;scroll-snap-align:start}.notes-material-photo-item img{width:100%;height:100%;display:block;object-fit:cover}.notes-material-photo-delete{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:999px;border:none;background:#0f172a99;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;opacity:0;transition:opacity .15s ease,transform .1s ease}.notes-material-photo-item:hover .notes-material-photo-delete{opacity:1}.notes-material-photo-delete:hover{transform:translateY(-1px)}.notes-material-photo-confirm{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:.35rem 1.1rem;border-radius:999px;border:none;background:#ef4444f2;color:#fff;font-size:.78rem;font-weight:500;cursor:pointer;box-shadow:0 8px 20px #ef444459;white-space:nowrap;max-width:120px}.notes-material-photo-confirm:hover{filter:brightness(1.05)}.notes-material-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:320;padding:1rem}.notes-material-modal{width:100%;max-width:420px;background:#fff;border-radius:16px;border:1px solid var(--border-subtle);box-shadow:0 24px 60px #0f172a40;overflow:hidden}.notes-material-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;border-bottom:1px solid rgba(15,23,42,.06)}.notes-material-modal-header h3{margin:0;font-size:1rem;font-weight:600;color:#111827}.notes-material-modal-close{border:none;background:transparent;cursor:pointer;font-size:1.2rem;line-height:1;color:#6b7280}.notes-material-modal-body{padding:1rem 1.2rem .5rem}.notes-material-modal-label{display:block;font-size:.85rem;font-weight:500;color:#374151;margin-bottom:.4rem}.notes-material-modal-input{width:100%;margin-top:.35rem;padding:.45rem .7rem;font-size:.9rem;border-radius:8px;border:1px solid rgba(148,163,184,.8);box-sizing:border-box}.notes-material-modal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f629}.notes-material-modal-hint{margin:.5rem 0 .3rem;font-size:.8rem;color:var(--text-muted)}.notes-material-modal-footer{padding:.9rem 1.2rem 1.1rem;display:flex;justify-content:flex-end;gap:.5rem}.settings-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.settings-card-footer{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.settings-card-footer-actions{display:flex;align-items:center;gap:.5rem}.status-badge{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:500}.status-badge-online{background:#22c55e1f;color:#16a34a}.status-badge-offline{background:#94a3b829;color:#64748b}.settings-card-button{padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:500;border:none;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 6px 18px #2563eb47;transition:transform .1s ease,box-shadow .1s ease,opacity .1s ease}.settings-card-button:hover{transform:translateY(-.5px);box-shadow:0 10px 24px #2563eb59;opacity:.96}.settings-card-button-ghost{background:#0f172a05;color:#1f2937;box-shadow:none;border:1px solid rgba(148,163,184,.4)}.settings-card-button-ghost:hover{background:#0f172a0a;box-shadow:0 2px 6px #0f172a1f}.account-settings{width:100%;max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.account-settings-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.account-settings-head .page-title{margin-bottom:0}.account-settings-actions{display:inline-flex;align-items:center;gap:.4rem}.account-add-btn{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#1d4ed8;background:#3b82f61a;border:1px solid rgba(59,130,246,.35);border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease;position:relative}.account-add-btn:hover{background:#3b82f62e;border-color:#3b82f680}.account-add-btn-ghost{background:#0f172a05;color:#1f2937;border-color:#94a3b899}.account-add-btn-ghost:hover{background:#0f172a0a;border-color:#94a3b8e6}.account-add-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #fff}.account-settings-desc{font-size:.9rem;color:var(--text-muted);margin-top:.25rem;margin-bottom:.5rem;line-height:1.5}.account-plugin-privacy-tip{font-size:.8rem;color:#6b7280;line-height:1.45;margin:0 0 .75rem;padding:.5rem .75rem;background:#fffbeb;border-left:3px solid #d97706;border-radius:0 6px 6px 0}.account-plugin-privacy-tip-in-modal{margin-bottom:1rem}.account-settings-error{padding:.6rem .9rem;margin-bottom:1rem;font-size:.9rem;color:#b91c1c;background:#b91c1c14;border-radius:8px}.account-settings-loading{padding:2rem;text-align:center;color:var(--text-muted);font-size:.95rem}.tasks-page .account-table-wrap{overflow-x:visible}.tasks-page .account-table{width:100%;table-layout:fixed}.tasks-page .account-table th:nth-child(1){width:26%}.tasks-page .account-table th:nth-child(2){width:14%}.tasks-page .account-table th:nth-child(3){width:10%}.tasks-page .account-table th:nth-child(4){width:18%}.tasks-page .account-table th:nth-child(5){width:12%}.tasks-page .account-table th:nth-child(6){width:12%}.publish-plan-page .account-table th:nth-child(1){width:35%}.publish-plan-page .account-table th:nth-child(2){width:18%}.publish-plan-page .account-table th:nth-child(3){width:18%}.publish-plan-page .account-table th:nth-child(4){width:12%}.account-table-actions{margin-bottom:1rem}.notes-section-card-in-modal{margin-bottom:1rem;box-shadow:none;border:1px solid rgba(15,23,42,.08)}.notes-section-card-in-modal .notes-section-title{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 .5rem}.publish-plan-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;display:flex;align-items:stretch;justify-content:flex-end}.publish-plan-drawer{width:480px;max-width:92vw;height:100%;background:#fff;box-shadow:-8px 0 32px #0f172a26;display:flex;flex-direction:column;overflow:hidden;transform:translate(100%);transition:transform .26s ease-out}.publish-plan-drawer.publish-plan-drawer-open{transform:translate(0)}.publish-plan-drawer .account-modal-header{flex-shrink:0;border-bottom:1px solid rgba(15,23,42,.08)}.publish-plan-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem 1.5rem}.publish-plan-modal .account-modal-body{max-height:85vh;overflow-y:auto}.tasks-page .account-table-name{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tasks-status{font-size:.85rem;padding:.2em .5em;border-radius:6px;font-weight:500}.tasks-status-pending{color:#b45309;background:#b453091a}.tasks-status-running{color:#2563eb;background:#2563eb1a}.tasks-status-success{color:#059669;background:#0596691a}.tasks-status-failed{color:#dc2626;background:#dc26261a}.account-table-empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.9rem}.account-table-wrap{overflow:auto;border-radius:12px;border:1px solid var(--border-subtle);background:#fff;box-shadow:0 10px 30px #0f172a0a}.account-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:fixed;min-width:860px}.account-table th,.account-table td{padding:.6rem .9rem;text-align:left;border-bottom:1px solid rgba(15,23,42,.06);vertical-align:middle}.account-table thead th{font-weight:600;color:var(--text-muted);background:#0f172a05;white-space:nowrap;position:sticky;top:0;z-index:1}.account-table tbody tr:last-child td{border-bottom:none}.account-table th:nth-child(1){width:170px}.account-table th:nth-child(2){width:180px}.account-table th:nth-child(3){width:130px}.account-table th:nth-child(4){width:200px}.account-table th:nth-child(5){width:120px}.account-table-name{font-weight:500;color:#111827}.account-table-account-cell{vertical-align:middle}.account-table-account-inner{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.account-table-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.account-table-nickname{font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-table-account-cell-inner{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.account-table-account-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.account-login-required-tip{font-size:.8rem;color:#b45309;line-height:1.3}.account-login-required-link{color:#ea580c;text-decoration:underline}.account-login-required-link:hover{color:#c2410c}.account-refresh-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;color:#64748b;background:transparent;border:none;border-radius:4px;cursor:pointer}.account-refresh-btn:hover:not(:disabled){color:#475569;background:#f1f5f9}.account-refresh-btn:disabled{cursor:not-allowed;opacity:.7}.account-refresh-icon{display:block}.account-refresh-btn-loading .account-refresh-icon{animation:account-refresh-spin .8s linear infinite}.account-refresh-btn-loading{color:#94a3b8;cursor:wait}.account-refresh-btn-loading:disabled{cursor:wait}@keyframes account-refresh-spin{to{transform:rotate(360deg)}}.account-table-cell{color:#374151;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-empty{display:inline-flex;align-items:center;padding:.12rem .55rem;border-radius:999px;font-size:.78rem;font-weight:500;color:#64748bf2;background:#94a3b824;border:1px solid rgba(148,163,184,.25)}.account-table tbody tr:nth-child(2n){background:#0f172a03}.account-table tbody tr:hover{background:#0f172a08}.account-cell-editable{display:inline-flex;align-items:center;gap:.25rem;width:100%}.account-cell-text{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 34px)}.account-edit-btn{border:none;background:#0f172a0a;color:#334155;width:28px;height:28px;border-radius:8px;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .1s ease;opacity:.85}.account-edit-btn{opacity:0;pointer-events:none}.account-table tbody tr:hover .account-edit-btn,.account-cell-editable:focus-within .account-edit-btn{opacity:1;pointer-events:auto}.account-edit-btn:hover{background:#0f172a12;transform:translateY(-.5px);opacity:1}.account-edit-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.account-edit-input{width:100%;height:32px;padding:.4rem .6rem;font-size:.9rem;border:1px solid rgba(148,163,184,.55);border-radius:8px;outline:none;box-sizing:border-box}.account-edit-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.account-table-th-action{width:1%;text-align:right;padding-right:1rem}.account-table-action{text-align:right;padding-right:.75rem}.account-row-menu-wrap{display:inline-flex;align-items:center;position:relative}.account-row-menu-btn{width:34px;height:30px;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#0f172a05;color:#334155;cursor:pointer;transition:background .15s ease,border-color .15s ease}.account-row-menu-btn:hover{background:#0f172a0d;border-color:#94a3b88c}.account-row-menu-btn:disabled{opacity:.55;cursor:not-allowed}.account-row-menu{position:fixed;min-width:104px;padding:.2rem;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:10px;box-shadow:0 10px 22px #0f172a1f;z-index:50}.account-row-menu-portal{z-index:500}.account-row-menu-item{width:100%;text-align:left;padding:.42rem .55rem;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#111827;font-size:.85rem}.account-row-menu-item:hover{background:#0f172a0a}.account-row-menu-item:disabled{opacity:.55;cursor:not-allowed}.account-row-menu-item-danger{color:#b91c1c}.account-table-cell-plugin{vertical-align:top}.account-plugin-select-wrap{display:inline-flex;flex-direction:column;gap:.35rem;min-width:0}.account-plugin-select{width:auto;min-width:160px;max-width:220px;height:32px;padding:.35rem 2rem .35rem .75rem;font-size:.85rem;border-radius:8px;border:1px solid rgba(148,163,184,.7);background:#fff;color:#111827;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='%2364748b' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.account-plugin-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.account-plugin-select:disabled{opacity:.6;cursor:not-allowed}.account-plugin-select option{padding:.4rem .6rem;font-size:.85rem}.account-plugin-select option.account-plugin-option-offline{color:#b45309}.account-plugin-warning{display:block;font-size:.8rem;color:#b45309;line-height:1.3}.account-plugin-status{display:inline-flex;align-items:center;gap:.45rem;min-width:0;white-space:nowrap}.account-plugin-code{display:inline-flex;align-items:center;padding:.12rem .45rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#334155;background:#94a3b824;border:1px solid rgba(148,163,184,.25);max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.account-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem}.account-modal-backdrop-top{z-index:350}.account-modal{width:100%;max-width:420px;background:#fff;border-radius:14px;border:1px solid var(--border-subtle);box-shadow:0 24px 48px #0f172a33;overflow:hidden}.account-modal-wide{max-width:980px;max-height:82vh;display:flex;flex-direction:column}.account-modal-body-scroll{overflow:auto;flex:1}.pending-plugins-table{min-width:740px}.pending-plugins-table th:nth-child(1){width:320px}.pending-plugins-table th:nth-child(2){width:140px}.pending-plugins-table th:nth-child(3){width:160px}.pending-plugin-code{display:inline-block;max-width:100%}.account-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(15,23,42,.08)}.account-modal-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.account-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b7280;font-size:1.4rem;line-height:1;cursor:pointer;border-radius:8px;transition:background .15s,color .15s}.account-modal-close:hover{background:#0f172a0f;color:#111827}.account-modal-body{padding:1.25rem 1.25rem 1.5rem}.account-modal-field{margin-bottom:1rem}.account-modal-field:last-of-type{margin-bottom:1.25rem}.account-modal-label{display:block;font-size:.85rem;font-weight:500;color:#374151;margin-bottom:.35rem}.account-modal-input{width:100%;padding:.5rem .75rem;font-size:.9rem;border:1px solid rgba(148,163,184,.5);border-radius:8px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.account-modal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.account-modal-input::placeholder{color:#9ca3af}.account-modal-footer{display:flex;justify-content:flex-end;gap:.5rem}.account-approve-plugin-modal{max-width:440px}.account-approve-plugin-desc{font-size:.9rem;color:#374151;line-height:1.55;margin:0 0 1rem}.account-approve-plugin-label{font-size:.85rem;font-weight:600;color:#4b5563;margin:0 0 .35rem}.account-approve-plugin-code{display:block;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;word-break:break-all;background:#f3f4f6;padding:.6rem .75rem;border-radius:8px;margin-bottom:1.25rem;color:#111827;border:1px solid #e5e7eb}.account-approve-plugin-modal .account-modal-footer{margin-top:.25rem;padding-top:1rem;border-top:1px solid #e5e7eb;gap:.75rem}.account-approve-plugin-cancel{padding:.5rem 1rem;font-size:.9rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:8px;cursor:pointer}.account-approve-plugin-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.account-approve-plugin-confirm{padding:.5rem 1rem;font-size:.9rem;background:#6366f1;color:#fff;border:none;border-radius:8px;cursor:pointer}.account-approve-plugin-confirm:hover:not(:disabled){background:#4f46e5}.account-approve-plugin-confirm:disabled,.account-approve-plugin-cancel:disabled{opacity:.7;cursor:not-allowed}.notes-publish-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem}.notes-publish-confirm-modal{width:100%;max-width:520px;max-height:85vh;background:#fff;border-radius:14px;border:1px solid var(--border-subtle);box-shadow:0 24px 48px #0f172a33;overflow:hidden;display:flex;flex-direction:column}.notes-publish-confirm-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(15,23,42,.08)}.notes-publish-confirm-header h3{font-size:1rem;font-weight:600;color:#111827;margin:0}.notes-publish-confirm-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b7280;font-size:1.4rem;line-height:1;cursor:pointer;border-radius:8px;transition:background .15s,color .15s}.notes-publish-confirm-close:hover{background:#0f172a0f;color:#111827}.notes-publish-confirm-body{padding:1.25rem 1.25rem 1rem;overflow:visible;flex:1;min-height:0}.notes-publish-confirm-dl{margin:0;font-size:.9rem;display:flex;flex-direction:column;gap:0}.notes-publish-confirm-dl .notes-publish-confirm-row{padding:.75rem 0;border-bottom:1px solid rgba(15,23,42,.06);display:flex;flex-direction:column;gap:.35rem}.notes-publish-confirm-dl .notes-publish-confirm-row:first-child{padding-top:0}.notes-publish-confirm-dl .notes-publish-confirm-row:last-child{border-bottom:none;padding-bottom:0}.notes-publish-confirm-dl dt{font-weight:600;font-size:.8rem;color:#64748b;margin:0;letter-spacing:.02em}.notes-publish-confirm-dl dd{margin:0;color:#111827;line-height:1.55;word-break:break-word;font-size:.92rem}.notes-publish-confirm-content{max-height:120px;overflow-y:auto;white-space:pre-wrap;padding:.5rem 0}.notes-publish-confirm-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(15,23,42,.08)}.notes-publish-confirm-footer .notes-primary-btn{width:auto;padding:.45rem 1rem;font-size:.88rem}.notes-publish-confirm-cancel{padding:.5rem 1rem;font-size:.9rem;border:1px solid rgba(148,163,184,.6);background:#fff;color:#475569;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.notes-publish-confirm-cancel:hover{background:#f8fafc;border-color:#94a3b8}.account-confirm-text{font-size:.92rem;color:#374151;line-height:1.5;margin-bottom:1rem}.account-confirm-danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 6px 18px #dc262640}.account-confirm-danger:hover{box-shadow:0 10px 24px #dc26264d}.tasks-delete-modal .account-modal-body{padding:1.25rem 1.25rem 1.5rem}.tasks-delete-confirm-text{font-size:.9375rem;color:#4b5563;line-height:1.55;margin:0 0 1.25rem}.tasks-delete-modal .account-modal-footer{gap:.75rem;padding-top:.25rem}.notes-page{width:100%;max-width:960px;margin:0 auto}.notes-page-main{display:flex;flex-direction:column;gap:1rem}.notes-section-card{background:#fff;border-radius:14px;padding:1rem 1.25rem 1.25rem;border:1px solid var(--border-subtle);box-shadow:0 10px 26px #0f172a0a}.notes-section-header h2{font-size:1rem;font-weight:600;margin:0 0 .35rem;color:#111827}.notes-section-desc,.notes-section-placeholder,.notes-section-hint{font-size:.85rem;color:var(--text-muted);margin:.25rem 0 .75rem}.notes-section-hint-warn{color:#b45309;background:#b4530914;padding:.5rem .75rem;border-radius:8px;margin-bottom:.75rem}.notes-section-placeholder{padding-top:.15rem}.notes-primary-btn{width:100%;justify-content:center;padding:.6rem 1rem;font-size:.95rem}.notes-primary-btn[disabled]{opacity:.75;cursor:not-allowed;box-shadow:none;transform:none}.notes-account-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.notes-account-label{display:flex;flex-direction:column;gap:.25rem;min-width:220px}.notes-account-label-text{font-size:.85rem;color:#4b5563}.notes-account-select{width:100%;height:34px;padding:.25rem 1.6rem .25rem .7rem;font-size:.85rem;border-radius:999px;border:1px solid rgba(148,163,184,.8);background:radial-gradient(circle at top left,rgba(148,163,184,.12),transparent 55%),#fff;color:#111827;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='%2364748b' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center}.notes-account-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.notes-account-select:disabled{opacity:.6;cursor:not-allowed}.notes-account-brief{display:flex;align-items:center;gap:.5rem;min-width:0}.notes-account-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#e5e7eb;flex-shrink:0}.notes-account-brief-text{min-width:0}.notes-account-name{font-size:.9rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-account-meta{margin-top:.1rem;font-size:.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-draft-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem;margin-bottom:.75rem;max-height:360px;overflow:auto}.notes-draft-card{width:100%;text-align:left;padding:.75rem .9rem;border-radius:12px;border:1px solid rgba(148,163,184,.45);background:linear-gradient(135deg,#f8fafce6,#fff);cursor:pointer;display:flex;align-items:flex-start;gap:.6rem;transition:border-color .15s ease,box-shadow .15s ease,transform .12s ease,background .15s ease}.notes-draft-card:hover{border-color:#60a5fab3;box-shadow:0 10px 24px #0f172a14;transform:translateY(-1px)}.notes-draft-card-active{border-color:#3b82f6e6;box-shadow:0 12px 28px #2563eb38;background:radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 55%),#fff}.notes-draft-radio{margin-top:.2rem;flex-shrink:0}.notes-draft-radio-inner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(148,163,184,.9);background:#fff;display:flex;align-items:center;justify-content:center}.notes-draft-card-active .notes-draft-radio-inner{border-color:#3b82f6}.notes-draft-radio-dot{width:8px;height:8px;border-radius:999px;background:#3b82f6}.notes-draft-main{flex:1;min-width:0}.notes-draft-title{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.2rem}.notes-draft-content{font-size:.85rem;color:#4b5563;line-height:1.6;max-height:4.8em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.notes-draft-tags{margin-top:.3rem;font-size:.8rem;color:var(--text-muted)}.notes-draft-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.notes-publish-account{font-size:.8rem;color:var(--text-muted)}.notes-message{margin-top:.5rem;font-size:.85rem}.notes-message-error{color:#b91c1c}.notes-message-success{color:#16a34a}.notes-form{display:flex;flex-direction:column;gap:.75rem}.notes-field{display:flex;flex-direction:column;gap:.3rem}.notes-field-label{font-size:.85rem;color:#374151;display:flex;flex-direction:column;gap:.35rem}.notes-field-input{width:100%;padding:.4rem .7rem;font-size:.9rem;border-radius:8px;border:1px solid rgba(148,163,184,.9);box-sizing:border-box}.notes-field-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.notes-field-textarea{width:100%;padding:.45rem .7rem;font-size:.9rem;border-radius:8px;border:1px solid rgba(148,163,184,.9);resize:vertical;box-sizing:border-box;line-height:1.6}.notes-field-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.notes-cover-modes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:.75rem}.notes-cover-mode-item{text-align:left;padding:.7rem .85rem;border-radius:10px;border:1px solid rgba(148,163,184,.6);background:#f9fafb;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .12s ease}.notes-cover-mode-item:hover{border-color:#60a5facc;box-shadow:0 8px 20px #0f172a14;transform:translateY(-1px)}.notes-cover-mode-item-active{border-color:#3b82f6f2;background:radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 55%),#fff;box-shadow:0 10px 24px #2563eb33}.notes-cover-mode-title{font-size:.9rem;font-weight:600;color:#111827;margin-bottom:.25rem}.notes-cover-mode-desc{font-size:.8rem;color:var(--text-muted);line-height:1.5}.notes-cover-albums{margin-bottom:.75rem}.notes-cover-album-label{display:flex;flex-direction:column;gap:.25rem;max-width:320px}.notes-cover-album-label-text{font-size:.85rem;color:#4b5563}.notes-cover-album-select{width:100%;height:34px;padding:.25rem 1.6rem .25rem .7rem;font-size:.85rem;border-radius:999px;border:1px solid rgba(148,163,184,.8);background:radial-gradient(circle at top left,rgba(148,163,184,.12),transparent 55%),#fff;color:#111827;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='%2364748b' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center}.notes-cover-album-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.notes-cover-album-select:disabled{opacity:.6;cursor:not-allowed}.notes-draft-actions-buttons{display:flex;justify-content:space-between;gap:.75rem;flex:1}.notes-draft-actions-buttons .notes-primary-btn{flex:1;min-width:140px;width:auto}.notes-primary-btn-secondary{width:auto;min-width:140px;background:linear-gradient(135deg,#64748b,#9ca3af);box-shadow:0 6px 18px #64748b40}.notes-primary-btn-secondary:hover{box-shadow:0 10px 24px #64748b4d}.notes-draft-actions-buttons .notes-primary-btn[disabled]{opacity:.5}@media (max-width: 768px){.dashboard-main{flex-direction:column;padding:5rem 1.25rem 1.5rem}.dashboard-sidebar{width:100%;order:2}.dashboard-content{order:1}}.dashboard{min-height:100vh;background:radial-gradient(circle at top left,rgba(79,141,245,.12),transparent 55%),radial-gradient(circle at bottom right,rgba(246,178,107,.12),transparent 55%),linear-gradient(180deg,#f9fafb,#eef2ff,#f3f4fb);color:var(--text);display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffffe6;border-bottom:1px solid var(--border-subtle);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 24px #0f172a0a}.dashboard-logo{display:flex;align-items:center;gap:.5rem}.dashboard-logo .logo-img{height:32px;width:auto;display:block}.dashboard-logo .logo-text{font-size:1.2rem;font-weight:600;color:#111827}.dashboard-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s}.nav-link:hover{color:var(--primary-dark)}.nav-vip{color:var(--accent)}.nav-vip:hover{color:#fbbf24}.nav-login{padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#60a5fa,#a5b4fc);border:none;border-radius:8px;cursor:pointer;box-shadow:0 6px 18px #60a5fa4d;transition:opacity .2s,transform .15s ease,box-shadow .15s ease}.nav-login:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 10px 24px #60a5fa59}.nav-user-wrap{position:relative;display:flex;align-items:center}.nav-user-trigger{display:flex;align-items:center;gap:.35rem;padding:0;border:none;background:transparent;cursor:pointer}.nav-user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#a5b4fc);color:#fff;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #60a5fa59;transition:transform .2s ease,box-shadow .2s ease}.nav-user-trigger:hover .nav-user-avatar{transform:scale(1.05);box-shadow:0 6px 16px #60a5fa66}.nav-user-arrow{font-size:.65rem;color:var(--text-muted);transition:transform .2s ease,color .2s ease}.nav-user-arrow.is-open{transform:rotate(180deg);color:var(--primary-dark)}.nav-user-popover{position:absolute;top:calc(100% + 10px);right:0;min-width:240px;padding:1rem 1.25rem;background:#fff;border:1px solid var(--border-subtle);border-radius:12px;box-shadow:0 16px 40px #0f172a26;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100;pointer-events:none}.nav-user-popover.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-user-popover-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#a5b4fc);color:#fff;font-size:1.25rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.nav-user-popover-name{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem}.nav-user-popover-row{font-size:.85rem;color:var(--text-muted);line-height:1.5}.nav-user-popover-row+.nav-user-popover-row{margin-top:.25rem}.nav-user-logout{display:block;width:100%;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#6b7280;background:#0f172a0a;border:1px solid var(--border-subtle);border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.nav-user-logout:hover{background:#ef444414;color:#dc2626;border-color:#ef444433}.dashboard-main{display:flex;flex:1;padding:1.5rem 2rem 2rem;gap:1.5rem}.dashboard-sidebar{width:240px;background:#fffffff2;border-radius:16px;padding:1rem;border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:1rem;box-shadow:0 18px 40px #0f172a0f}.menu-section{display:flex;flex-direction:column;gap:.25rem}.menu-section-title{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.menu-subsection-title{font-size:.78rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em;margin-top:.75rem;margin-bottom:.2rem;padding-left:.25rem}.menu-item{display:block;padding:.5rem .75rem;border-radius:.5rem;font-size:.9rem;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease}.menu-item:hover{background:#4f8df514;color:var(--primary-dark)}.menu-item-active{background:#60a5fa1f;color:#1d4ed8}.dashboard-content{flex:1;min-height:calc(100vh - 140px);background:#fffffffa;border-radius:16px;border:1px solid var(--border-subtle);padding:1.5rem;overflow:auto;box-shadow:0 22px 50px #0f172a0f}.page-title{font-size:1.4rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.settings-card{background:#fff;border-radius:14px;padding:1.25rem 1.5rem;border:1px solid var(--border-subtle);box-shadow:0 10px 30px #0f172a0a}.settings-card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#111827}.settings-card-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6}@media (max-width: 768px){.dashboard-main{flex-direction:column;padding:1rem 1.25rem 1.5rem}.dashboard-sidebar{width:100%;order:2}.dashboard-content{order:1}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #4f8df5;--primary-dark: #2f6fe0;--accent: #f6b26b;--bg-light: #f5f7fb;--bg-card: #ffffff;--border-subtle: rgba(15, 23, 42, .06);--text: #111827;--text-muted: #6b7280}html{scroll-behavior:smooth}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#eef2ff,#f9fafb 40%,#f3f4f6);color:var(--text)}
