@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#17211f;background:#edf4f3;font-synthesis:none;--accent:#0f625d;--accent-dark:#0a4d49;--muted:#6b7774;--border:#dbe5e3;--surface:#fff;--soft:#eef5f4}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--border);padding:24px 16px;overflow:auto}.brand{display:flex;align-items:center;gap:11px;font-size:19px;padding:0 8px 22px}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:var(--accent);color:#fff}.main-nav{display:grid;gap:6px}.main-nav button,.category-list button{border:0;background:transparent;border-radius:10px;display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;color:#4c5856;text-align:left}.main-nav button.active,.category-list button.active{background:#e8f1f0;color:#132522;font-weight:700}.sidebar-heading{display:flex;align-items:center;justify-content:space-between;margin:26px 10px 8px;color:#78827f;font-size:11px;font-weight:800;letter-spacing:.12em}.sidebar-heading button{border:0;background:transparent;color:#78827f}.category-list{display:grid;gap:3px}.category-list button span{flex:1}.category-list em{font-style:normal;background:#edf3f2;border-radius:99px;min-width:26px;padding:3px 7px;text-align:center;font-size:11px}.content{min-width:0}.topbar{height:86px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10}.search-box{width:min(520px,55vw);border:1px solid var(--border);border-radius:11px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#fff}.search-box input{width:100%;height:44px;border:0;outline:0}.primary-btn,.secondary-btn{border-radius:10px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700}.primary-btn{background:var(--accent);color:#fff;border:1px solid var(--accent)}.primary-btn:hover{background:var(--accent-dark)}.secondary-btn{background:#fff;border:1px solid var(--border);color:#34403e}.page-body{padding:34px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.eyebrow{margin:0 0 5px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.12em}.page-heading h1{margin:0 0 5px;font-size:29px}.page-heading span{color:var(--muted);font-size:13px}.sort-select{position:relative;background:#fff;border:1px solid var(--border);border-radius:10px;padding:9px 12px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.sort-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;outline:0;padding-right:5px}.bookmark-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.bookmark-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:14px;min-height:126px;box-shadow:0 6px 18px #2248430a;display:flex;flex-direction:column;transition:.18s ease}.bookmark-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #22484314}.card-main{display:flex;gap:12px;padding:15px 15px 10px;flex:1;min-width:0}.site-icon{width:38px;height:38px;border:1px solid #e6eceb;border-radius:9px;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;background:#fff}.site-icon img{width:25px;height:25px;object-fit:contain}.card-copy{min-width:0;flex:1}.title-line{display:flex;align-items:center;justify-content:space-between;gap:6px}.title-line h3{margin:0;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host{margin:3px 0 0;color:#7a8582;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.description{font-size:12px;line-height:1.45;color:#596562;margin:9px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-row{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}.tag-row span{background:#edf4f3;color:#60706d;font-size:10px;padding:4px 7px;border-radius:5px}.card-actions{border-top:1px solid #edf1f0;padding:7px 10px;display:flex;align-items:center;gap:6px;color:#7b8582;font-size:11px}.card-actions span{flex:1}.card-actions button{width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:#75817e;display:grid;place-items:center}.card-actions button:hover{background:#edf4f3}.card-actions button.favorite{color:#d89324}.menu-popover{position:absolute;right:10px;bottom:42px;width:135px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 35px #00000021;padding:6px;z-index:5}.menu-popover button{width:100%;height:auto;padding:8px;display:flex;align-items:center;justify-content:flex-start;gap:8px}.menu-popover .danger{color:#bd3d3d}.empty-state{min-height:340px;border:1px dashed #cbd8d6;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#71807d;text-align:center;padding:30px}.empty-state h2{margin:14px 0 4px;color:#24312f}.empty-state p{margin:0 0 18px}.error-banner{background:#fff1f1;border:1px solid #efcaca;color:#9d3434;border-radius:10px;padding:11px 14px;margin-bottom:15px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0919177a;display:grid;place-items:center;padding:20px;z-index:50}.modal{width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 30px 80px #00000040}.modal-header{padding:22px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-header h2{margin:0}.modal-header>button{border:0;background:#f1f5f4;border-radius:8px;width:34px;height:34px;display:grid;place-items:center}.form-grid{padding:22px 24px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{font-size:12px;font-weight:700;color:#44514f;display:grid;gap:7px}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid var(--border);border-radius:9px;padding:11px 12px;outline:0;background:#fff}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:#65a7a1;box-shadow:0 0 0 3px #e3f1ef}.wide{grid-column:1/-1}.upload-box{border:1px dashed #aac0bd;border-radius:10px;padding:14px;display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px;position:relative}.upload-box input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.upload-box span{display:grid}.upload-box small{font-weight:400;color:#7d8886}.upload-box em{margin-left:auto;font-size:11px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.check-row{display:flex!important;align-items:center;gap:8px}.check-row input{width:auto}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}@media(max-width:800px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--border)}.category-list{grid-template-columns:repeat(2,1fr)}.topbar{padding:14px 16px;height:auto;gap:10px}.search-box{width:100%}.primary-btn{white-space:nowrap}.page-body{padding:22px 16px}.page-heading{align-items:flex-start;gap:14px}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}}@media(max-width:540px){.topbar{flex-direction:column;align-items:stretch}.bookmark-grid{grid-template-columns:1fr}.page-heading{flex-direction:column}.sort-select{align-self:flex-start}.category-list{grid-template-columns:1fr}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eaf3f2,#f8fbfa)}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 24px 70px #1b464021;padding:28px}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.auth-brand>div{display:grid}.auth-brand strong{font-size:20px}.auth-brand small{color:var(--muted);margin-top:3px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#eef4f3;border-radius:11px;padding:4px;margin-bottom:25px}.auth-tabs button{border:0;background:transparent;border-radius:8px;padding:10px;font-weight:700;color:#687572}.auth-tabs button.active{background:#fff;color:var(--accent);box-shadow:0 2px 8px #00000012}.auth-form{display:grid;gap:16px}.auth-form h1{margin:0 0 6px;font-size:27px}.auth-form>div>span{font-size:13px;color:var(--muted)}.auth-form label,.category-form label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#44514f}.auth-form input,.category-form input{border:1px solid var(--border);border-radius:10px;padding:12px;outline:0}.auth-form input:focus,.category-form input:focus{border-color:#65a7a1;box-shadow:0 0 0 3px #e3f1ef}.auth-submit{width:100%;margin-top:3px}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.topbar-actions{display:flex;align-items:center;gap:12px}.profile-wrap{position:relative}.profile-button{border:1px solid var(--border);background:#fff;border-radius:11px;padding:6px 9px 6px 6px;display:flex;align-items:center;gap:8px;color:#34413f}.profile-button>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dceceb;color:var(--accent);font-size:12px;font-weight:800}.profile-button>div{display:grid;text-align:left;max-width:150px}.profile-button strong,.profile-button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-button strong{font-size:12px}.profile-button small{font-size:10px;color:var(--muted)}.profile-menu{position:absolute;right:0;top:52px;width:235px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 40px #00000024;padding:8px;z-index:30}.profile-menu>div{display:flex;gap:9px;padding:10px;border-bottom:1px solid #edf1f0}.profile-menu>div span{display:grid;min-width:0}.profile-menu strong,.profile-menu small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu strong{font-size:12px}.profile-menu small{font-size:10px;color:var(--muted)}.profile-menu button{width:100%;border:0;background:transparent;padding:10px;display:flex;align-items:center;gap:8px;border-radius:8px;color:#ad3838}.profile-menu button:hover{background:#fff1f1}.sidebar-heading button{width:34px;height:34px;border:0;border-radius:9px;background:transparent;display:grid;place-items:center}.sidebar-heading button:hover{background:#e8f1ef;color:var(--accent)}.category-modal{width:min(430px,100%);background:#fff;border-radius:18px;overflow:hidden}.category-form{padding:22px 24px}@media(max-width:800px){.topbar-actions{width:100%;justify-content:space-between}.profile-button>div{display:none}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#edf1f7}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}html[data-theme=dark]{color:#f8fafc;background:#0f172a}.desktop{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top,#fff,#eef2f7 45%,#dbe3ee)}html[data-theme=dark] .desktop{background:radial-gradient(circle at top,#1f2937,#111827 50%,#020617)}.launcher{width:min(840px,94vw);min-height:640px;border:1px solid #c9ced7;border-radius:11px;background:#ffffffbd;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);box-shadow:0 24px 80px #0f172a2e;padding:32px;display:flex;flex-direction:column;position:relative}html[data-theme=dark] .launcher{background:#0f172ac7;border-color:#334155}.launcher-top{display:flex;gap:12px}.search{height:42px;border:1px solid #d7dce5;border-radius:999px;background:#fff;display:flex;align-items:center;gap:12px;padding:0 16px;flex:1;color:#111827}.search input{border:0;outline:0;background:transparent;width:100%;color:inherit}.theme-btn,.all-apps,.settings{border:1px solid #d7dce5;background:#fff;border-radius:10px;height:42px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;color:#111827}html[data-theme=dark] .search,html[data-theme=dark] .theme-btn,html[data-theme=dark] .all-apps,html[data-theme=dark] .settings{background:#111827;border-color:#334155;color:#f8fafc}.section-head{display:flex;align-items:center;justify-content:space-between;margin:38px 32px 18px}.section-head h3{margin:0;font-size:16px}.apps-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px 18px;padding:10px 24px 28px}.app-tile{height:100px;border:0;background:transparent;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:inherit}.app-tile:hover{background:#94a3b826}.app-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--app-color),color-mix(in srgb,var(--app-color),#fff 35%));box-shadow:0 8px 20px color-mix(in srgb,var(--app-color),transparent 70%)}.app-tile span:last-child{font-size:13px;line-height:1.2;text-align:center;max-width:95px}.launcher-bottom{margin-top:auto;border-top:1px solid rgba(148,163,184,.35);padding:18px 20px 0;display:flex;align-items:center;justify-content:space-between;position:relative}.user-pill{border:0;background:transparent;display:flex;align-items:center;gap:11px;color:inherit;border-radius:12px;padding:8px 10px}.user-pill:hover{background:#94a3b826}.user-pill>span{width:38px;height:38px;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-weight:900}.user-pill div,.profile-row span{display:flex;flex-direction:column;align-items:flex-start}.user-pill small,.profile-row small{color:#64748b}html[data-theme=dark] .user-pill small,html[data-theme=dark] .profile-row small{color:#94a3b8}.profile-menu{position:absolute;right:20px;bottom:68px;width:260px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 50px #0f172a33;padding:9px;z-index:5}html[data-theme=dark] .profile-menu{background:#111827;border-color:#334155}.profile-menu button,.profile-row{width:100%;border:0;background:transparent;color:inherit;border-radius:11px;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.profile-menu button:hover{background:#94a3b826}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(360px,.92fr);place-items:stretch;background:#f6f8fb;color:#07111f;overflow:hidden;padding:0}.auth-hero{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(44px,7vw,96px);background:linear-gradient(135deg,#0d7f75,#145c5a 44%,#111827);color:#fff;isolation:isolate}.auth-hero:before,.auth-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:999px;z-index:-1}.auth-hero:before{width:420px;height:420px;right:-120px;top:-70px}.auth-hero:after{width:300px;height:300px;left:-120px;bottom:-130px}.hero-mark{width:min(380px,42vw);height:min(380px,42vw);border:1px solid rgba(255,255,255,.2);border-radius:26px;background:#fff;display:grid;place-items:center;box-shadow:0 28px 80px #00000038;overflow:hidden}.hero-mark img{width:100%;height:100%;object-fit:contain}.hero-eyebrow{margin:28px 0 12px;font-size:12px;font-weight:900;letter-spacing:3px}.auth-hero h1{max-width:620px;margin:0;font-size:clamp(54px,6.2vw,86px);line-height:.98;letter-spacing:0;font-weight:950}.hero-copy{max-width:650px;margin:26px 0 0;font-size:19px;line-height:1.6;color:#ffffffeb}.hero-points{display:grid;gap:20px;margin-top:30px}.hero-points div{display:flex;align-items:flex-start;gap:14px}.hero-points svg{flex:0 0 auto;margin-top:2px;color:#fff}.hero-points span{display:flex;flex-direction:column;gap:5px}.hero-points strong{font-size:16px}.hero-points small{font-size:14px;color:#ffffffd1}.auth-panel{display:grid;place-items:center;padding:48px;background:radial-gradient(circle at center,rgba(24,123,113,.12),transparent 44%),#f7f9fc}.auth-card{width:min(470px,100%);border:1px solid #d8e0ea;border-radius:8px;background:#fff;padding:28px;box-shadow:0 28px 80px #0f172a24}.brand{display:flex;align-items:center;gap:13px;margin-bottom:18px}.brand-logo{width:52px;height:52px;border-radius:11px;object-fit:cover;display:block;box-shadow:0 10px 24px #ef44442e}.brand strong{font-size:20px;line-height:1.1;color:#07111f}.brand small{display:block;margin-top:3px;color:#596b82}.auth-tabs{display:flex;background:#edf2f7;border-radius:8px;padding:5px;margin-bottom:22px}.auth-tabs button{flex:1;border:0;border-radius:6px;padding:12px;background:transparent;font-weight:900;color:#596271}.auth-tabs .active{background:#fff;color:#07111f;box-shadow:0 4px 12px #0f172a1f}.auth-form{display:flex;flex-direction:column;gap:15px}.auth-form label{display:flex;flex-direction:column;gap:8px;font-weight:900;color:#1f2a3d}.auth-form input{height:44px;border:1px solid #ccd9e8;border-radius:8px;padding:0 13px;outline:0;color:#111827;background:#fff;font-weight:700}.auth-form input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d948829}.primary{min-height:47px;border:0;border-radius:8px;padding:13px 16px;background:linear-gradient(135deg,#f04438,#dc2626 48%,#0d9488);color:#fff;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 13px 25px #dc262638}.primary:disabled{opacity:.72;cursor:wait}.error,.soft-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:8px;padding:10px 12px;font-weight:800}.soft-error{margin:0 24px 12px;font-size:13px}.empty{min-height:250px;display:grid;place-items:center;text-align:center;color:#64748b}@media(max-width:900px){.auth-page{grid-template-columns:1fr;overflow:auto}.auth-hero{min-height:48vh;padding:42px 28px}.hero-mark{width:240px;height:240px}.auth-panel{padding:28px}.auth-hero h1{font-size:46px}.hero-copy{font-size:17px}.hero-points{display:none}}@media(max-height:760px)and (min-width:901px){.auth-hero{padding:48px 7vw}.hero-mark{width:300px;height:300px}.hero-eyebrow{margin-top:24px}.auth-hero h1{font-size:clamp(46px,5.3vw,68px)}.hero-copy{margin-top:20px;font-size:17px}.hero-points{display:none}}@media(max-width:760px){.desktop{padding:12px;place-items:start center}.launcher{min-height:100vh;width:100%;border-radius:0;padding:22px}.apps-grid{grid-template-columns:repeat(3,1fr);padding:6px 0}.section-head{margin:30px 0 18px}.launcher-bottom{padding-left:0;padding-right:0}.app-tile{height:92px}}@media(max-width:520px){.auth-hero{min-height:auto;padding:34px 22px}.hero-mark{width:180px;height:180px}.hero-eyebrow{font-size:11px;letter-spacing:2px}.auth-hero h1{font-size:38px}.auth-panel{padding:22px;background:#fff}.auth-card{border:0;box-shadow:none;padding:0}.brand-logo{width:48px;height:48px}}
