:root{--bg:#f5f6f8;--panel:#fff;--ink:#162019;--muted:#707972;--line:#e4e8e4;--green:#287a4c;--green-dark:#1d633c;--green-soft:#e9f5ee;--danger:#a83c3c;--shadow:0 12px 35px #16201912}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);z-index:10;background:#fff;flex-direction:column;height:100vh;padding:23px 15px 18px;display:flex;position:sticky;top:0}.brand{color:var(--ink);background:0 0;border:0;align-items:center;gap:11px;padding:0 8px 28px;font-size:21px;font-weight:800;display:flex}.brand-mark{background:var(--green);color:#fff;border-radius:11px;place-items:center;width:36px;height:36px;font-family:Georgia,serif;font-size:25px;display:grid}.sidebar-label{letter-spacing:.15em;color:#969d98;padding:0 11px 9px;font-size:10px;font-weight:850}.space-list{gap:4px;display:grid}.space-row{color:var(--muted);border-radius:11px;grid-template-columns:minmax(0,1fr) 27px 27px;align-items:center;display:grid}.space-row:hover,.space-row.active{background:var(--green-soft);color:var(--green-dark)}.space-main{text-align:left;min-width:0;color:inherit;background:0 0;border:0;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:6px;padding:10px 8px;font-weight:750;display:grid}.space-main>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.space-icon{font-size:17px}.space-main small{background:#ffffffbf;border-radius:99px;padding:2px 6px;font-size:10px}.space-action{color:var(--muted);background:0 0;border:0;padding:5px;display:none}.space-row:hover .space-action{display:block}.danger{color:var(--danger)!important}.new-space{color:var(--muted);background:#fafbfa;border:1px dashed #cdd4ce;border-radius:10px;margin-top:8px;padding:10px;font-weight:700}.new-space:hover{border-color:var(--green);color:var(--green);background:var(--green-soft)}.sidebar-bottom{border-top:1px solid var(--line);gap:2px;margin-top:auto;padding-top:12px;display:grid}.sidebar-bottom button{text-align:left;color:var(--muted);background:0 0;border:0;border-radius:9px;padding:9px 11px;font-weight:650}.sidebar-bottom button:hover{color:var(--ink);background:#f3f5f3}.workspace{width:100%;min-width:0;max-width:1500px;margin:0 auto;padding:0 38px 30px}.topbar{grid-template-columns:minmax(280px,620px) 1fr;align-items:center;gap:24px;height:82px;display:grid}.search{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:center;gap:10px;height:46px;padding:0 14px;display:flex;box-shadow:0 2px 7px #00000005}.search input{border:0;outline:0;width:100%;font-size:14px}.search kbd{border:1px solid var(--line);color:var(--muted);background:#fafafa;border-radius:6px;padding:3px 7px;font-size:11px}.top-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.button{border:1px solid var(--line);border-radius:11px;padding:11px 16px;font-weight:700}.button.ghost{color:var(--ink);background:#fff}.button.primary{background:var(--green);border-color:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}.avatar{width:42px;height:42px;color:var(--green-dark);background:#d9e2dc;border:0;border-radius:50%;font-weight:800}.hero-row{justify-content:space-between;align-items:flex-end;gap:20px;padding:44px 0 24px;display:flex}.eyebrow{letter-spacing:.16em;color:var(--green);margin:0 0 9px;font-size:11px;font-weight:800}h1{letter-spacing:-.04em;margin:0 0 10px;font-size:42px;line-height:1}.subtitle{color:var(--muted);margin:0}.hero-actions{align-items:center;gap:10px;display:flex}.inbox-summary{background:var(--green-soft);text-align:left;min-width:220px;color:var(--ink);border:1px solid #d5eadd;border-radius:14px;align-items:center;gap:12px;padding:10px 15px;display:flex}.summary-icon{width:38px;height:38px;color:var(--green);background:#fff;border-radius:10px;place-items:center;font-size:20px;display:grid}.inbox-summary>span:last-child{flex-direction:column;display:flex}.inbox-summary small{color:var(--muted);margin-top:2px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.group-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;min-height:230px;padding:19px;transition:all .15s}.group-card.drop-ready:hover{border-color:var(--green);background:#fbfefc}.group-heading,.group-heading>div{align-items:center;display:flex}.group-heading{justify-content:space-between;margin-bottom:17px}.group-heading>div{gap:9px}.group-heading h2{margin:0;font-size:17px}.group-actions button,.tile-actions button,.modal-heading button{color:var(--muted);background:0 0;border:0;font-size:16px}.group-icon{background:var(--green-soft);width:31px;height:31px;color:var(--green);border-radius:9px;place-items:center;font-weight:800;display:grid}.count{color:var(--muted);background:#f1f3f1;border-radius:999px;padding:3px 8px;font-size:12px}.link-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.link-tile{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:center;min-height:82px;padding:11px 45px 11px 11px;transition:all .15s;display:flex;position:relative}.link-tile:hover{border-color:#ccd5ce;transform:translateY(-2px);box-shadow:0 8px 18px #16201914}.link-tile:active{cursor:grabbing}.link-main{color:inherit;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.favicon{background:#f5f6f5;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.favicon img{width:22px;height:22px}.link-copy{flex-direction:column;min-width:0;display:flex}.link-copy strong,.link-copy small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.link-copy strong{font-size:13px}.link-copy small{color:var(--muted);margin-top:4px;font-size:11px}.tile-actions{top:5px;right:5px;gap:0!important;display:none!important;position:absolute!important}.link-tile:hover .tile-actions{display:flex!important}.tile-actions button{padding:3px 4px;font-size:13px}.status{text-transform:capitalize;color:var(--muted);background:#eef1ee;border-radius:99px;padding:2px 6px;font-size:9px;position:absolute;bottom:7px;right:8px}.status.favorite{color:#8a6810;background:#fff1c7}.status.new{color:#276292;background:#e6f2ff}.status.study{color:#6743a6;background:#f0e9ff}.empty,.add-tile{color:#929a94;background:#fafbfa;border:1px dashed #cdd4ce;border-radius:13px;place-items:center;min-height:82px;display:grid}.add-tile{font-weight:700}.add-tile:hover{color:var(--green);border-color:var(--green);background:var(--green-soft)}.empty-space{min-height:300px;color:var(--muted);background:#fafbfa;border:1px dashed #cdd4ce;border-radius:18px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:7px;display:flex}.empty-space span{color:var(--green);font-size:32px}.empty-space strong{color:var(--ink);font-size:18px}.footer-note{text-align:center;color:var(--muted);padding:30px;font-size:12px}.modal-backdrop{z-index:20;background:#0c120e73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:20px;width:min(500px,100%);padding:24px;box-shadow:0 30px 100px #00000040}.modal-heading{justify-content:space-between;align-items:flex-start;display:flex}.modal-heading h2{margin:0;font-size:27px}.modal-heading button{font-size:28px}.modal form{gap:16px;margin-top:25px;display:grid}.modal label{gap:7px;font-size:13px;font-weight:750;display:grid}.modal label span{color:var(--muted);font-weight:400}.modal input,.modal select{border:1px solid var(--line);background:#fff;border-radius:11px;outline:0;width:100%;padding:12px 13px}.modal input:focus,.modal select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.form-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}@media (max-width:1100px){.app-shell{grid-template-columns:215px minmax(0,1fr)}.workspace{padding:0 24px 25px}.dashboard-grid{grid-template-columns:1fr}.link-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;padding:14px 16px;position:static}.brand{padding:0 0 14px}.sidebar-label,.sidebar-bottom{display:none}.space-list{gap:6px;display:flex;overflow:auto}.space-row{flex:none;display:block}.space-main{padding:9px 12px;display:flex}.space-main small,.space-action{display:none!important}.new-space{margin:0;padding:9px;position:absolute;top:14px;right:16px}.workspace{padding:0 16px 20px}.topbar{flex-wrap:wrap;height:auto;padding:15px 0;display:flex}.search{order:2;width:100%}.top-actions{margin-left:auto}.top-actions .ghost{display:none}.hero-row{align-items:flex-start;padding-top:25px}.hero-actions>.ghost,.inbox-summary{display:none}h1{font-size:34px}.link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.group-card{padding:15px}}@media (max-width:430px){.top-actions .primary{padding:11px 13px;font-size:0}.top-actions .primary:after{content:"＋";font-size:18px}.link-grid{grid-template-columns:1fr 1fr}.link-tile{padding-right:35px}}.auth-page{background:#f4f7f5;grid-template-columns:minmax(390px,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:linear-gradient(145deg,#173f2b,#246746);flex-direction:column;justify-content:space-between;gap:60px;padding:55px clamp(38px,7vw,105px);display:flex}.auth-brand{align-items:center;gap:12px;font-size:22px;font-weight:850;display:flex}.auth-story .brand-mark{color:var(--green);background:#fff}.auth-story h1{max-width:760px;font-size:clamp(46px,5vw,72px);line-height:1.02}.auth-story p:not(.eyebrow){color:#dcece2;max-width:680px;font-size:18px;line-height:1.65}.auth-story .eyebrow{color:#a9dec0}.auth-benefits{color:#dcece2;gap:12px;font-weight:650;display:grid}.auth-panel{place-items:center;padding:35px;display:grid}.auth-card{border:1px solid var(--line);width:min(470px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:38px}.auth-card h2{margin:0 0 8px;font-size:32px}.auth-intro{color:var(--muted);margin:0 0 28px;line-height:1.5}.auth-card form{gap:16px;display:grid}.auth-card label{gap:7px;font-size:13px;font-weight:750;display:grid}.auth-card input{border:1px solid var(--line);border-radius:11px;outline:0;padding:13px}.auth-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.auth-submit{width:100%;margin-top:4px}.auth-error{color:#933;background:#fff2f2;border:1px solid #efcaca;border-radius:10px;padding:10px 12px;font-size:13px}.auth-switch{border-top:1px solid var(--line);color:var(--muted);justify-content:center;gap:6px;margin-top:23px;padding-top:20px;font-size:14px;display:flex}.auth-switch button{color:var(--green);background:0 0;border:0;font-weight:800}.auth-loading{justify-content:center;align-items:center;gap:12px;min-height:100vh;display:flex}.profile-menu{align-items:center;display:flex;position:relative}.account-popover{border:1px solid var(--line);z-index:70;background:#fff;border-radius:18px;width:290px;padding:12px;position:absolute;top:52px;right:0;box-shadow:0 22px 60px #1620192e}.account-summary{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:10px 9px 14px;display:flex}.account-avatar{background:var(--green-soft);width:44px;height:44px;color:var(--green-dark);border-radius:50%;flex:none;place-items:center;font-weight:850;display:grid}.account-summary>div{gap:3px;min-width:0;display:grid}.account-summary strong,.account-summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-summary small{color:var(--muted);font-size:12px}.account-menu-actions{padding-top:8px;display:grid}.account-menu-actions button{text-align:left;color:var(--ink);background:0 0;border:0;border-radius:10px;padding:11px 10px;font-weight:700}.account-menu-actions button:hover{background:#f3f6f4}.account-menu-actions .account-signout{color:var(--danger);border-top:1px solid var(--line);border-radius:0;margin-top:5px;padding-top:13px}@media (max-width:850px){.auth-page{grid-template-columns:1fr}.auth-story{min-height:340px;padding:35px}.auth-story h1{font-size:42px}.auth-benefits{display:none}.auth-panel{padding:22px}.auth-card{padding:27px}.logout-button{display:none}}.auth-brand{color:inherit;text-decoration:none}.auth-switch a{color:var(--green);font-weight:800;text-decoration:none}.back-to-demo{text-align:center;color:var(--muted);margin-top:15px;font-size:13px;text-decoration:none;display:block}.import-message{background:var(--green-soft);color:var(--green-dark);border:1px solid #cce6d5;border-radius:11px;justify-content:space-between;align-items:center;margin:18px 0 0;padding:11px 13px;font-size:13px;font-weight:700;display:flex}.import-message button{color:inherit;background:0 0;border:0;font-size:18px}.landing-page{background:#f4f7f5;min-height:100vh}.landing-header{border-bottom:1px solid var(--line);background:#ffffffe6;justify-content:space-between;align-items:center;height:68px;padding:0 clamp(20px,5vw,76px);display:flex}.landing-header .brand{padding:0}.landing-header nav{align-items:center;gap:20px;display:flex}.landing-header nav>a:not(.button){color:var(--muted);font-size:14px;font-weight:700;text-decoration:none}.landing-hero{text-align:center;padding:34px 20px 28px}.landing-hero h1{margin-bottom:12px;font-size:clamp(42px,5.4vw,68px)}.landing-hero>p:not(.eyebrow){max-width:720px;color:var(--muted);margin:0 auto;font-size:17px;line-height:1.45}.landing-cta{justify-content:center;align-items:center;gap:15px;margin-top:18px;display:flex}.landing-cta span{color:var(--muted);font-size:13px}.demo-shell{border:1px solid var(--line);background:#fff;border-radius:24px;grid-template-columns:210px minmax(0,1fr);width:min(1400px,100% - 38px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 26px 70px #142d1d1f}.demo-sidebar{border-right:1px solid var(--line);background:#fbfcfb;flex-direction:column;gap:6px;padding:24px 14px;display:flex}.demo-sidebar-title{letter-spacing:.12em;color:var(--muted);padding:0 11px 10px;font-size:11px;font-weight:800}.demo-sidebar button{text-align:left;color:var(--muted);background:0 0;border:0;border-radius:10px;gap:10px;padding:11px 13px;font-weight:750;display:flex}.demo-sidebar button.active{background:var(--green-soft);color:var(--green-dark)}.demo-workspace{min-width:0;padding:25px}.demo-toolbar{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.demo-toolbar>div{flex-direction:column;display:flex}.demo-toolbar strong{font-size:25px}.demo-toolbar small{color:var(--muted);margin-top:4px}.demo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.demo-tile{padding-right:11px}.demo-notice{text-align:center;color:var(--muted);background:#f5f7f5;border-radius:11px;margin-top:22px;padding:12px;font-size:13px}.demo-notice a{color:var(--green);font-weight:800}.landing-features{grid-template-columns:repeat(3,1fr);gap:35px;width:min(1100px,100% - 40px);margin:75px auto;display:grid}.landing-features>div{padding:10px}.landing-features>div>strong{background:var(--green-soft);width:38px;height:38px;color:var(--green);border-radius:10px;place-items:center;font-size:18px;display:grid}.landing-features h2{margin:16px 0 8px}.landing-features p{color:var(--muted);margin:0;line-height:1.55}@media (max-width:850px){.landing-header nav>a:first-child{display:none}.landing-hero{padding:28px 16px 24px}.landing-cta{flex-direction:column}.demo-shell{grid-template-columns:1fr}.demo-sidebar{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;overflow:auto}.demo-sidebar-title{display:none}.demo-sidebar button{flex:none}.demo-grid,.landing-features{grid-template-columns:1fr}.demo-toolbar{align-items:flex-start;gap:12px}.demo-toolbar .button{padding:9px;font-size:12px}}@media (max-width:520px){.landing-header{padding:0 14px}.landing-header nav{gap:9px}.landing-header nav>a:not(.button){display:none}.landing-header .button{padding:9px 11px;font-size:12px}.demo-shell{width:calc(100% - 16px)}.demo-workspace{padding:14px}.landing-hero h1{font-size:46px}.link-grid{grid-template-columns:1fr 1fr}}.demo-grid .group-card{min-width:0;overflow:hidden}.demo-workspace .link-grid{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));align-items:start}.demo-workspace .link-tile{width:100%;min-width:0;overflow:hidden}.demo-workspace .link-main{width:100%;min-width:0}.demo-workspace .link-copy{max-width:100%}@media (max-width:1050px){.demo-workspace .link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.demo-workspace .link-grid{grid-template-columns:1fr}.demo-toolbar{flex-wrap:wrap}.demo-toolbar .button{width:100%}.account-popover{width:min(290px,100vw - 24px);position:fixed;top:70px;right:12px}}.import-modal{width:min(760px,100vw - 32px)}.import-options{gap:14px;display:grid}.import-option{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px;display:grid}.import-option.featured{background:var(--green-soft);border-color:#cae3d4}.import-option-icon{border:1px solid var(--line);width:44px;height:44px;color:var(--green);background:#fff;border-radius:13px;place-items:center;font-size:21px;display:grid}.import-option h3{margin:0 0 5px;font-size:16px}.import-option p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.import-option-actions{flex-wrap:wrap;gap:8px;display:flex}.import-preview{gap:18px;display:grid}.preview-file{border:1px solid var(--line);border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.preview-file>span{background:var(--green-soft);width:48px;height:48px;color:var(--green-dark);border-radius:11px;place-items:center;font-size:11px;font-weight:900;display:grid}.preview-file div{gap:3px;display:grid}.preview-file small{color:var(--muted)}.preview-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.preview-stats>div{border:1px solid var(--line);background:#f7f9f7;border-radius:12px;gap:4px;padding:13px;display:grid}.preview-stats strong{font-size:22px}.preview-stats span{color:var(--muted);font-size:11px}.preview-note,.privacy-note{color:var(--muted);background:#f6f7f6;border-radius:12px;padding:13px;font-size:13px;line-height:1.5}.browser-tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:7px;margin-bottom:18px;padding-bottom:11px;display:flex}.browser-tabs button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:9px;padding:8px 12px;font-weight:700}.browser-tabs button.active{background:var(--green-soft);color:var(--green-dark);border-color:#bcdcc9}.help-steps{gap:12px;margin:0;padding-left:24px;line-height:1.55;display:grid}.help-modal{width:min(650px,100vw - 32px)}.help-layer{z-index:80}.hidden-file-input{display:none}@media (max-width:760px){.import-option{grid-template-columns:42px minmax(0,1fr)}.import-option>.button,.import-option-actions{grid-column:1/-1}.preview-stats{grid-template-columns:repeat(2,1fr)}}.modal-subtitle{color:var(--muted);margin:7px 0 0;font-size:13px;line-height:1.45}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-error{color:#933;background:#fff2f2;border:1px solid #efcaca;border-radius:10px;padding:10px 12px;font-size:13px}.modal-heading>div{min-width:0}@media (max-width:520px){.form-row{grid-template-columns:1fr}}.share-modal{width:min(620px,100vw - 32px)}.share-modal textarea{resize:vertical;border:1px solid var(--line);font:inherit;border-radius:11px;outline:0;padding:12px}.share-modal textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.share-preview{border:1px solid var(--line);border-radius:14px;align-items:center;gap:12px;padding:13px;display:flex}.share-preview img{border-radius:9px;width:38px;height:38px}.share-preview>div{min-width:0;display:grid}.share-preview strong,.share-preview small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.share-preview small{color:var(--muted)}.share-result{gap:16px;display:grid}.share-success{background:var(--green-soft);color:var(--green-dark);border:1px solid #c7e3d1;border-radius:12px;padding:13px;line-height:1.5}.copy-row{grid-template-columns:minmax(0,1fr) auto;gap:9px;display:grid}.copy-row input{border:1px solid var(--line);border-radius:10px;min-width:0;padding:11px}.share-hint{color:var(--muted);margin:0;font-size:13px}.share-platforms{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.share-platforms a,.share-platforms button{border:1px solid var(--line);color:var(--ink);text-align:center;background:#fff;border-radius:11px;padding:11px;font-weight:750;text-decoration:none}.share-platforms a:hover,.share-platforms button:hover{background:var(--green-soft);border-color:#c5dfcf}.received-modal{width:min(900px,100vw - 32px);max-height:min(760px,100vh - 40px);overflow:auto}.received-list{gap:10px;display:grid}.received-item{border:1px solid var(--line);border-radius:15px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px;display:grid}.received-item>img{border-radius:10px;width:42px;height:42px}.received-copy{gap:4px;min-width:0;display:grid}.received-copy>a{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:820;text-decoration:none;overflow:hidden}.received-copy small{color:var(--muted)}.received-copy p{color:#405047;margin:4px 0 0;font-size:13px}.received-actions{align-items:center;gap:7px;display:flex}.received-actions select{border:1px solid var(--line);background:#fff;border-radius:9px;max-width:210px;padding:9px}.received-empty{text-align:center;min-height:190px;color:var(--muted);place-content:center;gap:7px;display:grid}.received-empty strong{color:var(--ink);font-size:18px}.icon-button{background:0 0;border:0;border-radius:9px;padding:8px;font-weight:900}.tile-actions{gap:2px}@media (max-width:720px){.share-platforms{grid-template-columns:repeat(2,1fr)}.received-item{grid-template-columns:40px minmax(0,1fr)}.received-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto auto;display:grid}.received-actions select{max-width:none}.copy-row{grid-template-columns:1fr}.copy-row .button{width:100%}}.shared-page{background:#f4f7f5;grid-template-rows:auto 1fr;min-height:100vh;padding:28px;display:grid}.shared-brand{color:var(--ink);align-items:center;gap:10px;width:max-content;text-decoration:none;display:flex}.shared-card{border:1px solid var(--line);text-align:center;width:min(560px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;place-self:center;padding:42px}.shared-favicon{background:#f5f7f5;border-radius:20px;place-items:center;width:76px;height:76px;margin:18px auto;display:grid}.shared-favicon img{width:48px;height:48px}.shared-card h1{margin:8px 0;font-size:34px}.shared-domain{color:var(--muted);margin:0}.shared-card blockquote{background:var(--green-soft);color:var(--green-dark);border-radius:13px;margin:24px 0 10px;padding:16px;font-style:normal;line-height:1.55}.shared-by{color:var(--muted);margin:16px 0 24px;font-size:13px}.shared-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.shared-actions a{text-decoration:none}@media (max-width:520px){.shared-page{padding:14px}.shared-card{padding:28px 20px}.shared-card h1{font-size:27px}.shared-actions{display:grid}.shared-actions .button{width:100%}}.share-notice{color:#365542;background:#f4f8f4;border:1px solid #c9d8cd;border-radius:10px;margin:12px 0;padding:12px 14px;font-size:14px}.collections-modal{width:min(1120px,100vw - 28px);max-height:calc(100vh - 28px);overflow:auto}.collections-layout{grid-template-columns:270px minmax(0,1fr);gap:18px;display:grid}.collections-sidebar{border-right:1px solid var(--line);padding-right:16px}.compact-form{gap:9px;display:grid}.compact-form h4{margin:0 0 2px}.compact-form input,.compact-form select,.compact-form textarea{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:10px}.compact-form textarea{resize:vertical;min-height:76px}.compact-form label{color:var(--muted);gap:5px;font-size:12px;display:grid}.collection-list{gap:7px;margin-top:14px;display:grid}.collection-list button{text-align:left;border:1px solid var(--line);background:#fff;border-radius:11px;gap:3px;padding:11px;display:grid}.collection-list button.active{background:var(--green-soft);border-color:#bddcc8}.collection-list small{color:var(--muted)}.collection-content{min-width:0}.collection-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:13px;display:flex}.collection-title h3{margin:0;font-size:24px}.collection-title p{color:var(--muted);margin:4px 0 0}.collection-title>span{background:var(--green-soft);color:var(--green-dark);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.collection-forms{grid-template-columns:1fr 1.35fr;gap:14px;margin:16px 0;display:grid}.collection-forms>form{border:1px solid var(--line);border-radius:14px;padding:14px}.member-chips{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.member-chips span{border:1px solid var(--line);background:#f2f5f3;border-radius:999px;padding:6px 9px;font-size:12px}.study-list{gap:9px;display:grid}.study-list article{border:1px solid var(--line);border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.study-list article>div{gap:4px;min-width:0;display:grid}.study-list a{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:820;text-decoration:none;overflow:hidden}.study-list small{color:var(--muted)}.study-list select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px}.inline-message{margin-top:14px;position:sticky;bottom:0}@media (max-width:820px){.collections-layout{grid-template-columns:1fr}.collections-sidebar{border-right:0;border-bottom:1px solid var(--line);padding-bottom:14px;padding-right:0}.collection-list{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-forms{grid-template-columns:1fr}}@media (max-width:520px){.collection-list,.study-list article{grid-template-columns:1fr}.study-list select{width:100%}}.form-help{color:var(--muted);margin:-4px 0 2px;font-size:13px;line-height:1.45}.compact-form label{color:#4f5c54;gap:6px;font-size:12px;font-weight:700;display:grid}.compact-form label input,.compact-form label select,.compact-form label textarea{color:var(--text);font-size:15px;font-weight:400}.sidebar-shared{min-height:0;margin-top:18px}.sidebar-shared .sidebar-label{padding-top:4px}.shared-inbox-button,.shared-space-list button,.new-shared-space{text-align:left;width:100%;color:var(--muted);background:0 0;border:0;border-radius:9px;font-weight:700}.shared-inbox-button,.shared-space-list button{grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:5px;padding:9px 11px;display:grid}.shared-inbox-button:hover,.shared-space-list button:hover{color:var(--ink);background:#f3f5f3}.shared-space-list{gap:2px;max-height:180px;display:grid;overflow:auto}.shared-space-list button>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shared-space-list small{background:var(--green-soft);color:var(--green-dark);border-radius:99px;padding:2px 6px;font-size:10px}.new-shared-space{margin-top:4px;padding:8px 11px;font-size:12px}.new-shared-space:hover{color:var(--green);background:var(--green-soft)}.collection-title-actions{align-items:center;gap:8px;display:flex}.collection-title-actions>span{background:var(--green-soft);color:var(--green-dark);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.study-actions{align-items:center;gap:7px;display:flex}.study-actions select{min-width:130px}.icon-button{border:1px solid var(--line);background:#fff;border-radius:9px;place-items:center;width:36px;height:36px;font-weight:850;display:grid}.icon-button:hover{background:#f7f8f7}.collection-title>.collection-title-actions{flex:none}@media (max-width:760px){.sidebar-shared{display:none}}@media (max-width:520px){.study-actions{width:100%}.study-actions select{flex:1}}.danger-text{color:#9b2f2f!important;background:#fff!important;border-color:#e7c4c4!important}.danger-text:hover{background:#fff4f4!important}.compact-action{min-height:38px;padding:8px 11px!important}.message-dismiss{font-weight:800;text-decoration:underline;color:inherit!important;background:0 0!important;border:0!important;width:auto!important;height:auto!important;padding:2px 4px!important}.collection-title-actions{flex-wrap:wrap;justify-content:flex-end}.collection-title-actions .button{white-space:nowrap;padding:9px 12px}.inline-message{justify-content:space-between;align-items:center;gap:12px;display:flex}.member-chips span{align-items:center;gap:4px;display:inline-flex}.compact-collections-modal{grid-template-rows:auto minmax(0,1fr) auto;height:min(850px,100vh - 28px);display:grid;overflow:hidden}.compact-shared-heading{border-bottom:1px solid var(--line);padding-bottom:14px}.compact-collections-layout{grid-template-columns:230px minmax(0,1fr);min-height:0;display:grid}.compact-space-sidebar{border-right:1px solid var(--line);padding:16px 16px 16px 0;overflow:auto}.full-width{width:100%}.compact-space-list{margin-top:12px}.compact-space-content{min-width:0;padding:16px 0 16px 18px;overflow:auto}.compact-space-toolbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.compact-space-meta,.compact-space-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.compact-space-meta{color:var(--muted);font-size:13px}.role-pill{background:var(--green-soft);color:var(--green-dark);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800}.status-filter-bar{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.status-filter-bar button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:8px 11px;font-weight:750}.status-filter-bar button.active{background:var(--green-soft);color:var(--green-dark);border-color:#bddcc8}.status-filter-bar span{background:#eef2ef;border-radius:999px;margin-left:6px;padding:2px 6px;font-size:11px}.compact-study-list article{padding:14px}.study-link-main p{color:var(--ink);margin:2px 0;line-height:1.45}.inner-panel-backdrop{z-index:20;background:#121c1647;place-items:center;padding:18px;display:grid;position:absolute;inset:0}.collections-modal{position:relative}.inner-panel{border:1px solid var(--line);width:min(520px,100%);max-height:calc(100% - 18px);box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:20px;overflow:auto}.inner-panel-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.inner-panel-heading h3{margin:4px 0 0;font-size:24px}.inner-panel-heading>button{color:var(--muted);background:0 0;border:0;font-size:25px}.inner-form{gap:13px}.inner-form textarea{min-height:96px}.settings-panel{gap:20px;display:grid}.settings-panel h4{margin:0 0 10px}.danger-zone{border-top:1px solid var(--line);padding-top:18px}.danger-zone p{color:var(--muted);line-height:1.5}.compact-collections-modal>.inline-message{border-radius:0 0 18px 18px;margin:0;position:static}@media (max-width:820px){.compact-collections-layout{grid-template-columns:1fr}.compact-space-sidebar{border-right:0;border-bottom:1px solid var(--line);padding:12px 0}.compact-space-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:145px;overflow:auto}.compact-space-content{padding:14px 0 0}.compact-space-toolbar{flex-direction:column;align-items:flex-start}.compact-space-actions{width:100%}.compact-space-actions .button{flex:1}.compact-collections-modal{height:calc(100vh - 16px)}}@media (max-width:520px){.compact-space-list{grid-template-columns:1fr}.compact-space-actions{grid-template-columns:1fr 1fr;display:grid}.compact-space-actions .button:first-child{grid-column:1/-1}.status-filter-bar{grid-template-columns:1fr 1fr;display:grid}.status-filter-bar button{width:100%}.inner-panel-backdrop{padding:8px}.inner-panel{padding:16px}.compact-study-list article{grid-template-columns:1fr}.study-actions{width:100%}}.global-search-results{gap:16px;display:grid}.search-results-heading{justify-content:space-between;align-items:end;gap:16px;display:flex}.search-results-heading h2{margin:0;font-size:27px}.search-result-list{gap:10px;display:grid}.search-result-item{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px 14px;display:grid}.search-result-item>img{width:30px;height:30px}.search-result-item>div:nth-child(2){gap:3px;min-width:0;display:grid}.search-result-item a{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:800;text-decoration:none;overflow:hidden}.search-result-item small,.search-result-item p{color:var(--muted);margin:0}.search-result-item>div:last-child{gap:7px;display:flex}.discover-modal{width:min(760px,100%)}.discover-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.discover-grid article{border:1px solid var(--line);border-radius:13px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.discover-grid img{width:28px;height:28px}.discover-grid article>div{gap:3px;min-width:0;display:grid}.discover-grid a{color:var(--ink);font-weight:800;text-decoration:none}.discover-grid small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.discover-grid span{text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-size:10px}.discover-grid .button{padding:8px 10px}@media (max-width:760px){.discover-grid{grid-template-columns:1fr}.search-result-item{grid-template-columns:36px minmax(0,1fr)}.search-result-item>div:last-child{grid-column:1/-1}.search-results-heading{flex-direction:column;align-items:flex-start}}.intelligence-modal{overscroll-behavior:contain;max-width:980px;max-height:calc(100vh - 28px);overflow:auto}.intelligence-tabs{flex-wrap:wrap;gap:8px;margin:4px 0 18px;display:flex}.intelligence-tabs button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;padding:9px 14px;font-weight:700}.intelligence-tabs button.active{background:var(--green);border-color:var(--green);color:#fff}.intelligence-loading,.intelligence-empty{border:1px dashed var(--line);text-align:center;color:var(--muted);border-radius:18px;padding:32px}.website-profile-card{border:1px solid var(--line);background:#f8fbf8;border-radius:18px;margin-bottom:14px;padding:16px}.website-profile-card>div:first-child{align-items:center;gap:12px;display:flex}.website-profile-card img{border-radius:10px;width:42px;height:42px}.website-profile-card small{color:var(--muted);margin-top:3px;display:block}.website-profile-card p{color:var(--muted);margin:12px 0}.profile-tags{flex-wrap:wrap;gap:6px;display:flex}.profile-tags span{color:#27683c;background:#e8f4eb;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.profile-keywords{color:var(--muted);margin:10px 0 14px;font-size:13px}.intelligence-summary{color:var(--muted);margin:8px 0 12px;font-size:13px}.intelligence-results{grid-template-columns:1fr;gap:10px;display:grid}.intelligence-results article{border:1px solid var(--line);border-radius:16px;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px;display:grid}.intelligence-results article>img{border-radius:10px;width:40px;height:40px}.intelligence-result-copy a{color:var(--ink);font-weight:800;text-decoration:none}.intelligence-result-copy small{color:var(--muted);margin:4px 0 8px;display:block}.intelligence-result-copy p{color:var(--muted);margin:8px 0 0;font-size:12px}.intelligence-score{flex-direction:column;align-items:center;gap:3px;min-width:76px;display:flex}.intelligence-score strong{color:var(--green);font-size:20px}.intelligence-score small{color:var(--muted);margin-bottom:6px}@media (max-width:700px){.intelligence-results article{grid-template-columns:36px minmax(0,1fr)}.intelligence-score{flex-direction:row;grid-column:2;justify-content:flex-start}.intelligence-score small{margin:0}.website-profile-card>div:first-child{align-items:flex-start}}.intelligence-results{padding-bottom:8px}.intelligence-modal .form-actions{border-top:1px solid var(--line);background:#fff;margin-top:12px;padding-top:12px;position:sticky;bottom:-1px}.modal-close-button{white-space:nowrap;border:1px solid var(--line)!important;color:var(--ink)!important;background:#fff!important;border-radius:999px!important;padding:8px 13px!important;font-size:13px!important;font-weight:800!important}.modal-close-button:hover{background:var(--green-soft)!important;color:var(--green-dark)!important;border-color:#bddcc8!important}.intelligence-mode-help{color:var(--muted);margin:-8px 0 16px;font-size:13px}.intelligence-more-actions{flex-wrap:wrap;justify-content:center;gap:9px;padding:14px 0 4px;display:flex}.intelligence-more-actions .button{min-width:150px}.compact-editor-modal{width:min(520px,100%)}.link-editor-modal{width:min(650px,100%)}.link-editor-modal textarea{resize:vertical;min-height:100px}.editor-two-columns{grid-template-columns:1fr 1fr;gap:12px;display:grid}.editor-danger-row{justify-content:space-between;align-items:center;gap:14px;margin-top:4px;display:flex}.editor-danger-row .form-actions{margin-top:0}.group-actions{align-items:center}.group-actions button{width:auto;min-width:34px;padding:5px 7px;font-size:11px}.tile-actions{flex-wrap:wrap;justify-content:flex-end;width:auto;max-width:100%}.tile-actions button{width:auto;min-width:28px;padding:4px 6px;font-size:10px}@media (max-width:620px){.editor-two-columns{grid-template-columns:1fr}.editor-danger-row{flex-direction:column;align-items:stretch}.editor-danger-row .form-actions{justify-content:stretch}.editor-danger-row .button{flex:1}}.drag-handle{color:#9aa29c;cursor:grab;letter-spacing:-2px;-webkit-user-select:none;user-select:none;background:0 0;border:0;font-weight:900;line-height:1}.drag-handle:active{cursor:grabbing}.group-drag-handle{padding:7px 4px 7px 0;font-size:17px}.link-drag-handle{z-index:2;opacity:0;padding:5px 3px;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.link-tile:hover .link-drag-handle{opacity:1}.link-tile{padding-left:17px}.group-card.is-dragging,.link-tile:active{opacity:.58}.group-card[draggable=true]{cursor:grab}.confirm-layer{z-index:80}.confirm-modal{grid-template-columns:48px 1fr;align-items:start;gap:16px;width:min(440px,100%);display:grid}.confirm-modal .confirm-icon{color:#b72d25;background:#fff0ee;border-radius:14px;place-items:center;width:44px;height:44px;font-size:23px;font-weight:900;display:grid}.confirm-modal h2{margin:0 0 9px;font-size:24px}.confirm-modal p:not(.eyebrow){color:var(--muted);margin:0;line-height:1.55}.confirm-modal .form-actions{grid-column:1/-1;margin-top:8px}.danger-button{color:#fff!important;background:#b72d25!important;border-color:#b72d25!important}.group-actions .danger,.tile-actions .danger{color:#a43b34}.space-row{position:relative}.space-order-handle{color:#9aa29c;cursor:grab;opacity:0;letter-spacing:-2px;background:0 0;border:0;padding:5px;font-weight:900;position:absolute;top:50%;left:-15px;transform:translateY(-50%)}.space-row:hover .space-order-handle{opacity:1}.space-row.is-dragging{opacity:.55}.space-row .space-main{padding-left:16px}.quick-access{margin-bottom:18px}.quick-view{text-align:left;width:100%;font:inherit;cursor:pointer;color:var(--ink);background:0 0;border:0;border-radius:10px;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.quick-view:hover,.quick-view.active{background:var(--soft-green)}.quick-view small{text-align:center;background:#0000000d;border-radius:999px;min-width:24px;padding:2px 7px}.tile-actions .favorite-active{color:#9b7600;background:#fff4bf;border-color:#ead477}.recent-meta{color:var(--muted);font-size:10px;position:absolute;bottom:8px;left:14px}.sidebar-tags{margin:12px 0}.sidebar-tags button{text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;width:100%;padding:7px 10px;display:grid}.sidebar-tags button:hover,.sidebar-tags button.active{background:#e9f4ed}.sidebar-tags small{opacity:.65}.smart-filter-bar{background:#fff;border:1px solid #e2e7e3;border-radius:16px;flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.smart-filter-bar label{gap:5px;font-size:12px;font-weight:700;display:grid}.smart-filter-bar select{background:#fff;border:1px solid #d9dfda;border-radius:10px;min-width:145px;padding:9px 10px}.smart-filter-bar .favorite-filter{align-items:center;gap:7px;padding-bottom:9px;display:flex}.tile-tags{flex-wrap:wrap;gap:5px;margin:4px 0 0 40px;display:flex}.tile-tags button{color:#28713e;background:#e9f4ed;border:0;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:700}.health-toolbar{border:1px solid var(--line);background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:14px 16px;display:flex}.health-toolbar>div{gap:3px;display:grid}.health-toolbar span,.health-toolbar small{color:var(--muted);font-size:12px}.health-badge{text-transform:capitalize;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;position:absolute;bottom:8px;left:14px}.health-badge.unchecked{color:#66706a;background:#eef0ef}.health-badge.ok{color:#24743c;background:#ddf4e4}.health-badge.broken,.health-badge.timeout{color:#a22d24;background:#ffe1dd}.health-badge.restricted{color:#875b00;background:#fff0c7}.health-badge.unverified{color:#53606d;background:#eef1f5}.health-badge.redirect{color:#725600;background:#fff3bf}.health-badge.broken{color:#9b2e20;background:#ffe0db}.tile-actions button{white-space:nowrap}.sidebar{padding:18px 12px 14px;overflow:hidden}.brand{flex:none;padding:0 8px 18px}.sidebar-scroll{scrollbar-width:thin;scrollbar-color:#c7cec9 transparent;min-height:0;padding-right:3px;overflow:hidden auto}.sidebar-scroll::-webkit-scrollbar{width:7px}.sidebar-scroll::-webkit-scrollbar-thumb{background:#c7cec9;border-radius:999px}.sidebar-section{margin-bottom:12px}.sidebar-section-heading{color:#929a94;letter-spacing:.14em;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:4px 10px 7px;font-size:10px;font-weight:850;display:flex}.sidebar-section-heading:hover{color:var(--ink)}.sidebar-shared,.sidebar-tags{margin:0 0 12px}.sidebar-bottom{background:#fff;flex:none;margin-top:8px}.compact-sidebar .brand{padding-bottom:13px}.compact-sidebar .sidebar-section{margin-bottom:7px}.compact-sidebar .sidebar-section-heading{padding-top:2px;padding-bottom:4px}.compact-sidebar .quick-view{min-height:34px;padding:7px 10px}.compact-sidebar .space-main{padding-top:7px;padding-bottom:7px}.compact-sidebar .new-space{margin-top:5px;padding:8px}.compact-sidebar .shared-inbox-button,.compact-sidebar .shared-space-list button{padding-top:7px;padding-bottom:7px}.compact-sidebar .sidebar-tags button{padding:5px 9px}.compact-sidebar .sidebar-bottom button{padding:7px 10px}.navigation-settings-modal{width:min(620px,100%)}.navigation-settings-list{gap:2px;margin:20px 0;display:grid}.navigation-settings-list label{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:12px 4px;display:flex}.navigation-settings-list label>span{gap:3px;display:grid}.navigation-settings-list small{color:var(--muted);font-weight:400}.navigation-settings-list input{width:20px;height:20px;accent-color:var(--green)}@media (max-width:760px){.sidebar-scroll{overflow:visible}.sidebar-section-heading{display:none}.sidebar-section{margin:0}.compact-sidebar .quick-view{padding:9px 12px}.sidebar-bottom{display:none}}.heading-with-action{grid-template-columns:minmax(0,1fr) 28px;align-items:center;padding:0 3px 4px 10px;display:grid}.heading-with-action>button:first-child{color:inherit;font:inherit;letter-spacing:inherit;font-weight:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;padding:3px 7px 3px 0;display:flex}.section-add-button{width:26px;height:26px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:8px;font-size:17px;line-height:1}.section-add-button:hover{border-color:var(--line);background:var(--green-soft);color:var(--green-dark)}.compact-sidebar .heading-with-action{padding-bottom:2px}.backup-settings-section{border:1px solid var(--line);background:#fafcfb;border-radius:16px;margin:24px 0 18px;padding:20px}.backup-settings-section h3{margin:4px 0 6px;font-size:19px}.backup-settings-section p{color:var(--muted);margin:0}.backup-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:16px 0 10px;display:grid}.backup-action-grid .button{justify-content:center}.danger-button{color:var(--danger);background:#fff7f6;border:1px solid #efc8c4;border-radius:11px;padding:11px 15px;font-weight:750}.danger-button:hover{background:#fdebea}.backup-message{font-weight:700;color:var(--green-dark)!important;margin-top:10px!important}.backup-settings-section>small{color:var(--muted);margin-top:6px;display:block}@media (max-width:620px){.backup-action-grid{grid-template-columns:1fr}}.clean-section-heading{gap:12px}.clean-section-heading .section-chevron{flex:none;margin-left:auto}.heading-with-action{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-right:4px}.section-title-button{min-width:0;color:inherit;font:inherit;letter-spacing:inherit;font-weight:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:4px 0}.section-heading-actions{align-items:center;gap:3px;display:flex}.section-chevron-button,.section-add-button{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;line-height:1;display:grid}.section-chevron-button{font-size:12px}.section-add-button{font-size:16px}.section-chevron-button:hover,.section-add-button:hover{border-color:var(--line);background:var(--green-soft);color:var(--green-dark)}.navigation-settings-modal{flex-direction:column;max-height:min(920px,100vh - 44px);padding-bottom:0;display:flex;overflow:hidden}.navigation-settings-modal>.modal-heading{flex:none}.navigation-settings-scroll{scrollbar-width:thin;scrollbar-color:#c7cec9 transparent;min-height:0;padding:0 4px 18px 0;overflow-y:auto}.navigation-settings-scroll::-webkit-scrollbar{width:7px}.navigation-settings-scroll::-webkit-scrollbar-thumb{background:#c7cec9;border-radius:999px}.navigation-settings-footer{border-top:1px solid var(--line);background:#fffffff7;flex:none;justify-content:flex-end;gap:10px;margin:0 -28px;padding:16px 28px 20px;display:flex;box-shadow:0 -8px 20px #1423190a}.shortcut-settings-section{border:1px solid var(--line);background:#fafcfb;border-radius:16px;margin:0 0 8px;padding:18px 20px}.shortcut-settings-section h3{margin:4px 0 12px;font-size:19px}.shortcut-grid{color:var(--muted);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px 18px;display:grid}.shortcut-grid kbd{white-space:nowrap;border:1px solid var(--line);color:var(--ink);background:#fff;border-bottom-width:2px;border-radius:7px;justify-self:end;padding:4px 8px;font-size:11px;font-weight:750}.navigation-settings-list{margin-top:18px}.backup-settings-section{margin-bottom:14px}@media (max-height:720px){.navigation-settings-modal{max-height:calc(100vh - 20px)}.navigation-settings-list label{padding:9px 4px}.backup-settings-section{padding:16px}.navigation-settings-footer{padding-top:12px;padding-bottom:14px}}@media (max-width:620px){.navigation-settings-footer{flex-direction:column-reverse;margin:0 -20px;padding-left:20px;padding-right:20px}.navigation-settings-footer .button{justify-content:center;width:100%}}.bulk-toolbar{z-index:12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6fcf8f7;border:1px solid #b8d8c2;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;padding:12px 14px;display:flex;position:sticky;top:12px;box-shadow:0 12px 30px #19462b1f}.bulk-toolbar>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bulk-toolbar button{cursor:pointer;background:#fff;border:1px solid #d5ded8;border-radius:10px;padding:8px 11px;font-weight:700}.bulk-toolbar button:hover{border-color:#2f7f4d}.bulk-toolbar button.danger{color:#a42822;border-color:#e8c2bf}.link-tile{position:relative}.link-tile.is-selected{background:#f1faf4;outline:2px solid #2f7f4d}.tile-select{z-index:5;width:22px;height:22px;position:absolute;top:8px;left:8px}.tile-select input{opacity:0;pointer-events:none;position:absolute}.tile-select span{color:#0000;cursor:pointer;background:#fff;border:1px solid #cbd5ce;border-radius:6px;place-items:center;width:20px;height:20px;font-size:12px;font-weight:900;display:grid}.tile-select input:checked+span{color:#fff;background:#2f7f4d;border-color:#2f7f4d}.link-tile .link-main{padding-left:25px}.bulk-modal{max-width:520px}.bulk-modal form{gap:14px;display:grid}.bulk-modal label{gap:7px;font-weight:800;display:grid}.bulk-modal input,.bulk-modal select{width:100%;font:inherit;background:#fff;border:1px solid #ccd6cf;border-radius:12px;padding:12px}.bulk-modal small{color:#68746c}.bulk-modal .modal-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}@media (max-width:760px){.bulk-toolbar{flex-direction:column;align-items:flex-start}.bulk-toolbar>div:last-child{width:100%}.bulk-toolbar>div:last-child button{flex:1}}.due-badge{color:#315a8c;background:#eef5ff;border:1px solid #d6e4f5;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;position:absolute;bottom:8px;left:10px}.due-badge.overdue{color:#a83b2f;background:#fff0ed;border-color:#f3c9c2}.link-tile:has(.due-badge){padding-bottom:34px}.quick-capture-note{border:1px solid var(--line);color:var(--muted);background:#f6faf6;border-radius:14px;margin:0;padding:12px 14px;font-size:13px}.smart-collection-modal textarea{resize:vertical;border:1px solid var(--border);width:100%;min-height:92px;font:inherit;background:var(--surface);border-radius:14px;padding:12px}.smart-recommendations{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.smart-recommendations strong{letter-spacing:.08em;width:100%;color:var(--muted);font-size:12px}.smart-recommendations button{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:999px;padding:8px 11px}.smart-recommendations button:hover{background:var(--surface-2)}.link-menu-wrap{z-index:8;position:absolute;top:7px;right:7px}.link-menu-trigger{color:#6d786f;letter-spacing:-1px;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:30px;height:26px;font-size:11px;font-weight:900;display:grid}.link-menu-trigger:hover,.link-menu-trigger:focus-visible{color:#1f6f43;background:#f0f4f1;outline:none}.link-action-menu{border:1px solid var(--line);z-index:40;background:#fff;border-radius:12px;width:190px;padding:6px;display:grid;position:absolute;top:31px;right:0;box-shadow:0 14px 40px #16201929}.link-action-menu button,.link-action-menu a{color:var(--ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 10px;font-size:12px;font-weight:700;text-decoration:none}.link-action-menu button:hover,.link-action-menu a:hover{background:var(--green-soft)}.link-action-menu .danger{color:#a43b34}.link-tile{overflow:visible}.link-tile .link-main{padding-right:20px}.link-copy{max-width:100%}.link-copy strong,.link-copy small{max-width:100%;display:block}.floating-link-action-menu{z-index:10000;overscroll-behavior:contain;max-height:calc(100vh - 16px);position:fixed;bottom:auto;right:auto;overflow-y:auto}.google-auth-button{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 14px;font-weight:800;text-decoration:none;transition:all .18s;display:flex}.google-auth-button:hover{background:#f6f8f7;border-color:#cbd8d0;transform:translateY(-1px)}.google-g{color:#4285f4;font-size:18px;font-weight:900}.auth-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;margin:18px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-divider span{white-space:nowrap}.account-avatar img,.profile-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.smart-link-status{background:#f4fbf6;border:1px solid #cfe4d6;border-radius:12px;align-items:center;gap:10px;margin-top:-6px;padding:11px 12px;display:flex}.smart-link-status.duplicate{background:#fff8ef;border-color:#edc9a9}.smart-link-status img{background:#fff;border-radius:8px;width:28px;height:28px}.smart-link-status>div{gap:2px;display:grid}.smart-link-status strong{font-size:13px}.smart-link-status small,.smart-link-status>span{color:var(--muted);font-size:12px;line-height:1.35}.smart-link-spinner:before{content:"";border:2px solid #bdd8c6;border-top-color:var(--green);vertical-align:-2px;border-radius:50%;width:12px;height:12px;margin-right:8px;animation:.7s linear infinite emalinks-spin;display:inline-block}@keyframes emalinks-spin{to{transform:rotate(360deg)}}.onboarding-modal{width:min(760px,100vw - 28px)}.onboarding-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;display:grid}.onboarding-grid button{text-align:left;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:15px;align-items:flex-start;gap:13px;padding:17px;display:flex}.onboarding-grid button:hover{background:var(--green-soft);border-color:#bed9c7}.onboarding-grid button>span{background:var(--green-soft);width:30px;height:30px;color:var(--green-dark);border-radius:10px;flex:none;place-items:center;font-weight:900;display:grid}.onboarding-grid button>div{gap:5px;display:grid}.onboarding-grid strong{font-size:15px}.onboarding-grid small{color:var(--muted);font-size:12px;line-height:1.45}.onboarding-modal>.form-actions{margin-top:18px}@media (max-width:650px){.onboarding-grid{grid-template-columns:1fr}}.avatar{padding:0;overflow:hidden}.avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.domain-correction{color:var(--green);text-align:left;background:0 0;border:0;padding:4px 0 0;font-size:12px;font-weight:800;display:block}.domain-correction:hover{text-decoration:underline}.dashboard-grid.groups-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid.groups-balanced{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid.groups-wide,.dashboard-grid.single-group{grid-template-columns:minmax(0,1fr)}.group-card.is-collapsed{min-height:0;padding-bottom:14px}.group-card.is-collapsed .group-heading{margin-bottom:0}.group-actions{align-items:center;gap:3px;display:flex;position:relative}.group-menu-wrap{position:relative}.group-action-menu{z-index:60;border:1px solid var(--line);background:#fff;border-radius:12px;width:190px;padding:6px;display:grid;position:absolute;top:34px;right:0;box-shadow:0 16px 44px #1620192b}.group-action-menu button{text-align:left;width:100%;font:inherit;color:var(--ink);background:0 0;border:0;border-radius:8px;padding:9px 10px;font-size:12px;font-weight:750}.group-action-menu button:hover{background:var(--green-soft)}.group-action-menu button.danger{color:#a43b34;border-top:1px solid var(--line);border-radius:0;margin-top:3px;padding-top:11px}.link-grid.display-detailed{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.link-grid.display-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.link-grid.display-compact .link-tile{min-height:66px}.link-grid.display-icons{grid-template-columns:repeat(auto-fill,minmax(66px,1fr));gap:9px}.display-icons .link-tile{justify-content:center;height:66px;min-height:66px;padding:7px}.display-icons .link-main{justify-content:center;width:100%;height:100%;padding:0}.display-icons .favicon{width:42px;height:42px}.display-icons .favicon img{width:28px;height:28px}.display-icons .tile-select{top:3px;left:3px;transform:scale(.78)}.display-icons .link-drag-handle{display:none}.display-icons .link-menu-wrap{top:1px;right:1px}.display-icons .link-menu-trigger{opacity:0;width:22px;height:20px;font-size:8px}.display-icons .link-tile:hover .link-menu-trigger,.display-icons .link-menu-trigger:focus-visible{opacity:1}.display-icons .tile-tags,.display-icons .health-badge,.display-icons .recent-meta,.display-icons .due-badge,.display-icons .status{display:none}.display-icons .add-tile{min-height:66px;font-size:0}.display-icons .add-tile:after{content:"＋";font-size:20px}.focus-banner{background:#f2faf5;border:1px solid #badbc5;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;padding:12px 14px;display:flex;box-shadow:0 9px 25px #1f6f4314}.focus-banner>div{align-items:center;gap:11px;display:flex}.focus-banner>div>span{width:36px;height:36px;color:var(--green);background:#fff;border-radius:11px;place-items:center;font-size:20px;display:grid}.focus-banner>div>div{gap:2px;display:grid}.focus-banner small{color:var(--muted)}.navigation-settings-list label.select-setting select{border:1px solid var(--line);width:auto;min-width:190px;font:inherit;background:#fff;border-radius:10px;padding:9px 10px}.command-palette-backdrop{z-index:120;place-items:start center;padding-top:min(14vh,120px)}.command-palette{background:#fff;border:1px solid #ffffffb3;border-radius:19px;width:min(680px,100vw - 28px);overflow:hidden;box-shadow:0 30px 100px #08140c4d}.command-search{border-bottom:1px solid var(--line);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:15px 17px;display:grid}.command-search>span{color:var(--green);font-size:22px}.command-search input{width:100%;font:inherit;border:0;outline:0;font-size:17px}.command-search kbd,.command-palette footer kbd{border:1px solid var(--line);color:var(--muted);background:#fafbfa;border-bottom-width:2px;border-radius:7px;padding:4px 7px;font-size:10px}.command-results{max-height:min(54vh,480px);padding:8px;overflow-y:auto}.command-results>button{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-radius:11px;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:10px;display:grid}.command-results>button:hover,.command-results>button:focus-visible{background:var(--green-soft);outline:0}.command-icon{width:36px;height:36px;color:var(--green-dark);background:#f1f5f2;border-radius:10px;place-items:center;font-weight:900;display:grid}.command-results>button>span:nth-child(2){gap:3px;min-width:0;display:grid}.command-results strong,.command-results small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.command-results small{color:var(--muted)}.command-enter{color:#a5ada7;text-align:center}.command-empty{text-align:center;color:var(--muted);padding:34px}.command-palette footer{border-top:1px solid var(--line);color:var(--muted);background:#fafbfa;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;font-size:11px;display:flex}.smart-add-modal{width:min(640px,100vw - 28px);max-height:calc(100vh - 38px);overflow-y:auto}.smart-preview{background:#f6fbf7;border:1px solid #c9e0d1;border-radius:15px;gap:11px;padding:14px;display:grid}.smart-preview.has-duplicate{background:#fffaf4;border-color:#edc9a9}.smart-preview-heading{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.smart-preview-heading img{background:#fff;border-radius:10px;width:38px;height:38px}.smart-preview-heading>div{gap:3px;min-width:0;display:grid}.smart-preview-heading strong,.smart-preview-heading small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.smart-preview-heading small{color:var(--muted)}.smart-preview-heading>span{color:#236c3c;background:#dff2e5;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.smart-preview p{color:#55635a;margin:0;font-size:12px;line-height:1.45}.smart-preview-tags{flex-wrap:wrap;gap:6px;display:flex}.smart-preview-tags span{color:#2e7044;background:#e5f3e9;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:750}.duplicate-warning{color:#7b4a20;background:#fff1e3;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;font-size:12px;display:grid}.duplicate-warning button{color:#8b4d17;background:0 0;border:0;font-weight:850;text-decoration:underline}.smart-similar{color:var(--muted);align-items:flex-start;gap:8px;font-size:11px;display:flex}.smart-similar strong{color:var(--ink);white-space:nowrap}.smart-add-modal button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1180px){.dashboard-grid.groups-compact,.link-grid.display-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}body{padding-bottom:32px}.app-shell{min-height:calc(100vh - 32px)}.sidebar{height:calc(100vh - 32px)}.compact-legal-footer{z-index:75;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#6f7871;white-space:nowrap;background:#fffffff5;border-top:1px solid #dfe5e0;justify-content:center;align-items:center;gap:16px;height:32px;padding:0 12px;font-size:10px;line-height:1;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:auto hidden}.compact-legal-footer>span{flex:none;font-weight:700}.compact-legal-footer nav{flex:none;align-items:center;gap:12px;display:flex}.compact-legal-footer a{color:#687269;text-decoration:none}.compact-legal-footer a:hover{color:var(--green);text-decoration:underline}.legal-page,.trust-page{min-height:calc(100vh - 32px);padding:26px clamp(18px,4vw,64px) 64px}.legal-page-header{justify-content:space-between;align-items:center;gap:18px;width:min(1040px,100%);margin:0 auto 42px;display:flex}.legal-language{border:1px solid var(--line);background:#fff;border-radius:10px;padding:3px;display:flex}.legal-language button{color:var(--muted);background:0 0;border:0;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:800}.legal-language button.active{background:var(--green-soft);color:var(--green-dark)}.legal-document{border:1px solid var(--line);width:min(760px,100%);box-shadow:var(--shadow);background:#fff;border-radius:22px;margin:0 auto;padding:clamp(24px,5vw,54px)}.legal-document h1,.trust-page h1,.legal-acceptance-card h1{letter-spacing:-.04em;margin:5px 0 12px;font-size:clamp(30px,5vw,48px);line-height:1.05}.legal-document .legal-intro,.trust-hero>p:last-child,.trust-form-copy>p{color:var(--muted);font-size:16px;line-height:1.65}.legal-document section{margin-top:31px}.legal-document h2,.trust-grid h2{margin:0 0 10px;font-size:18px}.legal-document p,.legal-document li{color:#526057;line-height:1.7}.legal-document ul{padding-left:20px}.legal-updated{border-top:1px solid var(--line);margin-top:38px;padding-top:18px;font-size:12px}.trust-hero{width:min(820px,100%);margin:0 auto 28px}.trust-grid{grid-template-columns:1.2fr .8fr;gap:14px;width:min(820px,100%);margin:0 auto;display:grid}.trust-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;padding:25px}.trust-grid p{color:var(--muted);line-height:1.65}.text-link{color:var(--green-dark);font-weight:800;text-decoration:none}.text-link:hover{text-decoration:underline}.trust-form-layout{grid-template-columns:minmax(250px,.75fr) minmax(420px,1.25fr);align-items:start;gap:54px;width:min(1040px,100%);margin:0 auto;display:grid}.trust-form-copy{position:sticky;top:28px}.operator-mini{color:var(--muted);gap:5px;margin:25px 0;font-size:13px;display:grid}.operator-mini strong{color:var(--ink);font-size:15px}.trust-form{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:20px;gap:15px;padding:26px;display:grid}.trust-form label{gap:7px;display:grid}.trust-form label>span{font-size:12px;font-weight:800}.trust-form input,.trust-form select,.trust-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #dce2dd;border-radius:11px;outline:0;padding:11px 12px}.trust-form textarea{resize:vertical}.trust-form input:focus,.trust-form select:focus,.trust-form textarea:focus{border-color:#75ad89;box-shadow:0 0 0 3px #287a4c1a}.trust-form .field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.trust-checkbox{align-items:start;grid-template-columns:18px 1fr!important}.trust-checkbox input{width:16px;height:16px;margin:1px 0}.trust-checkbox span{line-height:1.45;font-weight:500!important}.trust-success{background:var(--green-soft);color:var(--green-dark);border-radius:11px;gap:4px;padding:12px;display:grid}.trust-success small{color:#4d7059}.registration-consents{gap:9px;margin:3px 0;display:grid}.registration-consents label{color:var(--muted);grid-template-columns:18px 1fr;align-items:start;gap:8px;font-size:12px;line-height:1.45;display:grid}.registration-consents input{width:16px;height:16px;margin:1px 0}.registration-consents a,.google-legal-note a{color:var(--green-dark);font-weight:750}.google-legal-note{text-align:center;color:var(--muted);margin:9px 0 0;font-size:10px;line-height:1.45}.legal-acceptance-page{place-items:center;min-height:calc(100vh - 32px);padding:28px;display:grid}.legal-acceptance-card{border:1px solid var(--line);width:min(530px,100%);box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:32px}.legal-acceptance-card>p:not(.eyebrow){color:var(--muted);line-height:1.55}.legal-acceptance-card form{gap:13px;margin-top:22px;display:grid}.legal-acceptance-card form label{grid-template-columns:18px 1fr;align-items:start;gap:9px;font-size:13px;line-height:1.5;display:grid}.legal-acceptance-card form input{width:16px;height:16px;margin-top:2px}.legal-acceptance-card a{color:var(--green-dark);font-weight:750}.legal-acceptance-card .text-button{margin:16px auto 0;display:block}@media (max-width:760px){.compact-legal-footer{justify-content:flex-start}.legal-page-header{margin-bottom:25px}.trust-grid,.trust-form-layout{grid-template-columns:1fr}.trust-form-layout{gap:24px}.trust-form-copy{position:static}.trust-form .field-row{grid-template-columns:1fr}.legal-document{padding:24px}.trust-page h1{font-size:34px}}.admin-demo-modal{flex-direction:column;gap:14px;width:min(860px,100vw - 28px);max-height:calc(100vh - 48px);display:flex;overflow:hidden}.admin-demo-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-demo-summary{background:var(--green-soft);color:var(--green-dark);border-radius:12px;align-items:baseline;gap:7px;padding:11px 13px;display:flex}.admin-demo-summary strong{font-size:22px}.admin-demo-summary span{font-size:12px;font-weight:800}.admin-demo-summary small{color:#5b7162;margin-left:auto;font-size:11px}.admin-demo-list{gap:7px;min-height:0;padding-right:3px;display:grid;overflow-y:auto}.admin-demo-list>article{border:1px solid var(--line);background:#fafbfa;border-radius:12px;grid-template-columns:20px 38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.admin-demo-list>article.published{background:#f6fbf7;border-color:#c7dfcf}.admin-demo-list input{width:16px;height:16px;accent-color:var(--green)}.admin-demo-visibility{place-items:center;display:grid}.admin-demo-favicon{background:#fff;border:1px solid #edf0ed;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.admin-demo-favicon img{width:23px;height:23px}.admin-demo-copy{gap:3px;min-width:0;display:grid}.admin-demo-copy strong,.admin-demo-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-demo-copy small{color:var(--muted);font-size:11px}.admin-demo-row-actions{align-items:center;gap:4px;display:flex}.admin-demo-row-actions button{color:var(--ink);background:#edf1ee;border:0;border-radius:7px;padding:6px 8px;font-size:10px;font-weight:800}.admin-demo-row-actions button:hover:not(:disabled){color:var(--green-dark);background:#dfece3}.admin-demo-row-actions button:disabled{opacity:.35;cursor:not-allowed}.admin-demo-row-actions button.danger{color:var(--danger);background:#f8eceb}.admin-demo-form{gap:14px;padding:2px;display:grid;overflow-y:auto}.admin-demo-form>label,.admin-demo-form .field-row>label{gap:6px;font-size:12px;font-weight:800;display:grid}.admin-demo-form label>span{color:var(--muted);font-weight:400}.admin-demo-form input:not([type=checkbox]),.admin-demo-form select,.admin-demo-form textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:10px;outline:0;padding:11px}.admin-demo-form input:focus,.admin-demo-form select:focus,.admin-demo-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.admin-demo-form .field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:700px){.admin-demo-modal{max-height:calc(100vh - 24px)}.admin-demo-summary small{display:none}.admin-demo-list>article{grid-template-columns:20px 34px minmax(0,1fr)}.admin-demo-row-actions{grid-column:1/-1;justify-content:flex-end}.admin-demo-toolbar{flex-direction:column;align-items:stretch}.admin-demo-form .field-row{grid-template-columns:1fr}}@media (max-width:760px){.dashboard-grid.groups-compact,.dashboard-grid.groups-balanced,.link-grid.display-detailed,.link-grid.display-compact{grid-template-columns:1fr}.focus-banner{flex-direction:column;align-items:stretch}.smart-preview-heading{grid-template-columns:40px minmax(0,1fr)}.smart-preview-heading>span{grid-column:2;justify-self:start}.duplicate-warning{grid-template-columns:1fr}.navigation-settings-list label.select-setting{flex-direction:column;align-items:stretch}.navigation-settings-list label.select-setting select{width:100%}}.auth-card{max-height:calc(100vh - 44px);overflow-y:auto}.notification-center{align-items:center;display:flex;position:relative}.notification-bell{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;background:#fff;border-radius:13px;place-items:center;display:grid;position:relative}.notification-bell:hover,.notification-bell.active{background:var(--green-soft);color:var(--green-dark);border-color:#b8d5c2}.notification-bell svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:21px;height:21px}.notification-bell>small{color:#fff;background:#d94040;border:2px solid #fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:850;display:grid;position:absolute;top:-6px;right:-5px}.notification-popover{border:1px solid var(--line);z-index:90;background:#fff;border-radius:19px;width:min(390px,100vw - 28px);max-height:min(590px,100vh - 90px);position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 24px 70px #16201933}.notification-popover>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:15px;padding:17px 18px 14px;display:flex}.notification-popover>header>div{gap:3px;display:grid}.notification-popover>header strong{font-size:17px}.notification-popover>header small{color:var(--muted)}.notification-popover>header button{color:var(--green);white-space:nowrap;background:0 0;border:0;padding:3px;font-size:12px;font-weight:800}.notification-list{max-height:480px;overflow-y:auto}.notification-list article{background:#fff;border-bottom:1px solid #edf0ee;position:relative}.notification-list article.unread{background:#f2f9f4}.notification-main{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;grid-template-columns:38px minmax(0,1fr) 8px;gap:11px;padding:15px 38px 15px 15px;display:grid}.notification-main:hover{background:#2270450f}.notification-icon{width:38px;height:38px;color:var(--green-dark);background:#e5f3e9;border-radius:12px;place-items:center;font-size:18px;font-weight:850;display:grid}.notification-copy{gap:3px;min-width:0;display:grid}.notification-copy small{color:var(--muted);line-height:1.35}.notification-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.notification-copy time{color:#89958e;font-size:11px}.notification-main i{background:var(--green);border-radius:50%;align-self:center;width:7px;height:7px}.notification-remove{color:#9aa39e;opacity:0;background:0 0;border:0;border-radius:8px;width:25px;height:25px;font-size:17px;position:absolute;top:9px;right:9px}.notification-list article:hover .notification-remove{opacity:1}.notification-remove:hover{color:var(--danger);background:#f2e7e7}.notification-empty{text-align:center;color:var(--muted);justify-items:center;gap:7px;padding:45px 24px;display:grid}.notification-empty>span{background:var(--green-soft);width:44px;height:44px;color:var(--green);border-radius:50%;place-items:center;font-weight:900;display:grid}.notification-empty strong{color:var(--ink)}.notification-error{color:#933;background:#fff2f2;border-radius:10px;margin:14px;padding:12px;font-size:13px}.compact-study-list .shared-link-card{grid-template-columns:1fr;align-items:stretch;gap:8px;padding:14px;display:grid}.shared-link-summary{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px!important;display:grid!important}.comment-toggle{width:max-content;color:var(--muted);background:0 0;border:0;align-items:center;gap:6px;padding:5px 3px;font-size:12px;font-weight:750;display:flex}.comment-toggle:hover,.comment-toggle.active{color:var(--green-dark)}.comment-toggle>span{font-size:16px}.shared-comments{border-top:1px solid var(--line);gap:12px;padding-top:12px;display:grid}.comment-list{gap:10px;display:grid}.shared-comment{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:9px;display:grid}.comment-avatar{background:var(--green-soft);width:34px;height:34px;color:var(--green-dark);border-radius:50%;place-items:center;font-size:11px;font-weight:850;display:grid}.shared-comment>div{background:#f5f7f5;border-radius:0 12px 12px;min-width:0;padding:9px 11px}.shared-comment header{align-items:center;gap:7px;display:flex}.shared-comment header strong{font-size:12px}.shared-comment header time{color:var(--muted);margin-left:auto;font-size:10px}.shared-comment header button{color:#99a29c;background:0 0;border:0;padding:0 2px;font-size:16px;line-height:1}.shared-comment header button:hover{color:var(--danger)}.shared-comment p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;margin:5px 0 0!important}.no-comments,.viewer-comment-note{color:var(--muted);margin:0;font-size:12px}.comment-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.comment-form textarea{resize:vertical;border:1px solid var(--line);min-height:62px;max-height:150px;font:inherit;border-radius:11px;outline:0;padding:10px}.comment-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.comment-form .button{height:40px}.shared-filter-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.shared-filter-row .status-filter-bar{margin-bottom:0}.shared-sort-control{color:var(--muted);white-space:nowrap;align-items:center;gap:7px;font-size:11px;font-weight:750;display:flex}.shared-sort-control select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;padding:8px 28px 8px 9px;font-weight:700}.shared-link-engagement{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px!important;display:flex!important}.reaction-buttons{align-items:center;gap:6px;display:flex}.reaction-buttons button{border:1px solid var(--line);min-height:30px;color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:11px;display:flex}.reaction-buttons button:hover:not(:disabled),.reaction-buttons button.active{background:var(--green-soft);color:var(--green-dark);border-color:#b8d8c3}.reaction-buttons button:disabled{opacity:.55;cursor:not-allowed}.reaction-buttons button>span{font-size:13px;font-weight:900}.reaction-buttons button>strong{font-size:11px}.reaction-buttons button>small{min-width:17px;height:17px;color:var(--ink);background:#edf1ee;border-radius:999px;place-items:center;font-size:9px;display:grid}.reaction-buttons button.active>small{background:#fff}.activity-panel{gap:14px;display:grid}.activity-panel>.form-help{margin:0}.activity-timeline{display:grid}.activity-timeline article{grid-template-columns:36px minmax(0,1fr);gap:10px;padding:0 0 17px;display:grid;position:relative}.activity-timeline article:not(:last-child):before{content:"";background:var(--line);width:1px;position:absolute;top:36px;bottom:0;left:17px}.activity-timeline article>span{background:var(--green-soft);width:36px;height:36px;color:var(--green-dark);z-index:1;border-radius:12px;place-items:center;font-weight:850;display:grid}.activity-timeline article>div{min-width:0;padding-top:2px}.activity-timeline p{margin:0;font-size:13px;line-height:1.45}.activity-timeline time{color:var(--muted);margin-top:4px;font-size:10px;display:block}.activity-empty{border:1px dashed var(--line);text-align:center;min-height:150px;color:var(--muted);border-radius:14px;place-content:center;justify-items:center;gap:5px;padding:20px;display:grid}.activity-empty strong{color:var(--ink)}.auth-language-picker{color:var(--muted);grid-template-columns:auto 138px;justify-content:end;align-items:center;margin:0 0 18px;display:flex!important}.auth-language-picker select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;outline:0;padding:9px 11px;font-weight:700}.auth-language-picker select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.auth-card label>span{color:var(--muted);font-weight:400}.auth-two-columns{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-card input[type=date]{color:var(--ink)}.forgot-password-link{color:var(--green);justify-self:end;margin-top:-8px;font-size:12px;font-weight:800;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.auth-success{color:#23683a;background:#eff9f2;border:1px solid #bcdcc7;border-radius:10px;padding:11px 12px;font-size:13px;line-height:1.45}.smart-inbox-toolbar{background:linear-gradient(100deg,#f3faf5,#fff);border:1px solid #bcdcc7;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;padding:13px 15px;display:flex;box-shadow:0 9px 26px #1f6f4312}.smart-inbox-toolbar>div{align-items:center;gap:11px;display:flex}.smart-inbox-toolbar>div>span{width:38px;height:38px;color:var(--green);background:#e0f2e6;border-radius:11px;place-items:center;font-size:19px;display:grid}.smart-inbox-toolbar>div>div{gap:2px;display:grid}.smart-inbox-toolbar small{color:var(--muted)}.smart-inbox-layer{z-index:110}.smart-inbox-modal{flex-direction:column;width:min(980px,100vw - 30px);max-height:calc(100vh - 36px);display:flex;overflow:hidden}.smart-inbox-list{gap:10px;margin:20px -4px 0 0;padding:2px 4px 12px 0;display:grid;overflow-y:auto}.smart-inbox-item{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:26px 42px minmax(160px,1.3fr) auto minmax(190px,1fr) minmax(160px,.8fr);align-items:center;gap:11px;padding:12px;display:grid;position:relative}.smart-inbox-item.confidence-review{background:#fffcf7;border-color:#ead7b2}.smart-inbox-item>img{background:#f3f5f4;border-radius:10px;width:40px;height:40px}.smart-inbox-check{place-items:center!important;display:grid!important}.smart-inbox-check input{opacity:0;position:absolute}.smart-inbox-check span{color:#0000;background:#fff;border:1px solid #c7d1ca;border-radius:6px;place-items:center;width:21px;height:21px;font-size:12px;display:grid}.smart-inbox-check input:checked+span{background:var(--green);border-color:var(--green);color:#fff}.smart-inbox-link{gap:3px;min-width:0;display:grid}.smart-inbox-link strong,.smart-inbox-link small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.smart-inbox-link small,.smart-inbox-link p{color:var(--muted);font-size:11px}.smart-inbox-link p{margin:2px 0 0;line-height:1.35}.confidence-badge{text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-self:start;padding:4px 7px;font-size:9px;font-weight:850}.confidence-badge.high{color:#226a39;background:#ddf3e4}.confidence-badge.medium{color:#355f8b;background:#e9f1fb}.confidence-badge.review{color:#805b0c;background:#fff0cf}.smart-inbox-item>label:not(.smart-inbox-check){min-width:0;color:var(--muted);gap:4px;font-size:10px;font-weight:800;display:grid}.smart-inbox-item select,.smart-inbox-item input{border:1px solid var(--line);width:100%;min-width:0;font:inherit;color:var(--ink);background:#fff;border-radius:9px;padding:9px}.smart-inbox-footer{border-top:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:12px;margin:0 -24px -24px;padding:14px 24px;display:flex}.smart-inbox-footer>div{align-items:center;gap:9px;display:flex}.smart-inbox-footer span{color:var(--muted);font-size:12px;font-weight:750}@media (max-width:850px){.auth-card{max-height:none}.smart-inbox-item{grid-template-columns:26px 40px minmax(0,1fr)}.smart-inbox-item .confidence-badge{grid-column:3}.smart-inbox-item>label:not(.smart-inbox-check){grid-column:1/-1}.smart-inbox-footer{flex-direction:column;align-items:stretch}.smart-inbox-footer>div{justify-content:flex-end}.smart-inbox-toolbar{flex-direction:column;align-items:stretch}}@media (max-width:540px){.auth-two-columns{grid-template-columns:1fr}.smart-inbox-footer>div{flex-direction:column;align-items:stretch}.smart-inbox-footer .button{width:100%}}@media (max-width:620px){.shared-link-summary{grid-template-columns:1fr}.study-actions{justify-content:space-between}.shared-filter-row{display:grid}.shared-sort-control{justify-content:space-between}.shared-link-engagement{display:grid!important}.reaction-buttons{grid-template-columns:repeat(3,1fr);display:grid}.reaction-buttons button{justify-content:center}.reaction-buttons button>strong{display:none}.comment-form{grid-template-columns:1fr}.comment-form .button{width:100%}.shared-comment header{flex-wrap:wrap}.shared-comment header time{order:3;width:100%;margin-left:0}}.smart-address-hint{color:var(--muted);background:#f3f5f4;border-radius:10px;margin:-7px 0 0;padding:9px 11px;font-size:12px;line-height:1.4}.profile-settings-layer{z-index:115}.profile-settings-modal{width:min(680px,100vw - 28px);max-height:calc(100vh - 36px);overflow-y:auto}.profile-settings-modal>form{margin-top:22px}.profile-settings-modal input:disabled,.profile-settings-modal select:disabled{color:#6f7972;background:#f2f4f3}.profile-loading{min-height:180px;color:var(--muted);place-items:center;display:grid}.profile-load-error{margin-top:20px}.profile-danger-zone{background:#fff8f7;border:1px solid #efcbc7;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:26px;padding:19px;display:grid}.profile-danger-zone h3{margin:3px 0 6px;font-size:18px}.profile-danger-zone p:not(.eyebrow){color:var(--muted);margin:0;font-size:12px;line-height:1.5}.profile-danger-zone>.button{align-self:center}.profile-delete-confirm{border-top:1px solid #efcbc7;grid-column:1/-1;gap:12px;padding-top:14px;display:grid}.profile-delete-confirm label{gap:6px;font-size:12px;font-weight:750;display:grid}.profile-delete-confirm input{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:11px}@media (max-width:620px){.profile-danger-zone{grid-template-columns:1fr}.profile-danger-zone>.button{width:100%}}.account-security{border-top:1px solid var(--line);gap:13px;margin-top:26px;padding-top:24px;display:grid}.account-security-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.account-security-heading h3{margin:3px 0 5px;font-size:21px}.account-security-heading p:not(.eyebrow){color:var(--muted);margin:0;font-size:13px}.security-score{color:#9b6415;background:#fff6e8;border-radius:999px;flex:none;padding:7px 10px;font-size:11px;font-weight:850}.security-score.verified{background:var(--green-soft);color:var(--green-dark)}.security-email-row,.security-block{border:1px solid var(--line);background:#fafcfb;border-radius:15px;padding:15px}.security-email-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.security-email-row>div{gap:4px;display:grid}.security-email-row small,.security-block p,.security-list small{color:var(--muted);font-size:12px;line-height:1.45}.security-details{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden}.security-details summary{cursor:pointer;align-items:center;gap:12px;padding:15px;list-style:none;display:flex}.security-details summary::-webkit-details-marker{display:none}.security-details summary>span{background:var(--green-soft);width:32px;height:32px;color:var(--green-dark);border-radius:10px;place-items:center;font-weight:900;display:grid}.security-details summary>div{gap:3px;display:grid}.security-details summary small{color:var(--muted);font-size:12px}.security-details summary:after{content:"⌄";color:var(--muted);margin-left:auto;font-size:18px}.security-details[open] summary:after{transform:rotate(180deg)}.security-details form{border-top:1px solid var(--line);background:#fafcfb;gap:12px;padding:15px;display:grid}.security-details form label{gap:6px;font-size:12px;font-weight:750;display:grid}.security-details form input{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:11px}.security-details form>.button{justify-self:end}.security-inline-note{border-top:1px solid var(--line);color:var(--muted);background:#fafcfb;padding:15px;font-size:13px}.security-block-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.security-block-heading h4{margin:0 0 3px;font-size:16px}.security-block-heading p{margin:0}.security-list{display:grid}.security-list article{border-top:1px solid var(--line);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.security-list article:first-child{border-top:0}.security-list article>div{gap:3px;min-width:0;display:grid}.security-list strong{font-size:13px}.security-list em{background:var(--green-soft);color:var(--green-dark);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;margin-left:5px;padding:3px 6px;font-size:9px;font-style:normal}.security-device-icon{border:1px solid var(--line);width:30px;height:30px;color:var(--green);background:#fff;border-radius:9px;place-items:center;display:grid}.security-event-dot{background:var(--green);border-radius:50%;width:9px;height:9px;margin-left:10px}.text-button{color:var(--green-dark);background:0 0;border:0;padding:6px;font-size:12px;font-weight:800}.text-button:hover{text-decoration:underline}.security-empty{margin:8px 0!important}.account-security>.profile-loading{min-height:90px}@media (max-width:620px){.account-security-heading,.security-email-row,.security-block-heading{flex-direction:column;align-items:stretch}.security-email-row .button,.security-block-heading .button{justify-content:center;width:100%}.security-list article{grid-template-columns:34px minmax(0,1fr)}.security-list article>.text-button{grid-column:2;justify-self:start;padding-left:0}.security-details form>.button{justify-content:center;justify-self:stretch;width:100%}}.form-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.admin-center-backdrop{z-index:125}.admin-center{border:1px solid var(--line);background:#f7f9f7;border-radius:22px;grid-template-rows:auto auto minmax(0,1fr);width:min(1120px,100vw - 28px);height:min(790px,100vh - 34px);display:grid;overflow:hidden;box-shadow:0 30px 90px #15251b47}.admin-center-header{background:#fff;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 17px;display:flex}.admin-center-header h2{letter-spacing:-.035em;margin:4px 0 5px;font-size:28px}.admin-center-header p:not(.eyebrow){color:var(--muted);margin:0;font-size:13px}.admin-center-header>button{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);background:#fff;border-radius:10px;font-size:22px}.admin-tabs{border-bottom:1px solid var(--line);background:#fff;gap:4px;padding:0 20px 10px;display:flex;overflow-x:auto}.admin-tabs button{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:9px;padding:9px 12px;font-size:12px;font-weight:800}.admin-tabs button:hover,.admin-tabs button.active{background:var(--green-soft);color:var(--green-dark)}.admin-center-body{min-height:0;padding:20px 22px;overflow-y:auto}.admin-center-body>.auth-error{margin-bottom:14px}.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-metrics article{border:1px solid var(--line);background:#fff;border-radius:14px;gap:3px;padding:16px;display:grid}.admin-metrics strong{color:var(--green-dark);font-size:26px}.admin-metrics span{color:var(--muted);font-size:11px;font-weight:750}.admin-overview-columns{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.admin-overview-columns>section{border:1px solid var(--line);background:#fff;border-radius:15px;padding:17px}.admin-overview-columns h3{margin:0 0 12px;font-size:15px}.admin-compact-row{border-top:1px solid #edf0ee;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 0;display:grid}.admin-compact-row:first-of-type{border-top:0}.admin-compact-row .account-avatar,.admin-user-list .account-avatar{width:34px;height:34px}.admin-compact-row>div{gap:2px;min-width:0;display:grid}.admin-compact-row strong,.admin-compact-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-compact-row small{color:var(--muted);font-size:10px}.admin-status{color:#59645d;text-transform:uppercase;white-space:nowrap;background:#eef1ef;border-radius:999px;align-items:center;padding:4px 7px;font-size:9px;font-weight:850;display:inline-flex}.admin-status.blocked{color:#a23d35;background:#fae8e6}.admin-status.new{color:#805b0c;background:#fff0cf}.admin-status.in_progress{color:#315e8b;background:#e8f0fa}.admin-status.resolved{background:var(--green-soft);color:var(--green-dark)}.admin-audit-row{border-top:1px solid #edf0ee;gap:2px;padding:9px 0;display:grid}.admin-audit-row:first-of-type{border-top:0}.admin-audit-row strong{font-size:11px}.admin-audit-row span{color:var(--muted);font-size:10px}.admin-search{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:9px;width:min(480px,100%);height:42px;margin-bottom:13px;padding:0 12px;display:flex}.admin-search input{background:0 0;border:0;outline:0;width:100%}.admin-user-list,.admin-request-list{gap:8px;display:grid}.admin-user-list>article{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;display:grid}.admin-user-list>article.blocked{background:#fff9f8;border-color:#eccbc7}.admin-user-copy{gap:3px;min-width:0;display:grid}.admin-user-copy strong,.admin-user-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-user-copy small,.admin-user-copy span{color:var(--muted);font-size:10px}.admin-user-copy em{color:#98483f;font-size:10px}.admin-request-list>article{border:1px solid var(--line);background:#fff;border-radius:15px;gap:11px;padding:16px;display:grid}.admin-request-list>article>header,.admin-request-list>article>footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-request-list header>div{gap:3px;min-width:0;display:grid}.admin-request-list header small{color:var(--muted);font-size:10px}.admin-request-list p{color:#465149;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.5}.admin-request-list>a{color:var(--green-dark);overflow-wrap:anywhere;font-size:11px}.admin-request-list footer{align-items:center;padding-top:3px}.admin-request-list footer label{color:var(--muted);align-items:center;gap:7px;font-size:10px;font-weight:800;display:flex}.admin-request-list select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:7px}.admin-demo-launch{text-align:center;place-content:center;justify-items:center;gap:8px;min-height:330px;display:grid}.admin-demo-launch>span{background:var(--green-soft);width:52px;height:52px;color:var(--green);border-radius:16px;place-items:center;font-size:25px;display:grid}.admin-demo-launch h3{margin:6px 0 0;font-size:22px}.admin-demo-launch p{max-width:460px;color:var(--muted);margin:0 0 10px;line-height:1.55}.error-page{text-align:center;place-content:center;justify-items:center;gap:12px;min-height:calc(100vh - 32px);padding:32px;display:grid}.error-page h1{letter-spacing:-.045em;margin:0;font-size:clamp(34px,6vw,54px)}.error-page>p:not(.eyebrow){max-width:530px;color:var(--muted);margin:0 0 8px;line-height:1.55}.error-page .brand-mark{width:48px;height:48px;font-size:25px}@media (max-width:800px){.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-overview-columns{grid-template-columns:1fr}.admin-center{width:calc(100vw - 18px);height:calc(100vh - 18px)}.admin-center-header{padding:18px}.admin-center-body{padding:14px}.admin-tabs{padding-left:14px}}@media (max-width:560px){.admin-user-list>article{grid-template-columns:34px minmax(0,1fr)}.admin-user-list>article>.button{grid-column:2;justify-self:start}.admin-request-list>article>header,.admin-request-list>article>footer{flex-direction:column;align-items:stretch}.admin-request-list footer label{justify-content:space-between}.admin-request-list footer select{flex:1}}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline-offset:2px;outline:3px solid #2f7d4a59}.email-verification-banner{color:#4c421f;background:#fffbed;border:1px solid #d7c88c;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin:0 22px 14px;padding:10px 14px;display:flex}.email-verification-banner>div{align-items:center;gap:10px;min-width:0;display:flex}.email-verification-banner>div:first-child>span{background:#f7edbd;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.email-verification-banner p{gap:2px;margin:0;display:grid}.email-verification-banner p small,.email-verification-banner>div:last-child>small{color:#716638;font-size:12px}.email-verification-banner>div:last-child{flex-wrap:wrap;justify-content:flex-end}.email-verification-banner .button{white-space:nowrap;background:#fff}.compact-collections-header{min-height:0}.shared-verification-note{background:#fffbed;border:1px solid #d7c88c;border-radius:11px;justify-content:space-between;align-items:flex-start;gap:12px;margin:10px 0 12px;padding:10px 13px;display:flex}.shared-verification-note span{color:#716638;font-size:12px}button:disabled{cursor:not-allowed;opacity:.55}.modal[role=dialog],.modal[role=alertdialog]{overscroll-behavior:contain}@media (max-width:720px){.email-verification-banner{align-items:flex-start;margin:0 12px 12px}.email-verification-banner>div:last-child{align-items:flex-end}.email-verification-banner p small{display:none}.shared-verification-note{display:grid}.topbar{padding-left:12px;padding-right:12px}}@media (max-width:520px){.email-verification-banner{display:grid}.email-verification-banner>div:last-child{justify-content:space-between;align-items:center}.email-verification-banner .button{padding:8px 10px}.onboarding-grid{grid-template-columns:1fr}.modal{max-height:calc(100dvh - 20px);overflow:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.group-card{min-height:190px}.smart-view-note{background:#f7faf8;border:1px solid #dbe6de;border-radius:12px;align-items:center;gap:10px;margin:0 0 14px;padding:10px 13px;display:flex}.smart-view-note>span{background:var(--green-soft);width:30px;height:30px;color:var(--green);border-radius:9px;flex:none;place-items:center;display:grid}.smart-view-note>div{gap:2px;display:grid}.smart-view-note strong{font-size:12px}.smart-view-note small{color:var(--muted);font-size:11px}@media (max-width:760px){.link-grid.display-detailed{grid-template-columns:1fr}.smart-view-note{align-items:flex-start}}.hero-copy{min-width:0}.hero-title-line{flex-wrap:wrap;align-items:baseline;gap:17px;min-width:0;display:flex}.hero-title-line h1{white-space:nowrap;margin:0;font-size:32px;line-height:1.1}.hero-tagline{min-width:0;color:var(--muted);align-items:baseline;gap:8px;margin:0;font-size:13px;line-height:1.4;display:flex}.hero-tagline strong{color:var(--green);letter-spacing:.13em;white-space:nowrap;font-size:10px}.display-detailed .link-tile{grid-template-columns:minmax(0,1fr);align-content:center;min-height:96px;padding-top:12px;padding-bottom:12px;display:grid}.display-detailed .link-main,.display-detailed .link-copy{width:100%;min-width:0}.display-detailed .link-description{white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-height:2.7em;line-height:1.35;display:-webkit-box;overflow:hidden}.display-detailed .tile-tags{flex-wrap:nowrap;min-width:0;max-width:100%;margin:7px 0 0 69px;overflow:hidden}.display-detailed .tile-tags button{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;max-width:100%;overflow:hidden}@media (max-width:900px){.hero-row{align-items:flex-start}.hero-title-line{gap:8px 14px}.hero-tagline{flex-wrap:wrap;gap:4px 7px}}@media (max-width:560px){.hero-title-line{gap:7px;display:grid}.hero-title-line h1{font-size:28px}.hero-tagline{font-size:12px}}.hero-title-line{align-items:center;gap:44px}.hero-tagline{align-items:center;gap:16px;min-height:35px;font-size:17px;line-height:1.25}.hero-tagline strong{letter-spacing:.11em;font-size:14px}.compact-editor-modal{max-height:calc(100dvh - 30px);overflow-y:auto}.group-style-fieldset{border:0;gap:9px;min-width:0;margin:0;padding:0;display:grid}.group-style-fieldset legend{padding:0;font-size:13px;font-weight:750}.group-style-fieldset>small{color:var(--muted);margin-top:-4px;font-size:11px}.group-icon-palette{grid-template-columns:repeat(10,minmax(0,1fr));gap:6px;display:grid}.group-icon-palette button{border:1px solid var(--line);height:34px;color:var(--ink);background:#fafbfa;border-radius:9px;font-size:17px}.group-icon-palette button:hover,.group-icon-palette button.selected{background:var(--green-soft);color:var(--green-dark);border-color:#73aa86;box-shadow:0 0 0 2px #2f7d4a1a}.custom-icon-field{align-items:center;grid-template-columns:110px minmax(0,1fr)!important}.custom-icon-field input{padding:9px 11px!important}.group-color-palette{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.group-color-palette button{border:1px solid var(--line);min-width:0;color:var(--muted);background:#fff;border-radius:9px;align-items:center;gap:7px;padding:8px 9px;font-size:11px;font-weight:750;display:flex}.group-color-palette button>span{background:var(--green-soft);border:1px solid #bad9c4;border-radius:5px;flex:none;width:15px;height:15px}.group-color-palette button.selected{color:var(--ink);border-color:#8aa296;box-shadow:0 0 0 2px #324b3c17}.group-color-palette .color-blue>span{background:#e8f1ff;border-color:#bad1f3}.group-color-palette .color-violet>span{background:#f0eafe;border-color:#d3c3f3}.group-color-palette .color-orange>span{background:#fff1df;border-color:#efd0a8}.group-color-palette .color-rose>span{background:#fdebed;border-color:#efc4ca}.group-color-palette .color-slate>span{background:#edf0f1;border-color:#cfd6d9}.group-tone-blue{border-color:#d7e4f6}.group-tone-blue .group-icon{color:#316bb0;background:#e8f1ff}.group-tone-violet{border-color:#e3daf5}.group-tone-violet .group-icon{color:#6f4aaa;background:#f0eafe}.group-tone-orange{border-color:#f0dfc7}.group-tone-orange .group-icon{color:#a96518;background:#fff1df}.group-tone-rose{border-color:#f1dadd}.group-tone-rose .group-icon{color:#b34f60;background:#fdebed}.group-tone-slate{border-color:#dfe4e6}.group-tone-slate .group-icon{color:#5e6e75;background:#edf0f1}.demo-sidebar button>span{flex:none;place-items:center;width:21px;font-size:16px;display:grid}.demo-sidebar button{align-items:center}@media (max-width:900px){.hero-title-line{gap:10px 28px}.hero-tagline{gap:12px;font-size:15px}.hero-tagline strong{font-size:12px}}@media (max-width:560px){.hero-title-line{gap:8px}.hero-tagline{gap:7px;min-height:0;font-size:14px}.hero-tagline strong{font-size:11px}.group-icon-palette{grid-template-columns:repeat(5,minmax(0,1fr))}.group-color-palette{grid-template-columns:repeat(2,minmax(0,1fr))}}.brand-mark,.auth-story .brand-mark{color:#0000;background:url(/emalinks-mark.svg) 50%/contain no-repeat;font-size:0;overflow:hidden}.mobile-sidebar-bar{display:contents}.mobile-nav-toggle,.mobile-nav-backdrop{display:none}.sidebar-menu-panel{flex-direction:column;flex:1;min-height:0;display:flex}@media (max-width:760px){body{padding-bottom:32px}.app-shell{min-height:calc(100dvh - 32px);display:block}.sidebar{z-index:80;border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:8px 12px;position:sticky;top:0;overflow:visible;box-shadow:0 3px 14px #1620190f;height:auto!important}.mobile-sidebar-bar{justify-content:space-between;align-items:center;gap:10px;display:flex}.sidebar .brand{flex:none;gap:8px;padding:0;font-size:17px}.sidebar .brand-mark{border-radius:9px;width:32px;height:32px}.mobile-nav-toggle{border:1px solid var(--line);min-width:0;max-width:64%;height:38px;color:var(--ink);background:#f8faf8;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:0 11px;font-weight:800;display:flex}.mobile-nav-toggle>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mobile-nav-toggle>span:last-child{color:var(--green-dark);font-size:18px;line-height:1}.sidebar-menu-panel{z-index:2;border:1px solid var(--line);background:#fff;border-radius:15px;max-height:calc(100dvh - 116px);padding:10px;display:none;position:absolute;top:calc(100% + 6px);left:8px;right:8px;overflow-y:auto;box-shadow:0 20px 55px #16201933}.sidebar-menu-panel.mobile-open{display:flex}.sidebar-scroll{min-height:auto;padding:0;overflow:visible}.sidebar-section{margin:0 0 10px}.sidebar-section-heading{display:flex}.sidebar-shared{display:block}.space-list{gap:3px;display:grid;overflow:visible}.space-row{flex:none;grid-template-columns:minmax(0,1fr) 27px 27px;width:100%;display:grid}.space-main{grid-template-columns:25px minmax(0,1fr) auto;width:100%;padding:9px 8px;display:grid}.space-main small{display:inline-block}.space-action{display:block}.new-space{width:100%;margin:5px 0 0;padding:9px;position:static}.sidebar-bottom{margin-top:2px;padding-top:9px;display:grid}.mobile-nav-backdrop{z-index:70;background:#111b1433;border:0;display:block;position:fixed;inset:0 0 32px}.workspace{padding:0 12px 72px}.topbar{grid-template-columns:minmax(0,1fr) auto;gap:9px;height:auto;padding:12px 0;display:grid}.search{order:0;width:auto;min-width:0}.search kbd{display:none}.top-actions{gap:7px;margin:0}.top-actions .notification-bell,.top-actions .avatar{width:40px;height:40px}.hero-row{padding-top:18px}.compact-legal-footer{z-index:90}}@media (max-width:520px){.topbar{grid-template-columns:1fr}.top-actions{justify-content:flex-end}.hero-row{padding-top:14px}}.auth-staging-notice{color:#67551e;background:#fff9e7;border:1px solid #e4d5a1;border-radius:11px;margin:-12px 0 20px;padding:11px 13px;font-size:13px;font-weight:700;line-height:1.45}
