@import"https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{font-family:Plus Jakarta Sans,sans-serif;font-synthesis:none;font-weight:400;color-scheme:light;--blue: #4355b9;--blue-light: #eef2ff;--theme-bg: #faf8ff;--theme-surface: #fff;--theme-sidebar: #fff;--theme-soft: #f3f2ff;--theme-hover: #ededfa;--theme-active: #eef2ff;--theme-text: #18191f;--theme-strong: #454652;--theme-muted: #64666e;--theme-border: #1e202912;--theme-field: #fff;--theme-shadow: #191b2412}:root[data-theme=dark]{color-scheme:dark;--theme-bg: #11141c;--theme-surface: #191d28;--theme-sidebar: #151924;--theme-soft: #202532;--theme-hover: #252b39;--theme-active: #282e4b;--theme-text: #dce0e8;--theme-strong: #eef0f5;--theme-muted: #9ba3b4;--theme-border: #2d3342;--theme-field: #171b25;--theme-shadow: #05070b66;--blue: #91a0f4;--blue-light: #252c4e;--line: var(--theme-border);--sidebar: var(--theme-sidebar)}@media(prefers-color-scheme:dark){:root[data-theme=system]{color-scheme:dark;--theme-bg: #11141c;--theme-surface: #191d28;--theme-sidebar: #151924;--theme-soft: #202532;--theme-hover: #252b39;--theme-active: #282e4b;--theme-text: #dce0e8;--theme-strong: #eef0f5;--theme-muted: #9ba3b4;--theme-border: #2d3342;--theme-field: #171b25;--theme-shadow: #05070b66;--blue: #91a0f4;--blue-light: #252c4e;--line: var(--theme-border);--sidebar: var(--theme-sidebar)}}*{box-sizing:border-box}body{margin:0;background:var(--theme-bg);color:var(--theme-text)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{border:0;background:none;color:inherit;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}button:hover,a:hover{color:var(--blue)}button:disabled{opacity:.55;cursor:default}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:3px}svg{flex-shrink:0;vertical-align:middle}fieldset{border:0;padding:0;margin:0;min-width:0}.app-shell{display:flex;min-height:100dvh}.sidebar{width:240px;background:var(--theme-sidebar);border-right:1px solid var(--theme-border);position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;padding:16px 8px 0;z-index:30;overflow-y:auto}.brand{display:flex;align-items:center;gap:9px;font-family:Newsreader,Georgia,serif;font-size:28px;font-weight:500;letter-spacing:-.8px;width:max-content;margin:0 8px 32px}.brand-icon{display:grid;place-items:center;background:var(--theme-soft);color:var(--blue);width:34px;height:34px;border-radius:9px}.brand-icon svg{width:19px}.brand-dot{color:var(--blue)}.workspace-label,.section-label{font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--theme-muted);margin:0 12px 8px}.section-label{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.section-label button{padding:4px}.nav-item{display:flex;align-items:center;width:100%;gap:10px;min-height:36px;padding:9px 12px;border-radius:8px;margin:3px 0;color:var(--theme-strong);font-size:13px;text-align:left}.nav-item.active,.collection-row.active{background:var(--theme-active);color:var(--blue)}.nav-item:hover,.collection-row:hover{background:var(--theme-hover)}.nav-count{margin-left:auto;font-size:11px;color:var(--theme-muted)}.active .nav-count{color:var(--blue);background:var(--blue-light);border-radius:20px;padding:2px 5px}.collection-row{display:flex;align-items:center;border-radius:8px;min-height:36px;padding-right:12px}.collection-link{display:flex;align-items:center;gap:9px;padding:10px 0;min-width:0;flex:1;font-size:13px;text-align:left}.collection-link span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-tags{display:flex;flex-wrap:wrap;gap:6px;padding:0 12px}.sidebar-tags button,.article-tags button{border-radius:20px;font-size:11px;padding:4px 8px;background:var(--theme-soft);color:var(--theme-strong)}.sidebar-tags button span{margin-right:3px}.sidebar-tags button.selected,.article-tags button:hover{background:var(--blue-light);color:var(--blue)}.sidebar-bottom{margin-top:auto;padding-top:24px}.profile-menu{position:relative}.profile-trigger{display:flex;align-items:center;gap:12px;width:calc(100% + 16px);min-height:76px;padding:16px 20px;margin:0 -8px;background:var(--theme-soft);text-align:left}.profile-trigger:hover,.profile-trigger[aria-expanded=true]{background:var(--theme-hover);color:inherit}.avatar{width:40px;height:40px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:600;border-radius:50%;flex-shrink:0;overflow:hidden}.avatar img{display:block;width:100%;height:100%;object-fit:cover}.profile-name{min-width:0;flex:1}.profile-name strong{font-size:13px;display:block;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-name span{font-size:12px;color:var(--theme-muted);display:block;margin-top:3px}.profile-chevrons{color:var(--theme-muted)}.profile-popup{position:absolute;z-index:2;right:0;bottom:calc(100% + 8px);left:0;padding:6px;border:1px solid var(--theme-border);border-radius:12px;background:var(--theme-surface);box-shadow:0 12px 32px var(--theme-shadow)}.profile-popup button{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border-radius:8px;color:var(--theme-strong);font-size:13px;text-align:left}.profile-popup button:hover{background:var(--theme-hover)}.main-shell{margin-left:240px;width:calc(100% - 240px)}.topbar{min-height:64px;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--theme-border);background:var(--theme-bg)}.breadcrumbs{display:flex;gap:10px;align-items:center;font-size:12px;color:var(--theme-muted);min-width:0}.breadcrumbs>svg:first-of-type{display:none}.breadcrumbs strong{font-weight:500;color:var(--theme-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.theme-toggle{display:flex;gap:2px;padding:3px;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface)}.theme-toggle button{display:grid;place-items:center;width:28px;height:28px;padding:0;border-radius:5px;color:var(--theme-muted)}.theme-toggle button:hover{background:var(--theme-hover)}.theme-toggle button[aria-pressed=true]{background:var(--theme-soft);color:var(--blue)}.search-box{display:flex;align-items:center;gap:8px;padding:10px 12px;flex:1;max-width:450px;min-width:140px;border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:8px;color:var(--theme-muted)}.search-box input{border:0;background:transparent;min-width:0;width:100%;font-size:13px;outline:0;color:var(--theme-text)}.search-box input::placeholder{color:var(--theme-muted)}.search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light)}.search-box kbd{font-size:11px;background:var(--theme-soft);border-radius:4px;padding:1px 5px}.search-box button{padding:0}main{padding:32px 32px 100px;max-width:1340px;margin:0 auto}.page-heading{margin-bottom:24px}h1,.modal h2,.empty-state h2{font-family:Newsreader,Georgia,serif;font-size:40px;letter-spacing:-.02em;line-height:1.2;font-weight:500;margin:0 0 10px;overflow-wrap:anywhere}.page-heading p{font-size:16px;color:var(--theme-muted);margin:0;line-height:1.6}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;padding:10px 14px;min-height:36px;font-size:13px;font-weight:600;white-space:nowrap}.primary-button{background:#4355b9;color:#fff;box-shadow:0 1px 3px var(--theme-shadow)}.primary-button:hover{background:#364599;color:#fff}.secondary-button{border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-strong)}.secondary-button:hover{background:var(--theme-hover)}.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;margin-bottom:24px;border-radius:12px;background:var(--theme-surface);border:1px solid var(--theme-border);flex-wrap:wrap}.filter-facets{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.status-filter{display:flex;align-items:center;gap:6px;color:var(--theme-muted);font-size:12px}.status-filter select{min-height:32px;padding:6px 28px 6px 10px;border:0;border-radius:8px;background:var(--theme-soft);color:var(--theme-strong);cursor:pointer}.filter-tags{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:var(--theme-muted)}.filter-tags button{display:flex;align-items:center;gap:5px;color:var(--theme-muted);font-size:12px;padding:7px 10px;border-radius:8px}.filter-tags button.active{background:var(--theme-soft);color:var(--blue)}.display-controls{display:flex;align-items:center;gap:12px;margin-left:auto}.sort-control{color:var(--theme-muted);font-size:12px;padding:8px 10px;background:var(--theme-soft);border-radius:8px}.layout-toggle{display:flex;background:var(--theme-soft);padding:3px;border-radius:8px;gap:2px}.layout-toggle button{display:grid;place-items:center;padding:5px;color:var(--theme-muted);border-radius:5px}.layout-toggle button.selected{background:var(--theme-surface);box-shadow:0 1px 3px var(--theme-shadow);color:var(--blue)}.articles.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-card{position:relative;min-width:0;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:20px;overflow:hidden;box-shadow:0 4px 14px var(--theme-shadow);transition:box-shadow .2s}.article-card:hover{box-shadow:0 10px 28px var(--theme-shadow)}.grid .article-card{display:flex;flex-direction:column}.article-cover{width:100%;aspect-ratio:16 / 9;display:flex;flex-direction:column;text-align:left;padding:20px;position:relative;overflow:hidden;background:var(--theme-soft);color:var(--theme-strong)}.cover-eyebrow{font-size:9px;letter-spacing:.08em;opacity:.7}.cover-title{font-family:Newsreader,Georgia,serif;font-size:26px;line-height:1.1;margin-top:16px;overflow-wrap:anywhere}.cover-url{position:relative;z-index:1;width:max-content;max-width:100%;display:flex;align-items:center;margin-top:auto;padding:5px 9px;border-radius:7px;background:color-mix(in srgb,var(--theme-surface) 90%,transparent);color:var(--theme-strong);box-shadow:0 1px 4px #0002;font-size:11px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.real-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.article-content{padding:18px 18px 14px;min-width:0}.grid .article-content{flex:1;display:flex;flex-direction:column}.more-button{display:grid;place-items:center;width:32px;height:32px;padding:0;margin-left:auto;color:var(--theme-muted);border-radius:50%;line-height:1}.more-button:hover{background:var(--theme-soft)}.article-title{font-family:Newsreader,Georgia,serif;font-size:21px;line-height:1.3;font-weight:500;letter-spacing:-.01em;display:block;margin:8px 0 10px;overflow-wrap:anywhere}.article-title svg{display:none}.description{font-size:13px;color:var(--theme-muted);line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.article-tags{display:flex;gap:5px;margin:14px 0;flex-wrap:wrap}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;gap:8px}.collection-chip{display:block;margin-left:auto;width:max-content;max-width:100%;font-size:12px;font-weight:600;color:var(--theme-strong);background:var(--theme-soft);border-radius:999px;padding:5px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.read-button{display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px;color:var(--theme-muted);padding:7px 10px;border-radius:999px;background:var(--theme-soft);white-space:nowrap}.read-button svg{color:var(--blue)}.read-button:hover,.read-button.done{background:var(--theme-soft);color:var(--blue)}.articles.list{display:flex;flex-direction:column;gap:10px}.list .article-card{display:flex;align-items:center;padding:16px 12px;gap:16px}.list .article-cover{width:144px;flex-shrink:0;border-radius:7px;padding:12px}.list .cover-eyebrow{display:none}.list .cover-title{font-size:19px;margin:auto 0}.list .article-content{flex:1;padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:16px}.list .collection-chip,.list .article-title,.list .description,.list .article-tags{grid-column:1}.list .article-title{margin:6px 0}.list .description{-webkit-line-clamp:1}.list .article-tags{margin:8px 0 0}.list .card-bottom{grid-column:2;grid-row:1 / 5;flex-direction:column;justify-content:space-between;align-items:flex-end;margin:0;padding:0;max-width:150px}.link-selection{position:absolute;top:10px;right:10px;z-index:2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--theme-surface);box-shadow:0 1px 4px var(--theme-shadow)}.link-selection.selected{width:auto;padding:0 12px;border-radius:999px;background:#4355b9;color:#fff}.link-selection.selected input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0}.link-selection span{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.link-selection input,.selection-controls input{width:16px;height:16px;accent-color:#4355b9;cursor:pointer}.articles.list .link-selection{top:26px;right:auto;left:146px;width:28px;transform:translate(-100%)}.articles.list .link-selection.selected{width:auto;padding:0 9px;background:#4355b9}.bulk-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:24px;padding:8px 12px;background:var(--theme-soft);border-radius:8px}.selection-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px}.selection-controls label{display:flex;align-items:center;gap:8px}.selection-controls>span,.results-count{font-size:11px;color:var(--theme-muted)}.bulk-fields{position:fixed;bottom:24px;left:calc(50% + 120px);transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:max-content;max-width:calc(100% - 280px);max-height:50dvh;overflow-y:auto;padding:14px 20px;border:1px solid var(--theme-border);border-radius:24px;background:color-mix(in srgb,var(--theme-surface) 92%,transparent);backdrop-filter:blur(12px);box-shadow:0 16px 36px -4px var(--theme-shadow)}.bulk-fields strong{font-size:12px;color:var(--blue)}.bulk-fields label{display:flex;flex-direction:column;gap:5px;font-size:11px;max-width:100%}.bulk-fields select{max-width:100%;padding:8px;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface);color:inherit}.bulk-fields select[multiple]{min-width:180px}.bulk-toolbar p{font-size:13px;margin:0}.empty-state{text-align:center;padding:60px 16px}.empty-state>span,.modal-symbol{background:var(--theme-soft);color:var(--blue);border-radius:12px;display:inline-grid;place-items:center;width:48px;height:48px}.empty-state h2{font-size:28px;margin:20px 0 10px}.empty-state p{font-size:14px;color:var(--theme-muted);max-width:350px;margin:0 auto 24px;line-height:1.7}.modal{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:16px;padding:0;width:480px;max-width:calc(100% - 32px);max-height:calc(100dvh - 40px);box-shadow:0 24px 80px var(--theme-shadow);color:var(--theme-text)}.modal::backdrop{background:#18191f48;backdrop-filter:blur(8px)}.modal-inner{padding:32px;position:relative}.modal-close{position:absolute;right:16px;top:16px;padding:4px;color:var(--theme-muted)}.modal-symbol{margin-bottom:20px}.modal h2{font-size:28px}.modal-subtitle{font-size:14px;color:var(--theme-muted);line-height:1.6;margin:0 0 24px}.modal form label,.auth-card label{display:flex;flex-direction:column;position:relative;gap:8px;font-size:12px;font-weight:500;color:var(--theme-strong);margin:18px 0}.optional{font-size:11px;position:absolute;right:0;top:1px;font-weight:400;color:var(--theme-muted)}.modal input,.modal textarea,.modal select,.auth-card input{display:block;width:100%;border:1px solid var(--theme-border);background:var(--theme-field);border-radius:10px;padding:12px;color:var(--theme-text);font-size:14px;line-height:1.4;resize:vertical}.form-note{font-size:12px;color:var(--theme-muted);margin:20px 0;line-height:1.6}.form-error,.auth-card .form-error{font-size:13px;color:#ba1a1a}.modal-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;border-top:1px solid var(--theme-border);padding-top:20px;margin-top:24px}.detail-modal{height:100dvh;max-height:100dvh;margin:0 0 0 auto;border-radius:0;width:430px;max-width:100%}.settings-modal{width:860px;height:min(680px,calc(100dvh - 40px))}.settings-modal .modal-inner{height:100%;padding:0}.settings-layout{display:grid;grid-template-columns:210px minmax(0,1fr);height:100%;min-height:0}.settings-sidebar{display:flex;flex-direction:column;gap:32px;padding:30px 18px;border-right:1px solid var(--theme-border);background:var(--theme-soft);border-radius:16px 0 0 16px}.settings-eyebrow{display:block;margin:0 10px 6px;color:var(--theme-muted);font-size:10px;font-weight:700;letter-spacing:.12em}.settings-sidebar h2{margin:0 10px;font-size:27px}.settings-sidebar nav{display:grid;gap:5px}.settings-sidebar nav button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:9px;color:var(--theme-muted);font-size:13px;text-align:left}.settings-sidebar nav button:hover,.settings-sidebar nav button.selected{background:var(--theme-surface);color:var(--theme-text)}.settings-content{min-width:0;overflow-y:auto;padding:44px 46px}.settings-page{max-width:560px}.settings-heading{padding-right:24px;margin-bottom:30px}.settings-heading h3{margin:0 0 7px;font-family:Newsreader,Georgia,serif;font-size:30px;font-weight:500}.settings-heading p,.api-key-note{margin:0;color:var(--theme-muted);font-size:13px;line-height:1.65}.account-card{display:flex;align-items:center;gap:15px;padding:20px;border:1px solid var(--theme-border);border-radius:13px;background:var(--theme-bg)}.settings-avatar{width:48px;height:48px}.account-card div>strong,.account-card div>span{display:block}.account-card div>strong{margin-bottom:4px;font-size:14px}.account-card div>span{color:var(--theme-muted);font-size:12px}.appearance-options legend,.api-key-form>label{margin-bottom:10px;color:var(--theme-strong);font-size:12px;font-weight:600}.appearance-options{display:grid;gap:9px}.appearance-options button{display:flex;align-items:center;gap:13px;padding:14px 15px;border:1px solid var(--theme-border);border-radius:11px;background:var(--theme-bg);text-align:left}.appearance-options button.selected{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-light)}.appearance-options button>span{flex:1}.appearance-options strong,.appearance-options small{display:block}.appearance-options strong{margin-bottom:3px;font-size:13px}.appearance-options small{color:var(--theme-muted);font-size:11px}.api-key-form{padding-bottom:24px;border-bottom:1px solid var(--theme-border)}.api-key-form>label{display:block}.api-key-form>div{display:flex;gap:9px}.api-key-form input{flex:1;min-width:0}.created-key{margin-top:20px;padding:16px;border:1px solid var(--blue);border-radius:12px;background:var(--blue-light)}.created-key>div:first-child strong,.created-key>div:first-child span{display:block}.created-key>div:first-child strong{font-size:13px}.created-key>div:first-child span{margin-top:4px;color:var(--theme-muted);font-size:11px}.token-field{display:flex;align-items:center;gap:10px;margin-top:13px;padding:9px 10px;border-radius:8px;background:var(--theme-field)}.token-field code{flex:1;min-width:0;overflow-x:auto;white-space:nowrap;font-size:11px}.token-field button{display:flex;align-items:center;gap:5px;color:var(--blue);font-size:11px;font-weight:600}.api-key-list-heading{display:flex;align-items:center;gap:8px;margin:24px 0 10px;font-size:12px}.api-key-list-heading span{display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:10px;background:var(--theme-soft);color:var(--theme-muted);font-size:10px}.api-key-list{border:1px solid var(--theme-border);border-radius:12px;overflow:hidden}.api-key-list article{display:flex;align-items:center;gap:12px;padding:13px 14px;background:var(--theme-bg)}.api-key-list article+article{border-top:1px solid var(--theme-border)}.api-key-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:var(--theme-soft);color:var(--blue)}.api-key-details{flex:1;min-width:0}.api-key-details strong,.api-key-details span{display:block}.api-key-details strong{font-size:12px}.api-key-details code{color:var(--theme-strong);font-size:11px}.api-key-details span{margin-top:3px;color:var(--theme-muted);font-size:10px}.revoke-key{padding:8px;border-radius:7px;color:var(--theme-muted)}.revoke-key:hover{background:#ffdad6;color:#ba1a1a}.settings-empty{display:grid;justify-items:center;gap:7px;padding:26px;border:1px dashed var(--theme-border);border-radius:12px;color:var(--theme-muted);text-align:center;font-size:11px}.settings-empty strong{color:var(--theme-strong);font-size:12px}.api-key-note{margin-top:18px;font-size:11px}.detail-source{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--blue);margin:20px 0}.danger-button{display:flex;align-items:center;gap:6px;color:#ba1a1a;font-size:12px;margin-right:auto}.danger-fill{background:#ba1a1a}.danger-fill:hover{background:#93000a}.danger{color:#ba1a1a;background:#ffdad6}.toast{position:fixed;bottom:24px;left:calc(50% + 120px);transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:13px 17px;max-width:calc(100vw - 32px);border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:12px;box-shadow:0 8px 35px var(--theme-shadow);z-index:70;font-size:13px;color:var(--theme-strong)}.toast>span{color:var(--blue)}.toast button{padding:4px;margin-left:auto}.mobile-menu,.nav-scrim{display:none}.icon-button{padding:8px;border-radius:6px;line-height:1}.text-button{color:var(--blue);font-size:13px;margin-top:8px;padding:5px 0}.error-banner{padding:14px 18px;background:#ffdad6;border-radius:8px;color:#93000a;line-height:1.5;margin-bottom:20px}.error-banner button{margin-left:12px;text-decoration:underline}.load-more{display:flex;justify-content:center;margin:30px}.auth-page{min-height:100dvh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:440px;background:var(--theme-surface);border:1px solid var(--theme-border);padding:32px;border-radius:16px;box-shadow:0 8px 32px #191b2405}.auth-card .brand{margin:0 0 24px;font-family:Plus Jakarta Sans,sans-serif;font-size:21px;font-weight:700}.auth-card .brand-icon{background:#4355b9;color:#fff}.auth-card h1{font-size:32px}.auth-card p{font-size:14px;color:var(--theme-muted);line-height:1.7;overflow-wrap:anywhere}.auth-card form .primary-button{width:100%;margin-top:8px;min-height:44px}.auth-links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:24px;font-size:12px;color:var(--blue);align-items:center}.google-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:44px;margin-top:28px;border:1px solid var(--theme-border);border-radius:10px;color:var(--theme-strong);font-size:13px;font-weight:500}.google-button:hover{background:var(--theme-hover)}.auth-divider{display:flex;align-items:center;gap:12px;margin-top:18px;color:var(--theme-muted);font-size:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--theme-border);flex:1}@media(max-width:1199px){.articles.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{gap:12px}.breadcrumbs{gap:6px}.list .article-content{display:block}.list .card-bottom{flex-direction:row;justify-content:space-between;max-width:none;margin-top:8px}}@media(max-width:1023px){.sidebar{transform:translate(-100%);transition:transform .2s}.sidebar.mobile-open{transform:translate(0)}.nav-scrim{display:block;position:fixed;inset:0;background:#18191f48;z-index:25;backdrop-filter:blur(8px)}.main-shell{margin-left:0;width:100%}.mobile-menu{display:block}.bulk-fields,.toast{left:50%}.bulk-fields{max-width:calc(100% - 32px)}}@media(max-width:767px){.topbar{padding:12px 16px;flex-wrap:wrap;gap:12px}.topbar-actions{margin-left:auto;gap:8px}.search-box{order:3;flex-basis:100%;max-width:none}.breadcrumbs>span,.breadcrumbs>svg{display:none}.breadcrumbs strong{max-width:100px}.theme-toggle button{width:26px}main{padding:24px 16px 120px}h1{font-size:32px}.page-heading p{font-size:14px}.articles.grid{grid-template-columns:1fr;gap:20px}.article-title{font-size:22px}.list .article-card{gap:10px;padding:14px 10px;align-items:flex-start}.list .article-cover{display:none}.articles.list .link-selection{top:14px;right:14px;left:auto;transform:none}.list .article-title{font-size:19px}.list .article-content{display:block}.list .description{-webkit-line-clamp:2}.filter-bar{gap:8px;padding:10px}.filter-facets{flex:1 1 100%}.bulk-fields{bottom:16px;padding:12px;gap:8px;border-radius:16px}.bulk-fields strong{flex-basis:100%}.modal-inner{padding:28px 24px}.settings-modal{width:calc(100% - 20px);max-width:calc(100% - 20px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.settings-modal .modal-inner{padding:0}.settings-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.settings-sidebar{gap:18px;padding:22px 18px 12px;border-right:0;border-bottom:1px solid var(--theme-border);border-radius:16px 16px 0 0}.settings-sidebar h2{font-size:24px}.settings-sidebar nav{grid-template-columns:repeat(3,1fr)}.settings-sidebar nav button{justify-content:center;padding:9px 6px;font-size:11px}.settings-content{padding:28px 20px}.api-key-form>div{align-items:stretch;flex-direction:column}.api-key-form .primary-button{justify-content:center}.api-key-details span{line-height:1.45}.toast{width:max-content;line-height:1.5}.auth-page{padding:16px}.auth-card{padding:28px 24px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
