:root{--background:#ffffff;--surface:#ffffff;--surface-low:#f4f4f4;--surface-mid:#ebebed;--ink:#191c1f;--muted:#505a63;--quiet:#8d969e;--line:#c9c9cd;--line-soft:#ececef;--primary:#0abab5;--primary-dark:#111111;--primary-soft:#e6fbfa;--success:#00a87e;--warning:#ec7e00;--danger:#e23b4a;--critical:#e61e49;--radius-sm:12px;--radius:20px;--radius-pill:9999px}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--background);color:var(--ink);font-family:Helvetica,PingFang SC,sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}input,select,textarea{width:100%;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--surface-low);color:var(--ink);outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input,select{min-height:52px;padding:0 16px}textarea{min-height:124px;padding:16px;line-height:1.7;resize:vertical}input:focus,select:focus,textarea:focus{background:var(--surface);border-color:var(--primary);box-shadow:0 0 0 2px rgba(73,79,223,.18)}input::placeholder,textarea::placeholder{color:var(--quiet)}input[type=file]{min-height:auto;padding:12px}.workspace-shell{display:grid;grid-template-columns:292px minmax(420px,1fr) 404px;width:100%;height:100vh;overflow:hidden;background:var(--background)}.workspace-sidebar{display:flex;flex-direction:column;gap:24px;min-width:0;height:100vh;padding:36px 28px;background:var(--primary-dark);color:#ffffff}.brand-block{display:flex;align-items:center;gap:14px}.avatar-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#ffffff;color:var(--primary-dark);font-size:23px;font-weight:700}.brand-block h1{margin:0;color:#ffffff;font-size:25px;line-height:1.16;font-weight:600;letter-spacing:0}.brand-block p{margin:5px 0 0;color:rgba(255,255,255,.62);font-size:15px}.filter-button,.primary-action,.upload-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 22px;background:var(--primary);border-radius:var(--radius-pill);color:#ffffff;font-size:15px;font-weight:700;text-decoration:none;transition:background .16s ease,transform .16s ease}.filter-button:hover,.primary-action:hover,.upload-button:hover{background:#3339c9;transform:translateY(-1px)}.workspace-sidebar .primary-action{background:#ffffff;color:var(--primary-dark)}.workspace-sidebar .primary-action:hover{background:#f4f4f4}.primary-action span{font-size:22px;line-height:1}.compact-details div,.model-stack,.side-nav,.sidebar-footer{display:grid;grid-gap:8px;gap:8px}.compact-details button,.model-stack button,.side-nav button{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 14px;background:transparent;border-radius:var(--radius-pill);color:rgba(255,255,255,.68);font-size:16px;font-weight:500;text-align:left}.side-nav button span{color:rgba(255,255,255,.58);font-size:18px}.compact-details button.active,.compact-details button:hover,.model-stack button.active,.model-stack button:hover,.side-nav button.active,.side-nav button:hover{background:rgba(255,255,255,.12);color:#ffffff}.side-nav button.active{font-weight:700}.side-section{display:grid;grid-gap:12px;gap:12px}.side-section p{margin:0;color:rgba(255,255,255,.44);font-size:12px;font-weight:700;letter-spacing:0}.compact-details button,.model-stack button{min-height:36px;padding:0 12px;font-size:14px}.compact-details{color:rgba(255,255,255,.58);font-size:14px}.compact-details summary{width:max-content;cursor:pointer}.compact-details div{margin-top:8px}.sidebar-footer{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.16)}.account-button,.capture-toolbar a,.sidebar-footer a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;background:transparent;border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);font-size:14px;font-weight:600;text-decoration:none}.sidebar-footer a{justify-content:flex-start;border-color:transparent;color:rgba(255,255,255,.68)}.sidebar-footer a:hover{background:rgba(255,255,255,.12);color:#ffffff}.account-button:hover,.capture-toolbar a:hover{background:var(--primary-soft);border-color:transparent;color:var(--primary)}.workspace-list{min-width:0;height:100vh;overflow-y:auto;padding:52px 34px 80px;background:#ffffff}.workspace-detail::-webkit-scrollbar,.workspace-list::-webkit-scrollbar{width:0}.search-console{position:-webkit-sticky;position:sticky;top:24px;z-index:5;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:12px;gap:12px;max-width:900px;min-height:66px;margin:0 auto 54px;padding:0 16px 0 22px;background:var(--surface-low);border:1px solid transparent;border-radius:var(--radius-pill)}.search-console:focus-within{background:#ffffff;border-color:var(--primary);box-shadow:0 0 0 2px rgba(73,79,223,.18)}.search-console span{color:var(--muted);font-size:34px;line-height:1}.search-console input{min-height:58px;padding:0;border:0;color:var(--ink);font-size:20px}.search-console input,.search-console input:focus{background:transparent;box-shadow:none}.search-console kbd{min-width:32px;padding:6px 8px;background:#ffffff;border:1px solid var(--line-soft);border-radius:10px;color:var(--quiet);font-size:14px;text-align:center}.list-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;max-width:900px;margin:0 auto 18px;padding-bottom:18px;border-bottom:1px solid var(--line-soft)}.list-header p{margin:0 0 6px;color:var(--primary);font-size:13px;font-weight:700}.list-header h2{margin:0;font-size:clamp(38px,4vw,52px);line-height:1.08;font-weight:600;letter-spacing:0}.list-header button{min-height:42px;padding:0 16px;background:var(--surface-low);border-radius:var(--radius-pill);color:var(--muted);font-size:14px;font-weight:700}.filter-row{display:grid;grid-template-columns:180px 220px 1fr;align-items:center;grid-gap:12px;gap:12px;max-width:900px;margin:0 auto 24px}.filter-row span{color:var(--quiet);font-size:14px;text-align:right}.knowledge-feed{display:grid;grid-gap:18px;gap:18px;max-width:900px;margin:0 auto}.knowledge-card{display:grid;grid-template-columns:172px minmax(0,1fr);grid-gap:22px;gap:22px;min-width:0;padding:18px;background:var(--surface-low);border:1px solid transparent;border-radius:var(--radius);cursor:pointer;outline:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.knowledge-card.active,.knowledge-card:focus-visible,.knowledge-card:hover{background:#ffffff;border-color:var(--line-soft);transform:translateY(-1px)}.knowledge-card.active{box-shadow:0 0 0 2px rgba(73,79,223,.16)}.feed-thumb{position:relative;overflow:hidden;min-height:128px;aspect-ratio:4/3;background:radial-gradient(circle at 24% 20%,rgba(255,255,255,.58),transparent 18%),linear-gradient(135deg,var(--a),var(--b));background-position:50%;background-size:cover;border-radius:16px}.feed-thumb video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .16s ease}.knowledge-card:hover .feed-thumb video{opacity:1}.feed-content{display:grid;grid-gap:12px;gap:12px;min-width:0}.feed-content header{display:flex;justify-content:space-between;gap:18px}.feed-content h3{margin:0;color:var(--ink);font-size:26px;line-height:1.2;font-weight:600;letter-spacing:0}.feed-content time{flex:0 0 auto;color:var(--muted);font-size:15px}.feed-content p{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted);font-size:16px;line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical}.feed-content footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.detail-tags,.feed-content footer div,.model-switcher div{display:flex;flex-wrap:wrap;gap:8px}.detail-tags span,.feed-content span{padding:7px 11px;background:#ffffff;border-radius:var(--radius-pill);color:var(--muted);font-size:14px}.detail-tags span:first-child,.feed-content span:first-child{background:var(--primary-soft);color:var(--primary)}.feed-content em{color:var(--quiet);font-size:14px;font-style:normal}.empty-state{display:grid;justify-items:start;grid-gap:10px;gap:10px;padding:32px;background:var(--surface-low);border:1px dashed var(--line);border-radius:var(--radius)}.empty-state h3,.empty-state p{margin:0}.empty-state p{color:var(--quiet)}.workspace-detail{height:100vh;overflow-y:auto;padding:48px 30px 64px;background:var(--surface-low)}.detail-capture,.detail-panel,.model-switcher{display:grid;grid-gap:18px;gap:18px}.detail-capture{margin-bottom:28px}.panel-title{display:flex;align-items:center;gap:12px}.panel-title span{color:var(--primary);font-size:24px}.panel-title h2{margin:0;color:var(--ink);font-size:34px;line-height:1.15;font-weight:600;letter-spacing:0}.detail-capture textarea{min-height:178px;background:#ffffff}.capture-toolbar{display:flex;gap:10px}.detail-panel{padding-top:28px;border-top:1px solid var(--line)}.detail-media{position:relative;overflow:hidden;min-height:226px;background:radial-gradient(circle at 24% 20%,rgba(255,255,255,.58),transparent 18%),linear-gradient(135deg,var(--a),var(--b));background-position:50%;background-size:cover;border-radius:var(--radius)}.detail-media video{width:100%;min-height:226px;object-fit:cover}.detail-heading{display:grid;grid-gap:8px;gap:8px}.detail-heading p{margin:0;color:var(--primary);font-size:14px;font-weight:700}.detail-heading h2{margin:0;color:var(--ink);font-size:30px;line-height:1.22;font-weight:600;letter-spacing:0}.detail-heading span{width:max-content;padding:8px 13px;background:var(--primary-dark);border-radius:var(--radius-pill);color:#ffffff;font-size:13px;font-weight:700}.prompt-box{max-height:220px;overflow:auto;padding:16px;border:1px solid transparent;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.7;white-space:pre-wrap}.model-switcher,.prompt-box{background:#ffffff;border-radius:var(--radius)}.model-switcher{padding:18px}.model-switcher p{margin:0;color:var(--muted);font-size:14px;font-weight:700}.model-switcher button{min-height:36px;padding:0 12px;background:var(--surface-low);border-radius:var(--radius-pill);color:var(--muted);font-size:13px;font-weight:700}.model-switcher>button{min-height:46px;background:var(--primary);color:#ffffff}.mobile-admin-topbar,.mobile-bottom-nav{display:none}.admin-workspace{display:grid;grid-template-columns:340px minmax(0,1fr);width:100%;height:100vh;overflow:hidden;background:#ffffff}.timeline-pane{display:flex;flex-direction:column;min-width:0;height:100vh;padding:20px;overflow:hidden;background:var(--primary-dark);color:#ffffff}.sidebar-brand-section,.sidebar-search-section{display:grid;grid-gap:14px;gap:14px;padding-bottom:16px}.sidebar-brand-section{border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-search-section{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.studio-logo{display:flex;align-items:center;gap:10px;color:#ffffff;text-decoration:none}.studio-logo img{width:42px;height:42px;flex:0 0 auto;border-radius:13px;object-fit:cover;box-shadow:0 12px 28px rgba(0,216,208,.16)}.studio-logo span{display:grid;grid-gap:3px;gap:3px;min-width:0}.studio-logo strong{font-size:20px;font-weight:800;letter-spacing:0;line-height:1.12}.studio-logo small{color:rgba(255,255,255,.5);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.create-entry-button,.editor-actions button,.editor-links a,.editor-links button,.editor-tabs button,.editor-toolbar button{min-height:40px;padding:0 14px;border-radius:var(--radius-pill);font-size:14px;font-weight:700;text-decoration:none}.create-entry-button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;overflow:hidden;background:var(--primary);border-radius:16px;color:#ffffff;font-size:16px;font-weight:800;box-shadow:0 10px 22px rgba(10,186,181,.24),inset 0 1px 0 rgba(255,255,255,.24);transition:transform .16s ease,box-shadow .16s ease}.create-entry-button:after{position:absolute;inset:1px;content:"";border:1px solid rgba(255,255,255,.18);border-radius:15px;pointer-events:none}.create-entry-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(10,186,181,.3),inset 0 1px 0 rgba(255,255,255,.3)}.create-entry-button b{position:relative;z-index:1;display:grid;place-items:center;width:30px;height:30px;background:rgba(255,255,255,.16);border-radius:10px;font-size:20px;line-height:1}.create-entry-button>span{position:relative;z-index:1}.create-entry-button svg{width:24px;height:24px}.timeline-search{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:8px;gap:8px;min-height:42px;padding:0 12px;background:rgba(255,255,255,.1);border-radius:var(--radius-pill)}.timeline-search span{display:grid;place-items:center;color:rgba(255,255,255,.62)}.timeline-search svg{width:24px;height:24px}.timeline-search input{min-height:40px;padding:0;background:transparent;border:0;color:#ffffff;font-size:14px}.timeline-search input:focus{background:transparent;box-shadow:none}.timeline-search input::placeholder{color:rgba(255,255,255,.5)}.timeline-tabs-section{display:grid;grid-gap:10px;gap:10px;margin-top:16px;padding-top:2px}.library-switch{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;padding:4px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-pill)}.library-switch button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:34px;background:transparent;border:1px solid transparent;border-radius:var(--radius-pill);color:rgba(255,255,255,.56);font-size:13px;font-weight:700}.library-switch button.active,.library-switch button:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.9)}.library-switch svg{width:24px;height:24px}.quick-filters{display:flex;flex-wrap:wrap;gap:8px}.quick-filters button{min-height:31px;padding:0 11px;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-pill);color:rgba(255,255,255,.58);font-size:13px;font-weight:650}.tag-filter{display:flex;flex-wrap:wrap;gap:7px;max-height:92px;overflow:auto}.tag-filter::-webkit-scrollbar{width:0}.tag-filter button{min-height:29px;padding:0 10px;background:transparent;border:1px solid transparent;border-radius:var(--radius-pill);color:rgba(255,255,255,.48);font-size:12px;font-weight:650}.tag-filter button.active,.tag-filter button:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.9)}.quick-filters button.active,.quick-filters button:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.9)}.trash-note{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:15px}.trash-note p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.55}.trash-note button{flex:0 0 auto;min-height:30px;padding:0 10px;background:rgba(255,255,255,.12);border-radius:var(--radius-pill);color:#ffffff;font-size:12px;font-weight:800}.trash-note button:hover{background:var(--danger)}.timeline-list{display:grid;grid-gap:14px;gap:14px;min-height:0;overflow-y:auto;margin-top:16px;padding-right:6px;scrollbar-color:rgba(255,255,255,.22) transparent;scrollbar-width:thin}.timeline-list::-webkit-scrollbar{width:6px}.timeline-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:999px}.timeline-group{display:grid;grid-gap:8px;gap:8px}.timeline-group h2{margin:0;color:rgba(255,255,255,.44);font-size:13px;font-weight:700}.timeline-item{position:relative;display:block;width:100%;background:rgba(255,255,255,.08);border:1px solid transparent;border-radius:var(--radius);color:#ffffff;text-align:left}.timeline-item-main{display:grid;grid-gap:7px;gap:7px;width:100%;min-height:74px;padding:10px 96px 10px 11px;background:transparent;color:inherit;text-align:left}.timeline-item.active,.timeline-item:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.12)}.timeline-item-actions{position:absolute;top:8px;right:8px;display:inline-flex;gap:5px;opacity:0;transition:opacity .15s ease,transform .15s ease;transform:translateY(-2px)}.timeline-item.active .timeline-item-actions,.timeline-item:focus-within .timeline-item-actions,.timeline-item:hover .timeline-item-actions{opacity:1;transform:translateY(0)}.timeline-item-actions button{display:grid;place-items:center;width:26px;height:26px;background:rgba(255,255,255,.08);border-radius:9px;color:rgba(255,255,255,.66)}.timeline-item-actions button.active,.timeline-item-actions button:hover{background:var(--primary);color:#ffffff}.timeline-item-actions svg{width:16px;height:16px}.timeline-item-meta{display:flex;align-items:center;gap:8px;min-width:0}.timeline-type-icon{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:10px;color:rgba(255,255,255,.72)}.timeline-type-icon svg{width:18px;height:18px}.timeline-item.active .timeline-type-icon,.timeline-item:hover .timeline-type-icon{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.92)}.timeline-item-meta small{overflow:hidden;color:rgba(255,255,255,.54);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.timeline-item-main>span{width:max-content;padding:4px 9px;background:rgba(255,255,255,.12);border-radius:var(--radius-pill);color:rgba(255,255,255,.72);font-size:12px}.timeline-item strong{overflow:hidden;color:#ffffff;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.timeline-empty{padding:14px;background:rgba(255,255,255,.06);border-radius:var(--radius);color:rgba(255,255,255,.5);font-size:13px;font-weight:700}.timeline-pagination{display:grid;grid-gap:8px;gap:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.timeline-pagination span{color:rgba(255,255,255,.48);font-size:12px;font-weight:800}.timeline-pagination div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.timeline-pagination button{min-height:34px;background:rgba(255,255,255,.09);border-radius:12px;color:rgba(255,255,255,.76);font-size:12px;font-weight:850}.timeline-pagination button:disabled{cursor:not-allowed;opacity:.38}.timeline-pagination button:not(:disabled):hover{background:var(--primary);color:#ffffff}.editor-pane{display:flex;flex-direction:column;min-width:0;height:100vh;overflow-y:auto;background:#ffffff}.editor-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:4;display:flex;justify-content:flex-end;gap:16px;padding:18px 34px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.editor-actions,.editor-links,.editor-tabs,.editor-toolbar,.view-actions{display:flex;flex-wrap:wrap;gap:8px}.editor-actions button,.editor-links a,.editor-links button,.editor-tabs button,.editor-toolbar button,.view-actions button{background:var(--surface-low);color:var(--muted)}.editor-actions button:hover,.editor-links a:hover,.editor-links button:hover,.editor-tabs button.active,.editor-tabs button:hover,.editor-toolbar button:hover,.view-actions button:hover{background:var(--primary-soft);color:var(--primary)}.editor-links span{display:inline-flex;align-items:center;min-height:40px;padding:0 12px;background:var(--surface-low);border-radius:var(--radius-pill);color:var(--quiet);font-size:13px;font-weight:800}.dashboard-home{display:grid;grid-gap:22px;gap:22px;width:min(1080px,calc(100% - 68px));margin:0 auto;padding:34px 0 70px}.dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;min-height:190px;padding:30px;background:linear-gradient(135deg,rgba(10,186,181,.13),rgba(255,255,255,0) 56%),#f7f8f8;border:1px solid var(--line-soft);border-radius:24px}.dashboard-hero p{margin:0 0 10px;color:var(--primary);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.dashboard-hero h1{margin:0;color:var(--ink);font-size:clamp(34px,5vw,56px);line-height:1.04;font-weight:750;letter-spacing:0}.dashboard-hero span{display:block;margin-top:12px;color:var(--muted);font-size:15px;line-height:1.7}.dashboard-primary-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:156px;min-height:50px;padding:0 18px;background:var(--ink);border-radius:16px;color:#ffffff;font-weight:850;box-shadow:0 14px 30px rgba(25,28,31,.14)}.dashboard-primary-action svg{width:22px;height:22px}.dashboard-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-action-grid button,.dashboard-panel,.dashboard-stat-card{background:#ffffff;border:1px solid var(--line-soft);border-radius:18px;box-shadow:0 12px 32px rgba(25,28,31,.045)}.dashboard-stat-card{display:grid;grid-gap:10px;gap:10px;padding:18px}.dashboard-stat-card span{color:var(--quiet);font-size:13px;font-weight:800}.dashboard-stat-card strong{color:var(--ink);font-size:32px;line-height:1}.dashboard-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-action-grid button{display:flex;align-items:center;gap:12px;min-height:78px;padding:18px;color:var(--ink);font-weight:850;text-align:left}.dashboard-action-grid button:hover{border-color:rgba(10,186,181,.35);color:var(--primary)}.dashboard-action-grid svg{width:26px;height:26px}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:14px;gap:14px}.dashboard-panel{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:18px}.dashboard-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-panel h2{margin:0;color:var(--ink);font-size:18px}.dashboard-panel header span{color:var(--quiet);font-size:13px;font-weight:800}.dashboard-recent-list{display:grid;grid-gap:8px;gap:8px}.dashboard-recent-list button{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:11px;gap:11px;min-height:58px;padding:10px;background:var(--surface-low);border-radius:15px;color:var(--ink);text-align:left}.dashboard-recent-list button:hover{background:var(--primary-soft)}.dashboard-recent-list div{display:grid;grid-gap:4px;gap:4px;min-width:0}.dashboard-recent-list small,.dashboard-recent-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-recent-list small{color:var(--quiet)}.dashboard-recent-list .timeline-type-icon{background:#ffffff;border-color:var(--line-soft);color:var(--muted)}.dashboard-more-button{min-height:42px;background:var(--ink);border-radius:14px;color:#ffffff;font-weight:850}.dashboard-more-button:hover{background:var(--primary)}.dashboard-chip-cloud{display:flex;flex-wrap:wrap;gap:8px}.dashboard-chip-cloud button{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 11px;background:var(--surface-low);border-radius:var(--radius-pill);color:var(--muted);font-size:13px;font-weight:800}.dashboard-chip-cloud small{color:var(--quiet)}.dashboard-model-list{display:grid;grid-gap:8px;gap:8px}.dashboard-model-list div{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;background:var(--surface-low);border-radius:14px;color:var(--muted);font-weight:800}.dashboard-distribution{gap:12px}.dashboard-meter{display:grid;grid-template-columns:56px minmax(0,1fr) 36px;align-items:center;grid-gap:12px;gap:12px;color:var(--muted);font-size:13px;font-weight:850}.dashboard-meter i{display:block;height:10px;overflow:hidden;background:var(--surface-low);border-radius:999px}.dashboard-meter b{display:block;height:100%;background:var(--primary);border-radius:inherit}.dashboard-meter strong{color:var(--ink);text-align:right}.dashboard-empty{margin:0;color:var(--quiet);line-height:1.6}.sidebar-account-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.sidebar-account-actions button{display:grid;place-items:center;grid-gap:5px;gap:5px;min-height:54px;background:rgba(255,255,255,.08);border-radius:var(--radius);color:rgba(255,255,255,.72);font-size:12px;font-weight:800}.sidebar-account-actions button:hover{background:rgba(255,255,255,.14);color:#ffffff}.sidebar-account-actions span{display:grid;place-items:center;color:currentColor}.sidebar-account-actions svg{width:24px;height:24px}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:24px;background:rgba(17,17,17,.42)}.password-modal{display:grid;grid-gap:16px;gap:16px;width:min(440px,100%);padding:22px;background:#ffffff;border-radius:24px;box-shadow:0 24px 80px rgba(17,17,17,.22)}.password-modal footer,.password-modal header{display:flex;align-items:center;justify-content:space-between;gap:12px}.password-modal header p{margin:0 0 4px;color:var(--primary);font-size:12px;font-weight:800}.password-modal header h2{margin:0;color:var(--ink);font-size:24px;line-height:1.2}.password-modal header button{width:38px;height:38px;background:var(--surface-low);border-radius:50%;color:var(--muted);font-size:22px}.password-modal label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:13px;font-weight:800}.password-modal input{min-height:46px;background:#ffffff;border:1px solid var(--line-soft)}.password-modal footer button{min-height:42px;padding:0 16px;background:var(--surface-low);border-radius:var(--radius-pill);color:var(--muted);font-weight:800}.password-modal footer button:last-child{background:var(--primary);color:#ffffff}.entry-form{display:grid;grid-gap:18px;gap:18px;width:min(960px,calc(100% - 68px));margin:0 auto;padding:34px 0 70px}.entry-title{min-height:auto;padding:0;background:transparent;border:0;border-radius:0;color:var(--ink);font-size:clamp(20px,2.2vw,28px);font-weight:600;line-height:1.22;letter-spacing:0}.entry-title:focus{background:transparent;box-shadow:none}.editor-toolbar{position:-webkit-sticky;position:sticky;top:85px;z-index:3;padding:10px;background:var(--surface-low);border-radius:var(--radius-pill)}.editor-toolbar button{min-height:34px;padding:0 11px;background:#ffffff;color:var(--muted);font-size:13px}.rich-editor{min-height:260px;padding:24px;background:var(--surface-low);border:1px solid transparent;border-radius:var(--radius);color:var(--ink);font-size:18px;line-height:1.72;outline:none}.rich-editor:focus{background:#ffffff;border-color:var(--primary);box-shadow:0 0 0 2px rgba(73,79,223,.16)}.rich-editor:empty:before{content:attr(data-placeholder);color:var(--quiet)}.rich-editor h2{margin:0 0 14px;font-size:32px;line-height:1.2}.rich-editor h3{margin:0 0 12px;font-size:24px;line-height:1.25}.rich-editor pre{overflow:auto;margin:14px 0;padding:16px 18px;background:#f6f6f6;border:1px solid #ccc;border-radius:15px;color:#23272a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.75}.rendered-content .editor-prompt-block,.rich-editor .editor-prompt-block{position:relative;display:grid;grid-gap:9px;gap:9px;margin:16px 0;padding:15px 17px 17px;background:#f7f7f7;border:1px solid #ccc;border-left:4px solid var(--primary);border-radius:15px;color:var(--ink);box-shadow:0 10px 30px rgba(25,28,31,.04)}.rendered-content .editor-block-kicker,.rendered-content .editor-prompt-block strong,.rich-editor .editor-block-kicker,.rich-editor .editor-prompt-block strong{color:var(--primary);font-size:12px;font-weight:850;letter-spacing:0;text-transform:uppercase}.rendered-content .editor-prompt-block pre,.rich-editor .editor-prompt-block pre{margin:0;padding:0;background:transparent;border:0;border-radius:0;color:#303538;font-family:Helvetica,PingFang SC,sans-serif;font-weight:400;white-space:pre-wrap;font-size:14px;line-height:1.75;box-shadow:none}.rendered-content .editor-prompt-block{padding-right:112px}.prompt-copy-button{position:absolute;top:10px;right:12px;min-height:30px;padding:0 10px;background:#ffffff;border:1px solid #ccc;border-radius:var(--radius-pill);color:var(--ink);font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(25,28,31,.06)}.prompt-copy-button:hover{border-color:var(--primary);color:var(--primary)}.entry-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.entry-meta-grid label{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:14px;font-weight:700}.attachment-input{display:none}.entry-meta-grid{margin-top:4px}.view-actions{justify-content:flex-end;padding-top:4px}.view-actions button{min-height:44px;padding:0 18px;border-radius:var(--radius-pill);font-weight:800}.view-actions button:first-child{background:var(--primary);color:#ffffff}.view-actions button:last-child{background:var(--surface-low);color:var(--muted)}.entry-preview{overflow:hidden;background:var(--surface-low);border-radius:var(--radius)}.attachment-empty{display:flex;align-items:center;justify-content:center;min-height:76px;border:1px dashed #cfcfd4;border-radius:15px;background:#fafafa;color:var(--muted);font-weight:800}.attachment-empty:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.attachment-preview{display:grid;border:1px solid var(--line-soft)}.attachment-preview.is-local{border-color:rgba(10,186,181,.42);box-shadow:0 16px 38px rgba(10,186,181,.1)}.attachment-preview header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:#ffffff;border-bottom:1px solid var(--line-soft)}.attachment-preview header div{display:grid;grid-gap:3px;gap:3px;min-width:0}.attachment-preview strong{color:var(--ink);font-size:13px;font-weight:850}.attachment-preview span{overflow:hidden;color:var(--quiet);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.attachment-stage{position:relative;overflow:hidden;background:linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.025) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.025) 0),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.025) 0),#f7f7f7;background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.attachment-stage.is-clickable{cursor:zoom-in}.attachment-hover-actions{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:6px;background:rgba(18,19,20,.62);border:1px solid rgba(255,255,255,.2);border-radius:999px;opacity:0;box-shadow:0 14px 34px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease}.attachment-stage:focus-within .attachment-hover-actions,.attachment-stage:hover .attachment-hover-actions{opacity:1;transform:translateY(0)}.attachment-hover-actions a,.attachment-hover-actions button,.attachment-lightbox-actions a,.attachment-lightbox-actions button{display:grid;place-items:center;width:36px;height:36px;background:rgba(255,255,255,.94);border-radius:50%;color:#17191c;text-decoration:none;transition:transform .14s ease,background .14s ease,color .14s ease}.attachment-hover-actions a:hover,.attachment-hover-actions button:hover,.attachment-lightbox-actions a:hover,.attachment-lightbox-actions button:hover{background:var(--primary);color:var(--primary);color:#ffffff;transform:translateY(-1px)}.attachment-hover-actions svg,.attachment-lightbox-actions svg{width:20px;height:20px}.upload-progress{display:grid;grid-gap:8px;gap:8px;padding:11px 14px;background:#ffffff;border-bottom:1px solid var(--line-soft)}.upload-progress div{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;font-weight:800}.upload-progress strong{color:var(--primary);font-size:12px}.upload-progress i{display:block;height:7px;max-width:100%;background:var(--primary);border-radius:var(--radius-pill);box-shadow:0 8px 18px rgba(10,186,181,.22);transition:width .22s ease}.attachment-media-button{display:block;width:100%;min-height:220px;padding:0;overflow:hidden;background:transparent;border-radius:0;cursor:zoom-in}.attachment-media-button img,.attachment-media-button video{display:block;width:100%;max-height:460px;object-fit:contain}.entry-preview .attachment-file-link{display:block;padding:20px;color:var(--primary);font-weight:700}.attachment-lightbox{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:22px;background:rgba(11,12,14,.84);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.attachment-lightbox-panel{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1320px,100%);max-height:calc(100vh - 44px);overflow:hidden;background:#101113;border:1px solid rgba(255,255,255,.14);border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.36)}.attachment-lightbox-panel header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;background:rgba(16,17,19,.88);border-bottom:1px solid rgba(255,255,255,.12)}.attachment-lightbox-panel header div{display:grid;grid-gap:3px;gap:3px;min-width:0}.attachment-lightbox-panel span,.attachment-lightbox-panel strong{overflow:hidden;color:#ffffff;text-overflow:ellipsis;white-space:nowrap}.attachment-lightbox-panel span{color:rgba(255,255,255,.58);font-size:12px;font-weight:800}.attachment-lightbox-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px}.attachment-lightbox-actions a,.attachment-lightbox-actions button{background:rgba(255,255,255,.1);color:#ffffff}.attachment-lightbox-body{display:block;min-height:0;overflow:auto;padding:24px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.06),transparent 34%),#0b0c0e;text-align:center}.attachment-lightbox-body img,.attachment-lightbox-body video{display:inline-block;width:auto;height:auto;max-width:none;max-height:none;vertical-align:top}.attachment-lightbox-body video{max-width:100%;max-height:calc(100vh - 150px)}.attachment-lightbox-body a{color:#ffffff;font-weight:800}.editor-actions{justify-content:flex-end;padding-top:8px}.editor-actions .save-entry{min-width:132px;background:var(--primary);color:#ffffff}.entry-view{display:grid;grid-gap:22px;gap:22px;width:min(960px,calc(100% - 68px));margin:0 auto;padding:34px 0 70px}.entry-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.entry-view-head p{margin:0 0 8px;color:var(--primary);font-size:13px;font-weight:800}.entry-view-head h2{margin:0;color:var(--ink);font-size:clamp(22px,2.5vw,32px);line-height:1.22;font-weight:650;letter-spacing:0}.entry-view-head button,.prompt-panel button{min-height:40px;padding:0 14px;background:var(--primary);border-radius:var(--radius-pill);color:#ffffff;font-weight:800}.entry-view-tags{display:flex;flex-wrap:wrap;gap:8px}.entry-view-tags span{padding:7px 11px;background:var(--primary-soft);border-radius:var(--radius-pill);color:var(--primary);font-size:13px;font-weight:800}.rendered-content{padding:28px;background:var(--surface-low);border-radius:var(--radius);color:var(--ink);font-size:18px;line-height:1.75}.rendered-content h2,.rendered-content h3{margin-top:0;line-height:1.2}.rendered-content pre{overflow:auto;margin:14px 0;padding:16px 18px;background:#f6f6f6;border:1px solid #ccc;border-radius:15px;color:#23272a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.75}.prompt-panel{display:grid;grid-gap:12px;gap:12px;padding:20px;background:var(--primary-dark);border-radius:var(--radius);color:#ffffff}.prompt-panel header{display:flex;align-items:center;justify-content:space-between;gap:16px}.prompt-panel h3{margin:0;font-size:20px}.prompt-panel pre{margin:0;overflow:auto;white-space:pre-wrap;color:rgba(255,255,255,.86);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.7}.workspace-message{margin:0;padding:13px 15px;background:var(--primary-soft);border-radius:var(--radius-sm);color:var(--primary);font-weight:700}.admin-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:56px 0 88px}.auth-shell{min-height:100vh;padding:36px;background:radial-gradient(circle at 82% 15%,rgba(129,216,208,.42),transparent 22%),radial-gradient(circle at 18% 22%,rgba(0,0,0,.14),transparent 20%),linear-gradient(135deg,#e6fffc,#b9f2ec 44%,#f7fffe)}.auth-stage{display:grid;min-height:calc(100vh - 72px);place-items:center}.auth-frame{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.8fr);width:min(1120px,100%);min-height:620px;margin:0 auto;overflow:hidden;background:#ffffff;border-radius:18px;box-shadow:0 28px 70px rgba(0,67,63,.2)}.auth-frame:before{position:absolute;inset:0 0 auto;z-index:2;height:6px;background:linear-gradient(90deg,#111111,#81d8d0 42%,#ffffff 68%,#111111);content:""}.auth-art-panel{position:relative;display:grid;align-content:space-between;grid-gap:28px;gap:28px;min-height:0;padding:34px 42px 30px;overflow:hidden;background:radial-gradient(circle at 50% 43%,rgba(255,255,255,.28),transparent 23%),radial-gradient(circle at 7% 6%,#111111 0 6%,transparent 6.4%),radial-gradient(circle at 94% 92%,rgba(0,0,0,.16) 0 7%,transparent 7.4%),#81d8d0;color:#111111}.auth-art-panel:after,.auth-art-panel:before{position:absolute;width:160px;height:160px;border:1px dashed rgba(17,17,17,.28);border-radius:50%;content:""}.auth-art-panel:before{top:28px;left:32px;transform:translate(-44%,-44%)}.auth-art-panel:after{right:42px;bottom:32px;width:110px;height:110px;border-color:rgba(255,255,255,.58)}.auth-wordmark{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;color:#111111;text-decoration:none}.auth-wordmark img{width:44px;height:44px;flex:0 0 auto;border-radius:14px;object-fit:cover;box-shadow:0 12px 30px rgba(0,67,63,.22)}.auth-wordmark span{display:grid;grid-gap:4px;gap:4px}.auth-wordmark strong{font-size:22px;line-height:1;font-weight:900}.auth-wordmark small{color:rgba(17,17,17,.56);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.auth-art-scene{position:relative;display:grid;place-items:center;min-height:330px;isolation:isolate}.auth-generated-image{position:relative;z-index:1;display:block;width:min(560px,112%);max-width:none;margin:-4px -28px -12px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,67,63,.18))}.auth-orbit{position:absolute;z-index:0;border-radius:50%}.auth-orbit-one{width:260px;height:260px;background:rgba(255,255,255,.28)}.auth-orbit-two{width:118px;height:118px;top:54px;right:118px;background:rgba(255,255,255,.48)}.auth-bubble{position:absolute;z-index:2;display:grid;place-items:center;min-width:96px;height:44px;padding:0 14px;background:#111111;border-radius:12px;color:#ffffff;font-size:13px;font-weight:900;box-shadow:0 14px 26px rgba(0,67,63,.2)}.auth-bubble:after{position:absolute;bottom:-9px;left:18px;border-top:10px solid #111111;border-right:9px solid transparent;content:""}.auth-bubble-left{top:102px;left:88px}.auth-bubble-right{top:120px;right:70px}.auth-bubble-right:after{right:18px;left:auto;border-right:0;border-left:9px solid transparent}.auth-ai-core{position:relative;z-index:1;display:grid;place-items:center;width:124px;height:124px;margin-top:28px;background:#f7fffe;border:2px solid #111111;border-radius:50% 50% 46% 46%;box-shadow:inset 0 -8px rgba(75,50,62,.08)}.auth-ai-core b,.auth-ai-core span{position:absolute;top:46px;width:24px;height:18px;background:#111111;border-radius:50%;content:""}.auth-ai-core span{left:32px}.auth-ai-core b{right:32px}.auth-ai-core i{position:absolute;right:37px;bottom:32px;left:37px;height:2px;background:#111111;border-radius:99px}.auth-laptop{position:absolute;z-index:2;bottom:18px;display:grid;place-items:center;width:150px;height:92px;background:#f7fffe;border:2px solid #111111;border-radius:12px 12px 4px 4px;box-shadow:0 18px 0 -10px rgba(0,67,63,.24)}.auth-laptop:after{position:absolute;right:-20px;bottom:-15px;left:-20px;height:18px;background:#111111;border-radius:0 0 18px 18px;content:""}.auth-laptop span{display:grid;place-items:center;width:42px;height:42px;background:#111111;border-radius:50%;color:#ffffff;font-weight:900}.auth-art-flare{position:absolute;z-index:1;border-radius:999px}.auth-art-flare-a{right:130px;top:76px;width:24px;height:24px;background:linear-gradient(135deg,#ffffff,#111111);box-shadow:0 38px 0 rgba(17,17,17,.28)}.auth-art-flare-b{bottom:24px;left:148px;width:120px;height:34px;background:radial-gradient(ellipse at 22% 100%,#111111 0 22%,transparent 23%),radial-gradient(ellipse at 44% 100%,#ffffff 0 27%,transparent 28%),radial-gradient(ellipse at 66% 100%,#111111 0 30%,transparent 31%),radial-gradient(ellipse at 82% 100%,#ffffff 0 24%,transparent 25%)}.auth-art-caption{position:relative;z-index:2;display:grid;justify-items:center;grid-gap:7px;gap:7px;text-align:center}.auth-art-caption h1{margin:0;color:#111111;font-size:24px;line-height:1.1;font-weight:950}.auth-art-caption p{width:min(440px,100%);margin:0;color:rgba(17,17,17,.72);font-size:12px;font-weight:850}.auth-panel-head p{margin:0}.auth-card{display:grid;align-self:center;grid-gap:18px;gap:18px;width:min(360px,calc(100% - 42px));justify-self:center;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.admin-table,.auth-card,.form-panel,.idea-form,.inspiration-card,.media-panel{background:var(--surface-low);border:1px solid transparent;border-radius:var(--radius)}.ai-auth-card{background:transparent;border:0;border-radius:0;box-shadow:none}.auth-panel-head{display:grid;justify-items:center;grid-gap:7px;gap:7px;text-align:center}.auth-panel-head h2{margin:0;color:#27262a;font-size:27px;line-height:1.1;font-weight:950;letter-spacing:0}.auth-panel-head span{color:#9a9197;font-size:12px;line-height:1.55}.admin-header h1{margin:8px 0;color:var(--ink);font-size:clamp(32px,4vw,52px);line-height:1.12;font-weight:600;letter-spacing:0}.admin-header p{color:var(--muted);line-height:1.65}.logo{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:700;text-decoration:none}.logo-mark{width:34px;height:34px;border-radius:50%;background:var(--primary-dark)}.hero-pill{width:max-content;max-width:100%;margin:0;padding:5px 10px;background:#f3edf0;color:#007a72;border-radius:var(--radius-pill);font-size:12px;font-weight:850}.auth-form,.case-form,.form-panel,.idea-form,.media-panel{display:grid;grid-gap:16px;gap:16px}.auth-form label,.case-form label,.idea-form label{display:grid;grid-gap:7px;gap:7px;color:#8a8188;font-size:12px;font-weight:850}.auth-form button{min-height:44px;background:#111111;border-radius:4px;color:#ffffff;font-size:13px;font-weight:900;box-shadow:0 10px 22px rgba(0,67,63,.18)}.auth-form button:hover{background:#007a72}.auth-provider-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;background:#ffffff;border:1px solid #eee7ea;border-radius:4px;color:#4f4a4e;font-size:12px;font-weight:850}.auth-provider-button span{color:#007a72;font-weight:950}.auth-divider{position:relative;display:grid;place-items:center;color:#b7adb3;font-size:11px;font-weight:800}.auth-divider:before{position:absolute;right:0;left:0;height:1px;background:#eee7ea;content:""}.auth-divider span{position:relative;padding:0 10px;background:#ffffff}.auth-password-field{position:relative;display:block}.auth-password-field input{padding-right:72px}.auth-password-field button{position:absolute;top:50%;right:8px;width:54px;min-height:28px;background:transparent;border-radius:4px;color:#007a72;font-size:11px;box-shadow:none;transform:translateY(-50%)}.auth-password-field button:hover{background:#e6fffc;color:#005f59}.form-message{margin:0;padding:13px 14px;background:#fff0f2;border:1px solid rgba(226,59,74,.24);border-radius:var(--radius-sm);color:var(--danger)!important}.admin-message{margin-top:16px}.admin-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:24px}.admin-actions{display:flex;flex-wrap:wrap;gap:10px}.admin-table{overflow:hidden}.table-row{display:grid;grid-template-columns:1.8fr .8fr 1fr .7fr .7fr;grid-gap:14px;gap:14px;padding:16px;border-bottom:1px solid #ffffff;color:var(--muted);font-size:14px}.table-row:last-child{border-bottom:0}.table-head{background:#ffffff;color:var(--quiet);font-size:12px;font-weight:700}.case-form{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start}.form-panel,.idea-form,.media-panel{padding:20px}.upload-placeholder{display:grid;place-items:center;min-height:300px;padding:24px;overflow:hidden;background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.72),transparent 18%),linear-gradient(135deg,#e8e9ff,#f4f4f4 52%,#ffffff);background-position:50%;background-size:cover;border-radius:var(--radius);color:var(--muted);text-align:center}.upload-placeholder strong{color:var(--ink);font-size:18px}.upload-placeholder span{max-width:260px;font-size:13px;line-height:1.55}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.idea-form textarea{min-height:220px}.voice-actions{display:flex;align-items:center;gap:12px;color:var(--quiet);font-size:13px}.inspiration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.inspiration-card{display:grid;grid-gap:10px;gap:10px;min-height:220px;padding:20px}.inspiration-card span{width:max-content;max-width:100%;padding:7px 11px;background:var(--primary-soft);border-radius:var(--radius-pill);color:var(--primary);font-size:12px;font-weight:700}.inspiration-card h2{margin:0;font-size:22px;line-height:1.2;font-weight:600}.inspiration-card p{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted);font-size:14px;line-height:1.7;-webkit-line-clamp:5;-webkit-box-orient:vertical}.inspiration-card footer{display:flex;justify-content:space-between;align-self:end;gap:10px;color:var(--quiet);font-size:12px}.inspiration-card em{color:var(--primary);font-style:normal}@media (max-width:1180px){.workspace-shell{grid-template-columns:240px minmax(0,1fr);height:auto;min-height:100vh;overflow:visible}.workspace-sidebar{position:-webkit-sticky;position:sticky;top:0}.workspace-detail{grid-column:1/-1;height:auto}}@media (max-width:820px){body,html{overflow-x:hidden}input,select,textarea{font-size:16px}.auth-shell{width:100%;min-height:100vh;padding:14px;display:grid;align-items:center}.auth-stage{min-height:calc(100vh - 28px)}.auth-frame{grid-template-columns:1fr;min-height:0;border-radius:18px}.auth-art-panel{min-height:430px;padding:24px 22px}.auth-wordmark strong{font-size:20px}.auth-art-scene{min-height:290px;transform:scale(.86)}.auth-generated-image{width:min(480px,124%);margin:-12px -40px -18px}.auth-art-caption h1{font-size:20px}.auth-art-caption p{font-size:11px}.auth-card{width:calc(100% - 44px);margin:0;padding:26px 0 30px;border-radius:0}.auth-panel-head h2{font-size:26px}.auth-form button{border-radius:4px}.admin-workspace{display:block;height:auto;min-height:100vh;overflow:visible;background:#ffffff;padding:68px 0 76px}.mobile-admin-topbar{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:max(10px,env(safe-area-inset-top)) 14px 10px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-brand-lockup{display:flex;align-items:center;gap:9px;min-width:0}.mobile-brand-lockup img{width:38px;height:38px;flex:0 0 auto;border-radius:12px;object-fit:cover}.mobile-brand-lockup span{display:grid;min-width:0}.mobile-admin-topbar strong{color:var(--ink);font-size:17px;line-height:1.1}.mobile-admin-topbar small{overflow:hidden;color:var(--quiet);font-size:10px;font-weight:800;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.mobile-topbar-actions{display:flex;gap:8px}.mobile-back-button,.mobile-topbar-actions button{display:grid;place-items:center;min-width:42px;height:42px;background:var(--surface-low);border-radius:14px;color:var(--ink);font-weight:850}.mobile-topbar-actions svg{width:24px;height:24px}.mobile-back-button{width:auto;padding:0 14px;color:var(--muted)}.timeline-pane{height:auto;min-height:0;padding:16px;overflow:visible;border-radius:0 0 24px 24px}.mode-dashboard.view-active .editor-pane>:not(.modal-backdrop),.mode-edit .timeline-pane,.mode-view .timeline-pane{display:none}.mode-dashboard.view-active .editor-pane{min-height:0;height:0;overflow:visible}.sidebar-brand-section{display:none}.sidebar-search-section{gap:10px;margin-top:0;padding-bottom:10px}.timeline-search{min-height:48px;border-radius:16px}.quick-filters,.tag-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.quick-filters::-webkit-scrollbar,.tag-filter::-webkit-scrollbar{width:0;height:0}.quick-filters button,.tag-filter button{flex:0 0 auto}.timeline-tabs-section{margin-top:12px}.library-switch{border-radius:16px}.library-switch button{min-height:40px;border-radius:13px}.trash-note{align-items:flex-start}.timeline-list{display:grid;grid-gap:16px;gap:16px;margin:16px 0 0;padding:0;min-height:auto;overflow:visible}.timeline-group{width:100%;align-content:start}.timeline-group h2{position:static;margin-bottom:2px}.timeline-item{min-height:78px;border-radius:16px}.timeline-item-main{padding:12px 92px 12px 12px}.timeline-item-actions{opacity:1;transform:none}.sidebar-account-actions{display:none}.editor-pane{height:auto;min-height:100vh;overflow:visible}.editor-topbar{display:none}.dashboard-home,.entry-form,.entry-view{width:100%;padding:18px 16px 42px}.dashboard-home{gap:14px}.dashboard-hero{display:grid;align-items:start;min-height:0;padding:20px;border-radius:20px}.dashboard-hero h1{font-size:34px}.dashboard-primary-action{width:100%;min-height:48px;border-radius:16px}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-stat-card{padding:15px;border-radius:16px}.dashboard-stat-card strong{font-size:28px}.dashboard-action-grid,.dashboard-main-grid,.entry-meta-grid{grid-template-columns:1fr}.dashboard-action-grid button{min-height:62px;border-radius:16px}.dashboard-panel{border-radius:16px;padding:16px}.entry-title{font-size:24px}.editor-toolbar{top:58px;display:flex;gap:8px;overflow-x:auto;padding:8px;border-radius:16px}.editor-toolbar button{flex:0 0 auto}.rendered-content,.rich-editor{padding:18px;border-radius:16px;font-size:16px}.rendered-content .editor-prompt-block{padding-right:17px;padding-top:52px}.prompt-copy-button{left:14px;right:auto}.entry-view-head{display:grid}.entry-view-head h2{font-size:26px}.attachment-media-button img,.attachment-media-button video{max-height:320px}.attachment-preview header{display:grid;align-items:stretch}.attachment-hover-actions{top:10px;right:10px;opacity:1;transform:none}.attachment-hover-actions a,.attachment-hover-actions button{width:34px;height:34px}.attachment-lightbox{padding:12px}.attachment-lightbox-panel{max-height:calc(100vh - 24px);border-radius:18px}.attachment-lightbox-panel header{align-items:flex-start}.attachment-lightbox-body{padding:14px}.editor-actions,.view-actions{justify-content:stretch}.editor-actions button,.view-actions button{flex:1 1 auto}.modal-backdrop{padding:16px}.password-modal{padding:18px;border-radius:22px}.mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:30;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;padding:7px;background:rgba(255,255,255,.92);border:1px solid var(--line-soft);border-radius:22px;box-shadow:0 18px 50px rgba(25,28,31,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav button{display:grid;place-items:center;grid-gap:3px;gap:3px;min-height:52px;background:transparent;border-radius:16px;color:var(--quiet);font-size:11px;font-weight:850}.mobile-bottom-nav button.active{background:var(--primary-soft);color:var(--primary)}.mobile-bottom-nav svg{width:23px;height:23px}.workspace-shell{display:block}.workspace-detail,.workspace-list,.workspace-sidebar{height:auto;padding:24px 18px}.workspace-sidebar{position:static}.filter-row,.knowledge-feed,.list-header,.search-console{max-width:none}.case-form,.filter-row,.form-grid,.inspiration-grid,.knowledge-card{grid-template-columns:1fr}.filter-row span{text-align:left}.admin-header,.feed-content footer,.voice-actions{flex-direction:column;align-items:stretch}.table-row{grid-template-columns:1fr}}