@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500&family=Outfit:wght@400;500;600;700&display=swap");:root{--gold:#fad02c;--gold-deep:#d9a800;--ink:#171717;--muted:#737373;--canvas:#f7f7f5;--surface:#fff;--line:#e7e7e3;--soft:#f1f1ed;--green:#16a34a;--blue:#3d73c9;--purple:#8168be;--pink:#cc6e85;--radius:10px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Outfit,Arial,sans-serif;color:var(--ink);background:var(--canvas);font-size:14px}button,input,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}input,textarea{width:100%;border:1px solid var(--line);background:#fafaf8;border-radius:8px;padding:11px 12px;color:var(--ink);outline:none}input:focus,textarea:focus{border-color:var(--gold-deep);box-shadow:0 0 0 3px #fad02c3b}textarea{min-height:86px;resize:vertical}.app-shell{display:flex;min-height:100vh}.sidebar{width:246px;background:#fff;border-right:1px solid var(--line);padding:22px 14px 14px;display:flex;flex-direction:column;flex-shrink:0}.brand{display:flex;align-items:center;gap:10px;font-size:17px;letter-spacing:-.02em;padding:0 11px 27px}.brand strong{font-weight:600}.brand-mark{width:28px;height:28px;background:var(--gold);display:grid;place-items:center;border-radius:8px;font-weight:700;font-size:18px}.workspace{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:9px;padding:8px 9px;margin:0 2px 25px;background:#fcfcfa}.profile-avatar,.top-avatar,.workspace-avatar{display:grid;place-items:center;background:#242424;color:#fff;font-size:10px;font-weight:600;letter-spacing:.03em;border-radius:7px}.workspace-avatar{width:30px;height:30px}.profile b,.profile small,.workspace b,.workspace small{display:block}.profile small,.workspace small{font-size:10px;color:#999}.profile b,.workspace b{font-size:12px;font-weight:600}.chevron{margin-left:auto;color:#999}.sidebar nav{display:grid;grid-gap:3px;gap:3px}.sidebar nav a{display:flex;align-items:center;gap:12px;padding:10px 11px;border-radius:7px;color:#6c6c6c;text-decoration:none}.sidebar nav a span{width:17px;font-size:17px;text-align:center;color:#999}.sidebar nav a em{font-style:normal;font-size:11px;color:#aaa;margin-left:auto}.sidebar nav a.active{background:#fff8d9;color:#1c1c1c;font-weight:600}.sidebar nav a.active span{color:var(--gold-deep)}.nav-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#aaa;padding:20px 11px 6px}.sidebar-bottom{margin-top:auto}.help-card{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:9px;padding:10px;margin-bottom:14px}.help-card>span:last-child{margin-left:auto;color:#999}.help-card b,.help-card small{display:block}.help-card b{font-size:12px}.help-card small{font-size:11px;color:#999}.help-icon{width:25px;height:25px;border-radius:50%;background:#fff4c7;color:var(--gold-deep);display:grid;place-items:center;font-weight:600}.profile{border-top:1px solid var(--line);padding:15px 8px 0;display:flex;gap:9px;align-items:center}.profile-avatar{width:30px;height:30px;border-radius:50%;background:#e9bf2d;color:#171717}.dots{margin-left:auto;color:#aaa}.content{flex:1 1;min-width:0}.topbar{height:65px;background:#fff;border-bottom:1px solid var(--line);padding:0 42px;display:flex;align-items:center;justify-content:space-between}.breadcrumb{color:#999;display:flex;gap:10px}.breadcrumb i{font-style:normal;color:#d1d1cc}.breadcrumb b{color:#252525;font-weight:500}.top-actions{display:flex;align-items:center;gap:17px}.icon-btn{color:#858585;font-size:20px}.top-avatar{width:31px;height:31px;border-radius:50%;background:#e9bf2d;color:#171717}.page{max-width:1400px;margin:0 auto;padding:39px 42px 60px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px}.eyebrow{font-size:10px;color:#a7a7a0;letter-spacing:.16em;font-weight:600}.page-heading h1{font-size:29px;letter-spacing:-.04em;margin:8px 0 4px;font-weight:600}.page-heading h1 span{color:var(--gold-deep);font-size:19px}.page-heading p,.section-head p{color:#888;margin:0}.heading-actions{display:flex;gap:9px}.button{border-radius:8px;padding:10px 15px;font-weight:600;font-size:13px}.button.primary{background:var(--gold);color:#1c1917;box-shadow:0 2px 4px #d9a80040}.button.primary:hover{background:#f5c70c}.button.secondary{border:1px solid var(--line);background:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:13px;gap:13px;margin-bottom:38px}.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:18px;display:flex;gap:13px}.stat-icon{width:35px;height:35px;border-radius:9px;display:grid;place-items:center;font-size:18px}.stat-icon.gold{background:#fff5c8;color:#b18a00}.stat-icon.green{background:#e7f7eb;color:#258a48}.stat-icon.blue{background:#e7f0fc;color:#3d73c9}.stat-icon.purple{background:#f0ebfb;color:#8168be}.stat-card small,.stat-card>div>span{display:block;color:#898989;font-size:11px}.stat-card strong{display:block;font-size:23px;letter-spacing:-.04em;margin:3px 0}.stat-card small{font-size:11px}.up{font-style:normal;color:var(--green)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:13px}.section-head h2{font-size:17px;margin:0 0 3px;letter-spacing:-.02em}.text-button{color:var(--gold-deep);font-size:12px;font-weight:600}.text-button span{font-size:16px;margin-left:4px}.table-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.table-toolbar{display:flex;gap:9px;padding:15px;border-bottom:1px solid var(--line)}.search{position:relative;flex:1 1}.search>span{position:absolute;left:12px;top:9px;color:#999;font-size:19px}.search input{height:36px;padding:8px 60px 8px 35px;background:#fafaf8}.search kbd{position:absolute;right:9px;top:8px;border:1px solid var(--line);border-radius:4px;padding:2px 5px;color:#aaa;font-size:10px;background:#fff}.filter{height:36px;border:1px solid var(--line);border-radius:7px;padding:0 12px;color:#666;background:#fff}.filter span{margin-left:16px;color:#aaa}.selection-bar{background:#fff8d9;padding:9px 15px;display:flex;align-items:center;gap:15px;border-bottom:1px solid #f1df91}.selection-bar b{font-size:12px}.selection-bar button{font-size:12px;color:#7a6200}.selection-bar .danger{color:#b33d3d;margin-left:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:10px;color:#999;letter-spacing:.08em;font-weight:600;background:#fcfcfa;padding:12px 15px;border-bottom:1px solid var(--line)}td{padding:13px 15px;border-bottom:1px solid #f0f0ed;color:#555;font-size:12px}tr:last-child td{border-bottom:0}.check{width:42px;padding-right:0}.check input{width:14px;height:14px;accent-color:var(--gold-deep)}.person{display:flex;align-items:center;gap:10px;color:#252525}.person b,.person-avatar{font-weight:600}.person-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:10px}.person-avatar.gold{background:#fff1ae;color:#896d00}.person-avatar.blue{background:#dceafb;color:#3d73c9}.person-avatar.pink{background:#f8e3e9;color:#bd5c75}.person-avatar.green{background:#def4e5;color:#258a48}.person-avatar.purple{background:#eae2fa;color:#8168be}.muted{color:#bbb}.chips{display:flex;gap:4px;flex-wrap:wrap}.chip{background:#f1f1ed;border-radius:4px;padding:4px 6px;color:#6d6d68;font-size:10px}.source{display:flex;align-items:center;gap:6px;color:#777;white-space:nowrap}.source-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.source-dot.gold{background:#d9a800}.source-dot.blue{background:#3d73c9}.source-dot.pink{background:#cc6e85}.source-dot.green{background:#16a34a}.source-dot.purple{background:#8168be}.row-menu{color:#aaa;letter-spacing:2px}.table-footer{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-top:1px solid var(--line);color:#999;font-size:11px}.page-btn{border:1px solid var(--line);min-width:27px;height:27px;margin-left:4px;border-radius:5px;color:#888}.page-btn.current{background:var(--gold);border-color:var(--gold);color:#171717;font-weight:600}.lower-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:13px;gap:13px;margin-top:26px}.quick-card,.sync-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:19px}.section-head.compact{margin:0 0 17px}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.quick-action{display:flex;align-items:center;text-align:left;gap:10px;border:1px solid var(--line);border-radius:8px;padding:11px;background:#fff}.quick-action:hover{border-color:#dec34a;background:#fffdf0}.quick-icon{width:27px;height:27px;border-radius:7px;background:#fff5c8;color:#9d7a00;display:grid;place-items:center;font-size:16px}.quick-action b,.quick-action small{display:block}.quick-action b{font-size:12px}.quick-action small{font-size:10px;color:#999;margin-top:2px}.arrow{margin-left:auto;color:#aaa}.sync-card{display:flex;flex-direction:column;justify-content:space-between}.sync-top{display:flex;align-items:center;gap:10px}.google-icon,.google-large{font-family:Arial;font-weight:700;color:#4285f4}.google-icon{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;font-size:18px}.sync-top h3{font-size:13px;margin:0}.sync-top p{font-size:10px;color:#999;margin:3px 0 0}.status{margin-left:auto;color:#258a48;font-size:10px}.status i{display:inline-block;width:6px;height:6px;background:#16a34a;border-radius:50%;margin-right:4px}.sync-line{border-top:1px solid var(--line);padding-top:14px;margin-top:25px;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#777}.overlay{position:fixed;inset:0;background:#17171766;display:grid;place-items:center;padding:20px;z-index:5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog{width:min(500px,100%);background:#fff;border-radius:14px;box-shadow:0 25px 60px #0003;padding:25px}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.dialog-head h2{font-size:22px;letter-spacing:-.04em;margin:7px 0 0}.close{font-size:25px;color:#999;line-height:1}.dialog label{display:block;color:#555;font-size:12px;font-weight:600;margin:16px 0}.dialog label input,.dialog label textarea,.select-box{display:block;margin-top:7px;font-weight:400}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.select-box{border:1px solid var(--line);border-radius:8px;padding:11px 12px;color:#aaa;background:#fafaf8}.optional,.select-box span{float:right}.optional{color:#aaa;font-weight:400}.dropzone{border:1px dashed #dbc13d;background:#fffdf1;border-radius:10px;padding:28px 20px;text-align:center}.dropzone>span{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 10px;border-radius:10px;background:#fff1a6;color:#a88400;font-size:21px}.dropzone b,.dropzone small{display:block}.dropzone b{font-size:13px}.dropzone small{font-size:11px;color:#999;margin:6px auto 16px;max-width:300px}.or{display:flex;align-items:center;gap:8px;color:#aaa;font-size:11px;margin:16px 0}.or:after,.or:before{content:"";height:1px;background:var(--line);flex:1 1}.sync-dialog{text-align:center;padding:10px 15px 18px}.google-large{font-size:32px;width:58px;height:58px;margin:0 auto 15px;display:grid;place-items:center;border:1px solid var(--line);border-radius:15px}.sync-dialog h3{font-size:18px;margin:0 0 7px}.sync-dialog p{color:#777;line-height:1.55;font-size:12px}.sync-note{background:#f6f6f2;padding:10px;border-radius:7px;color:#777;font-size:11px;margin-top:17px}.choice{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:11px;margin-top:8px;font-weight:400}.choice.active{border-color:#e0c33a;background:#fffdf0}.choice>span{color:#b08a00}.choice b,.choice small{display:block}.choice b{font-size:12px;color:#333}.choice small{font-size:10px;color:#999;font-weight:400;margin-top:2px}.format-row{display:flex;gap:8px;margin-top:8px}.format{border:1px solid var(--line);border-radius:7px;padding:9px 18px;font-size:12px}.format.active{background:var(--gold);border-color:var(--gold);font-weight:600}@media(max-width:1000px){.sidebar{width:210px}.page{padding-left:24px;padding-right:24px}.topbar{padding:0 24px}.stats{grid-template-columns:repeat(2,1fr)}.lower-grid{grid-template-columns:1fr}}@media(max-width:720px){.sidebar{display:none}.page{padding:25px 16px}.topbar{padding:0 16px}.page-heading{display:block}.heading-actions{margin-top:20px}.stats{gap:8px}.stat-card{padding:13px}.stat-card strong{font-size:20px}.table-toolbar{flex-wrap:wrap}.search{flex-basis:100%}.filter{flex:1 1}table{min-width:760px}.table-card{overflow-x:auto}.selection-bar,.table-footer,.table-toolbar{min-width:760px}.form-row,.quick-actions{grid-template-columns:1fr}.dialog{padding:20px}}