*{box-sizing:border-box;margin:0;padding:0}:root{color:#111827;--bg-dark:#111;--bg-dark-2:#171717;--gold:#d7b56d;--gold-dark:#b8934f;--text:#161616;--muted:#6b7280;--line:#00000014;--white:#fff;--card:#ffffffd6;--shadow:0 20px 50px #00000014;background:#f3f0e8;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 0 0,#d7b56d29,#0000 26%),linear-gradient(#f8f5ef 0%,#f1ede4 100%)}button,input{font:inherit}#root{min-height:100vh}.app{max-width:1180px;margin:0 auto;padding:56px 20px 80px}.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.login-wrap{grid-template-columns:1.08fr .92fr;gap:24px;width:100%;max-width:1120px;display:grid}.login-hero{color:var(--white);background:linear-gradient(#111111e0,#111111f0),linear-gradient(135deg,#111,#1e1e1e);border-radius:30px;padding:40px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0000003d}.login-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d7b56d38,#0000 65%);width:260px;height:260px;position:absolute;inset:auto -80px -80px auto}.login-hero h1{letter-spacing:-.045em;max-width:560px;margin-bottom:16px;font-size:44px;line-height:1.02}.login-hero p{color:#ffffffbd;max-width:560px;font-size:15px}.badge{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;background:#d7b56d24;border:1px solid #d7b56d4d;border-radius:999px;align-items:center;margin-bottom:18px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.feature-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px;display:grid}.feature-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:22px;padding:18px}.feature-card h3{color:var(--gold);margin-bottom:6px;font-size:15px}.feature-card p{color:#ffffffad;font-size:13px}.card{background:var(--card);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow);border:1px solid #ffffffbf;border-radius:28px;padding:30px}.form-card h2,.page-title h1,.card h3{letter-spacing:-.03em}.form-card h2{margin-bottom:8px;font-size:30px}.subtext,.card-subtext,.page-title p,.path,.empty-state{color:var(--muted)}.subtext,.card-subtext{margin-bottom:20px;font-size:14px}.form-group{margin-bottom:16px}.label{color:#2f2f2f;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.input{width:100%;height:52px;color:var(--text);background:#ffffffeb;border:1px solid #ddd5c8;border-radius:16px;padding:0 16px;font-size:15px;transition:all .2s}.input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 4px #d7b56d2e}.input[type=file]{height:auto;padding:12px 14px}.btn{cursor:pointer;border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;height:48px;padding:0 18px;font-weight:700;transition:transform .16s,box-shadow .16s,opacity .16s,background .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);color:#111;box-shadow:0 14px 30px #b8934f38}.btn-primary:hover{background:linear-gradient(#ddb96b 0%,#b48d45 100%)}.btn-secondary{color:#fff;background:#111111eb;box-shadow:0 12px 28px #1111111f}.btn-secondary:hover{background:#000}.btn-danger{color:#fff;background:#221919;border:1px solid #dc26262e}.btn-danger:hover{background:#3a1717}.page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.page-title h1{margin-bottom:8px;font-size:38px;line-height:1.08}.actions{flex-wrap:wrap;gap:12px;display:flex}.notice{border-radius:18px;margin-bottom:18px;padding:14px 16px;font-size:14px}.notice.success{color:#7a5a18;background:#f7f2e5;border:1px solid #d7b56d59}.notice.error{color:#9b1c1c;background:#fff1f1;border:1px solid #dc262633}.panel-grid{grid-template-columns:380px 1fr;gap:24px;display:grid}.grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px;display:grid}.image-card{background:#ffffffe6;border:1px solid #ffffffb8;border-radius:24px;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 10px 28px #1018280f}.image-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1018281a}.image-card img{object-fit:cover;background:#e7e2d7;width:100%;height:220px;display:block}.image-card .content{padding:16px}.image-card .title{margin-bottom:8px;font-size:16px;font-weight:700}.path{word-break:break-all;margin-bottom:14px;font-size:12px}@media (width<=960px){.login-wrap,.panel-grid,.feature-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}.login-hero h1{font-size:34px}.page-title h1{font-size:30px}}.admin-shell{grid-template-columns:280px 1fr;gap:24px;max-width:1400px;margin:0 auto;padding:32px 20px 80px;display:grid}.admin-main{min-width:0}.sidebar{height:fit-content;position:sticky;top:24px}.sidebar-brand h3{margin-top:8px;font-size:24px}.sidebar-nav{gap:10px;margin-top:20px;display:grid}.sidebar-link{text-align:left;cursor:pointer;background:#ffffffb3;border:1px solid #0000000f;border-radius:16px;padding:14px 16px;font-weight:600}.sidebar-link.active{background:linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);color:#111}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stat-card h3{color:var(--muted);margin-bottom:12px;font-size:16px}.stat-number{font-size:42px;font-weight:800;line-height:1}.simple-list{gap:16px;display:grid}.simple-list-item{justify-content:space-between;align-items:center;gap:16px;display:flex}.input-readonly{color:#5f6672;cursor:not-allowed;background:#00000008}.textarea{resize:vertical;min-height:120px;padding:14px 16px}.checkbox-row{margin-top:8px}.checkbox-label{color:var(--text);align-items:center;gap:10px;font-size:14px;display:flex}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold)}select.input{appearance:none}@media (width<=1100px){.admin-shell{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.dashboard-grid{grid-template-columns:1fr}.simple-list-item{flex-direction:column;align-items:flex-start}}.enquiries-page{flex-direction:column;gap:24px;display:flex}.enquiries-live-ticker{background:#16a34a14;border:1px solid #16a34a2e;border-radius:18px;align-items:center;gap:12px;padding:16px 18px;display:flex;box-shadow:0 14px 36px #0f172a0d}.enquiries-live-ticker-icon{color:#16a34a;font-size:1rem;line-height:1;animation:1.6s infinite enquiriesPulse}.enquiries-live-ticker-copy{gap:2px;display:grid}.enquiries-live-ticker-copy strong{color:#166534;font-size:.92rem}.enquiries-live-ticker-copy span{color:#166534;font-size:.88rem}@keyframes enquiriesPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}.enquiries-filters,.enquiry-card,.enquiries-empty{background:#fffffff2;border:1px solid #0f172a14;border-radius:22px;box-shadow:0 14px 36px #0f172a0f}.enquiries-filters,.enquiries-empty{padding:22px}.enquiries-search-wrap{align-items:center;display:flex;position:relative}.enquiries-search-icon{color:#94a3b8;pointer-events:none;z-index:1;position:absolute;left:16px}.enquiries-search{color:#111;background:linear-gradient(#fffffffa,#f8fafcf5);border:1px solid #0f172a1a;border-radius:16px;width:100%;min-height:54px;padding:0 126px 0 48px;font-size:.96rem;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:inset 0 1px #ffffffb3,0 8px 20px #0f172a0a}.enquiries-search::placeholder{color:#94a3b8}.enquiries-search:hover{border-color:#0f172a24}.enquiries-search:focus{background:#fff;border-color:#b8934f73;outline:none;box-shadow:0 0 0 4px #d7b56d1f,0 12px 28px #0f172a0f}.enquiries-search-count{color:#374151;white-space:nowrap;pointer-events:none;background:#1111110d;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.enquiries-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.enquiry-card{gap:16px;padding:22px;display:grid}.enquiry-card.is-new{border-color:#d7b56d47;box-shadow:0 16px 40px #1111110f,0 0 0 1px #d7b56d1a}.enquiry-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.enquiry-contact-block{gap:10px;min-width:0;display:grid}.enquiry-contact-block h3{color:#111;margin:0;font-size:1.04rem}.enquiry-contact-row{color:#475569;align-items:center;gap:10px;min-width:0;display:flex}.enquiry-contact-row svg{opacity:.72;flex-shrink:0}.enquiry-contact-row a,.enquiry-contact-row span{color:inherit;word-break:break-word;text-decoration:none}.enquiry-contact-row a:hover{text-decoration:underline}.enquiry-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.badge{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex}.badge.new{color:#8a6a2f;background:#d7b56d24}.badge.read{color:#374151;background:#1111110f}.badge.status{color:#111;background:#1111110d}.status-contacted{color:#1d4ed8;background:#3b82f61f}.status-quoted{color:#7e22ce;background:#a855f71f}.status-archived{color:#4b5563;background:#6b728024}.enquiry-message{background:#f8fafcf2;border:1px solid #0f172a0f;border-radius:16px;padding:16px}.enquiry-message p{color:#334155;margin:0;line-height:1.7}.enquiry-meta small{color:#64748b}.enquiry-actions{flex-wrap:wrap;gap:10px;display:flex}.enquiry-actions button,.enquiry-actions select,.enquiry-modal-actions button,.enquiry-modal-actions select{color:#111;background:#fff;border:1px solid #11111114;border-radius:14px;min-height:42px;padding:0 14px;font-weight:700}.enquiry-actions button,.enquiry-view-btn,.enquiry-modal-actions button{cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 10px 24px #1111110d}.enquiry-actions button:hover,.enquiry-view-btn:hover,.enquiry-modal-actions button:hover{background:#fafafa;transform:translateY(-1px);box-shadow:0 14px 30px #1111111a}.enquiries-empty{text-align:center;color:#64748b;font-weight:600}.enquiries-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:2px;display:flex}.enquiries-page-counter{color:#4b5563;text-align:center;font-size:.92rem;font-weight:600}.enquiries-page-counter strong{color:#111;font-weight:800}.enquiries-page-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:14px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,opacity .2s;display:inline-flex;box-shadow:0 10px 24px #1111110d}.enquiries-page-btn:hover:not(:disabled){background:#fafafa;transform:translateY(-1px);box-shadow:0 14px 30px #1111111a}.enquiries-page-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.enquiry-modal-backdrop{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f107a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.enquiry-modal{background:#f8f7f3;border:1px solid #11111114;border-radius:28px;width:min(860px,100%);max-height:calc(100vh - 48px);padding:24px;overflow:auto;box-shadow:0 28px 80px #0003}.enquiry-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.enquiry-modal-header h3{color:#111;margin:0 0 6px;font-size:1.3rem;font-weight:800}.enquiry-modal-header p{color:#6b7280;margin:0}.enquiry-modal-close{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.enquiry-modal-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.enquiry-modal-summary-item{background:#ffffffd1;border:1px solid #1111110f;border-radius:18px;padding:16px}.enquiry-modal-summary-item strong{color:#6b7280;margin-bottom:6px;font-size:.8rem;display:block}.enquiry-modal-summary-item span{color:#111;word-break:break-word;text-transform:capitalize;font-weight:700}.enquiry-modal-message{background:#ffffffd1;border:1px solid #1111110f;border-radius:20px;margin-bottom:18px;padding:18px}.enquiry-modal-message strong{color:#111;margin-bottom:10px;display:block}.enquiry-modal-message p{color:#334155;white-space:pre-wrap;margin:0;line-height:1.7}.enquiry-modal-actions{flex-wrap:wrap;gap:10px;display:flex}@media (width<=991px){.enquiries-grid{grid-template-columns:1fr}}@media (width<=640px){.enquiries-search{padding-right:16px}.enquiries-search-count{flex-shrink:0;margin-left:10px;position:static;transform:none}.enquiries-search-wrap{flex-direction:column;align-items:stretch;gap:10px}.enquiries-search-icon{top:18px;transform:none}.enquiry-card{padding:18px}.enquiry-card-top{flex-direction:column}.enquiry-badges{justify-content:flex-start}.enquiry-modal{border-radius:22px;padding:18px}.enquiry-modal-summary{grid-template-columns:1fr}.enquiry-modal-backdrop{padding:14px}.enquiries-pagination{flex-direction:column;align-items:stretch}.enquiries-page-btn{justify-content:center;width:100%}.enquiries-page-counter{order:-1}}.customers-page{flex-direction:column;gap:24px;display:flex}.customers-filters,.customer-card,.customers-empty-state{background:#fffffff2;border:1px solid #0f172a14;border-radius:22px;box-shadow:0 14px 36px #0f172a0f}.customers-filters,.customers-empty-state{padding:22px}.customers-filters{grid-template-columns:1fr;gap:14px;display:grid}.customers-search-wrap{align-items:center;display:flex;position:relative}.customers-search-icon{color:#94a3b8;pointer-events:none;z-index:1;position:absolute;left:16px}.customers-search{color:#111;background:linear-gradient(#fffffffa,#f8fafcf5);border:1px solid #0f172a1a;border-radius:16px;width:100%;min-height:54px;padding:0 132px 0 48px;font-size:.96rem;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:inset 0 1px #ffffffb3,0 8px 20px #0f172a0a}.customers-search::placeholder{color:#94a3b8}.customers-search:hover{border-color:#0f172a24}.customers-search:focus{background:#fff;border-color:#b8934f73;outline:none;box-shadow:0 0 0 4px #d7b56d1f,0 12px 28px #0f172a0f}.customers-search-count{color:#374151;white-space:nowrap;pointer-events:none;background:#1111110d;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.customers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #1111110f;border-radius:24px;gap:18px;padding:22px;display:grid;box-shadow:0 16px 40px #1111110f}.customer-card-head{align-items:center;gap:14px;min-width:0;display:flex}.customer-avatar{color:#111;letter-spacing:.04em;background:linear-gradient(135deg,#e7c680 0%,#b8934f 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:.92rem;font-weight:800;display:inline-flex;box-shadow:0 12px 28px #d7b56d33,inset 0 1px #ffffff5c}.customer-head-copy{min-width:0}.customer-head-copy h3{color:#111;margin:0 0 4px;font-size:1.02rem;font-weight:800;line-height:1.2}.customer-head-copy p{color:#6b7280;margin:0;font-size:.84rem}.customer-contact-list{gap:10px;display:grid}.customer-contact-row{color:#374151;align-items:center;gap:10px;min-width:0;font-size:.92rem;display:flex}.customer-contact-row svg{opacity:.72;flex-shrink:0}.customer-contact-row a,.customer-contact-row span{min-width:0;color:inherit;word-break:break-word;text-decoration:none}.customer-contact-row a:hover{text-decoration:underline}.customer-tags{flex-wrap:wrap;gap:8px;display:flex}.customer-tag{color:#8a6a2f;background:#d7b56d1f;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex}.customer-tag-soft{color:#374151;background:#1111110d}.customer-card-actions{display:flex}.customer-history-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:14px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 10px 24px #1111110d}.customer-history-btn:hover{background:#fafafa;transform:translateY(-1px);box-shadow:0 14px 30px #1111111a}.customers-empty-state{text-align:center;color:#64748b;font-weight:600}.customers-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:2px;display:flex}.customers-page-counter{color:#4b5563;text-align:center;font-size:.92rem;font-weight:600}.customers-page-counter strong{color:#111;font-weight:800}.customers-page-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:14px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,opacity .2s;display:inline-flex;box-shadow:0 10px 24px #1111110d}.customers-page-btn:hover:not(:disabled){background:#fafafa;transform:translateY(-1px);box-shadow:0 14px 30px #1111111a}.customers-page-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.customer-modal-backdrop{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f107a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.customer-modal{background:#f8f7f3;border:1px solid #11111114;border-radius:28px;width:min(860px,100%);max-height:calc(100vh - 48px);padding:24px;overflow:auto;box-shadow:0 28px 80px #0003}.customer-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.customer-modal-header h3{color:#111;margin:0 0 6px;font-size:1.3rem;font-weight:800}.customer-modal-header p{color:#6b7280;margin:0}.customer-modal-close{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.customer-modal-close:hover{background:#fafafa;transform:translateY(-1px);box-shadow:0 10px 24px #11111114}.customer-modal-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.customer-modal-summary-item{background:#ffffffd1;border:1px solid #1111110f;border-radius:18px;padding:16px}.customer-modal-summary-item strong{color:#6b7280;margin-bottom:6px;font-size:.8rem;display:block}.customer-modal-summary-item span{color:#111;word-break:break-word;font-weight:700}.customer-history-list{gap:14px;display:grid}.customer-history-item{background:#ffffffd1;border:1px solid #1111110f;border-radius:20px;padding:18px}.customer-history-item-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.customer-history-item-top strong{color:#111}.customer-history-item-top span{color:#6b7280;font-size:.84rem}.customer-history-item-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.customer-history-item-grid label{color:#6b7280;margin-bottom:6px;font-size:.78rem;font-weight:700;display:block}.customer-history-item-grid p{color:#111;word-break:break-word;margin:0;font-weight:700}@media (width<=991px){.customers-grid{grid-template-columns:1fr}}@media (width<=640px){.customers-search{padding-right:16px}.customers-search-count{flex-shrink:0;margin-left:10px;position:static;transform:none}.customers-search-wrap{flex-direction:column;align-items:stretch;gap:10px}.customers-search-icon{top:18px;transform:none}.customer-card{border-radius:20px;padding:18px}.customer-modal{border-radius:22px;padding:18px}.customer-modal-summary,.customer-history-item-grid{grid-template-columns:1fr}.customer-modal-backdrop{padding:14px}.customer-history-item-top{flex-direction:column;align-items:flex-start}.customers-pagination{flex-direction:column;align-items:stretch}.customers-page-btn{justify-content:center;width:100%}.customers-page-counter{order:-1}}.profile-page{gap:24px;display:grid}.profile-hero-card{color:#fff;background:radial-gradient(circle at 100% 0,#d7b56d24,#0000 24%),linear-gradient(135deg,#111 0%,#1a1a1a 100%);border:1px solid #ffffff14;border-radius:28px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px;display:flex;box-shadow:0 22px 60px #00000029}.profile-hero-main{align-items:center;gap:18px;min-width:0;display:flex}.profile-avatar{color:#111;letter-spacing:.05em;background:linear-gradient(135deg,#e7c680 0%,#b8934f 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;font-size:1.2rem;font-weight:800;display:inline-flex;box-shadow:0 16px 34px #d7b56d38,inset 0 1px #ffffff61}.profile-hero-copy{min-width:0}.profile-eyebrow{color:#e7c680f2;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.75rem;font-weight:800;display:inline-block}.profile-hero-copy h2{color:#fff;margin:0 0 8px;font-size:clamp(1.6rem,2.2vw,2.2rem);line-height:1.05}.profile-hero-copy p{color:#ffffffb8;max-width:640px;margin:0;line-height:1.6}.profile-hero-status{align-items:center;display:flex}.profile-status-pill{color:#bbf7d0;background:#16a34a1f;border:1px solid #16a34a3d;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:.88rem;font-weight:800;display:inline-flex}.profile-status-dot{background:#22c55e;border-radius:999px;width:8px;height:8px;animation:1.8s infinite profilePulse;box-shadow:0 0 #22c55e99}@keyframes profilePulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.profile-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #1111110f;border-radius:24px;padding:24px;box-shadow:0 16px 40px #1111110f}.profile-card-header{margin-bottom:20px}.profile-card-header h3{color:#111;margin:0 0 6px;font-size:1.08rem;font-weight:800}.profile-card-header p{color:#6b7280;margin:0;font-size:.92rem;line-height:1.5}.profile-info-list{gap:14px;display:grid}.profile-info-row{background:#ffffffb8;border:1px solid #1111110d;border-radius:18px;align-items:center;gap:14px;padding:14px;display:flex}.profile-info-icon{color:#8a6a2f;background:#d7b56d1f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.profile-info-copy{gap:4px;min-width:0;display:grid}.profile-info-copy span{color:#6b7280;font-size:.82rem;font-weight:700}.profile-info-copy strong{color:#111;word-break:break-word;font-size:.96rem;font-weight:800;line-height:1.35}@media (width<=980px){.profile-grid{grid-template-columns:1fr}.profile-hero-card{padding:22px}}@media (width<=640px){.profile-hero-main{align-items:flex-start}.profile-avatar{width:64px;height:64px;font-size:1rem}.profile-hero-card,.profile-card{border-radius:22px;padding:18px}.profile-status-pill{justify-content:center;width:100%}.profile-hero-status{width:100%}}:root{--bg-dark:#111;--bg-dark-2:#1b1b1b;--bg-light:#fff;--bg-soft:#f7f5f1;--primary:#d7b56d;--primary-dark:#b8934f;--text-main:#111;--text-soft:#6b7280;--border:#1111110f;--radius:24px;--radius-sm:16px;--shadow:0 14px 40px #0000000f}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg-soft);color:var(--text-main);margin:0;font-family:Manrope,sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1111116b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog-card{background:#fff;border:1px solid #1111110f;border-radius:24px;width:min(100%,460px);padding:24px;box-shadow:0 20px 60px #0000002e}.dialog-card h3{color:#111;margin:0 0 10px;font-size:1.25rem}.dialog-card p{color:#6b7280;margin:0;line-height:1.6}.dialog-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.dashboard-shell{background:radial-gradient(circle at top left, #d7b56d0f, transparent 22%), var(--bg-soft);grid-template-columns:280px 1fr;min-height:100vh;display:grid;position:relative}.dashboard-sidebar{z-index:30;background:radial-gradient(circle at top,#d7b56d24,#0000 24%),linear-gradient(#0f0f10 0%,#171717 52%,#121212 100%);border-right:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;height:100vh;padding:22px 18px 18px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:inset -1px 0 #ffffff08,18px 0 50px #0000001f}.dashboard-sidebar:after{content:"";pointer-events:none;background:linear-gradient(#ffffff08,#0000 18%),radial-gradient(circle at 20% 0,#ffffff0a,#0000 20%);position:absolute;inset:0}.dashboard-sidebar-inner{z-index:1;gap:30px;display:grid;position:relative}.dashboard-sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;z-index:998;background:#0f0f107a;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.dashboard-sidebar-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.dashboard-brand-wrap{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0a;border-radius:18px;align-items:center;gap:14px;padding:8px 8px 10px;display:flex}.dashboard-brand-mark{color:#111;letter-spacing:.05em;background:linear-gradient(135deg,#e7c680 0%,#b8934f 100%);border-radius:16px;place-items:center;width:48px;height:48px;font-size:.92rem;font-weight:800;display:grid;box-shadow:0 12px 30px #d7b56d47,inset 0 1px #fff6}.dashboard-brand{color:#fff;font-size:1.08rem;font-weight:700;line-height:1.2}.dashboard-brand-subtitle{color:#ffffff85;margin:4px 0 0;font-size:.84rem;line-height:1.4}.dashboard-nav{gap:8px;display:grid}.dashboard-nav-link{color:#ffffffb8;letter-spacing:.01em;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:12px;min-height:50px;padding:0 16px;font-weight:600;text-decoration:none;transition:background .22s,color .22s,transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative}.dashboard-nav-link svg{opacity:.88;flex-shrink:0;transition:transform .22s,opacity .22s}.dashboard-nav-link:hover{color:#fff;background:#ffffff0f;border-color:#ffffff0a;transform:translate(3px)}.dashboard-nav-link:hover svg{opacity:1;transform:translate(1px)}.dashboard-nav-link.active{color:#fff;background:linear-gradient(90deg,#d7b56d1f,#ffffff0a);border-color:#d7b56d33;box-shadow:inset 0 0 0 1px #ffffff05,0 8px 18px #0000001f}.dashboard-nav-link.active svg{opacity:1}.dashboard-nav-link.active:before{content:"";background:linear-gradient(#e7c680 0%,#b8934f 100%);border-radius:999px;width:4px;height:26px;position:absolute;top:50%;left:8px;transform:translateY(-50%);box-shadow:0 0 12px #d7b56d6b}.dashboard-nav-link span{white-space:nowrap}.dashboard-nav-badge{color:#111;background:linear-gradient(135deg,#e7c680 0%,#b8934f 100%);border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-left:auto;padding:0 8px;font-size:.74rem;font-weight:800;line-height:1;transition:transform .22s,box-shadow .22s,background .22s,color .22s;display:inline-flex;box-shadow:0 8px 18px #d7b56d38,inset 0 1px #ffffff59}.dashboard-nav-link:hover .dashboard-nav-badge{transform:translateY(-1px)}.dashboard-nav-link.active .dashboard-nav-badge{color:#111;background:#fff;box-shadow:0 8px 18px #00000029,inset 0 1px #ffffff6b}.dashboard-sidebar-footer{z-index:1;padding-top:14px;position:relative}.dashboard-logout-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:50px;font-weight:700;transition:background .22s,transform .22s,border-color .22s,box-shadow .22s;display:inline-flex}.dashboard-logout-button:hover{background:#ffffff1a;border-color:#ffffff24;transform:translateY(-1px);box-shadow:0 10px 26px #00000029}.dashboard-logout-button svg{opacity:.95}.dashboard-main{flex-direction:column;min-width:0;display:flex}.dashboard-topbar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f5f1d1;border-bottom:1px solid #1111110f;justify-content:space-between;align-items:center;gap:20px;padding:24px 32px;display:flex;position:sticky;top:0}.dashboard-topbar-left{align-items:center;gap:14px;min-width:0;display:flex}.dashboard-topbar-copy{min-width:0}.dashboard-menu-toggle{border:0;outline:none;display:none}.dashboard-breadcrumb{color:#6b7280;align-items:center;gap:6px;margin-bottom:10px;font-size:.84rem;font-weight:600;display:inline-flex}.dashboard-breadcrumb svg{opacity:.6;flex-shrink:0}.dashboard-topbar-eyebrow{color:#a07f3a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.dashboard-page-title{color:#111;margin:0;font-size:clamp(1.8rem,2.6vw,2.35rem);font-weight:750;line-height:1.05}.dashboard-topbar-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dashboard-status-pill{color:#111;background:#fff;border:1px solid #1111110f;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 10px 30px #1111110d}.dashboard-status-pill svg{color:#15803d;flex-shrink:0}.dashboard-user-pill{color:#111;background:#fff;border:1px solid #1111110f;border-radius:999px;align-items:center;gap:8px;max-width:280px;min-height:42px;padding:0 14px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 10px 30px #1111110d}.dashboard-user-pill svg{opacity:.82;flex-shrink:0}.dashboard-user-pill span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dashboard-content{padding:32px}@media (width<=980px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{z-index:999;overscroll-behavior:contain;border-left:1px solid #ffffff0f;border-right:none;width:min(88vw,320px);min-width:0;height:100vh;padding:18px;transition:transform .34s;position:fixed;top:0;left:auto;right:0;overflow-y:auto;transform:translate(100%);box-shadow:inset 1px 0 #ffffff08,-22px 0 50px #00000047}.dashboard-sidebar.is-open{transform:translate(0)}.dashboard-sidebar:after{display:block}.dashboard-topbar{align-items:flex-start;padding:20px}.dashboard-menu-toggle{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 25px #11111114}.dashboard-menu-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 30px #1111111f}.dashboard-topbar-actions{flex-wrap:wrap;gap:10px;width:100%}.dashboard-content{padding:20px}}@media (width<=640px){.dashboard-secure-ticker span:last-child{display:none}.dashboard-account-tooltip{display:none}.dashboard-account-dropdown{min-width:220px;max-width:calc(100vw - 40px);right:0}.dashboard-secure-ticker span{display:none}.dashboard-secure-ticker{padding:0 10px}.dashboard-brand-wrap{padding:10px}.dashboard-nav-link{min-height:46px;padding:0 14px}.dashboard-nav-badge{min-width:22px;height:22px;font-size:.7rem}.dashboard-logout-button{min-height:46px}.dashboard-topbar{gap:16px}.dashboard-topbar-left{align-items:flex-start;width:100%}.dashboard-page-title{font-size:clamp(1.45rem,7vw,1.9rem)}.dashboard-status-pill,.dashboard-user-pill{justify-content:center;width:100%;max-width:none;min-height:38px;font-size:.84rem}.dashboard-user-pill span{max-width:100%}}.dashboard-secure-ticker{color:#166534;background:#16a34a17;border:1px solid #16a34a33;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:.84rem;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #16a34a14}.dashboard-secure-dot{background:#22c55e;border-radius:999px;flex-shrink:0;width:8px;height:8px;animation:1.8s infinite dashboardSecurePulse;box-shadow:0 0 #22c55ea6}@keyframes dashboardSecurePulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}.dashboard-account-wrap{align-items:center;display:inline-flex;position:relative}.dashboard-account-button{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:inline-flex;position:relative;box-shadow:0 10px 25px #1111110f}.dashboard-account-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #1111111f}.dashboard-account-button.is-open{border-color:#d7b56d52;box-shadow:0 14px 30px #1111111f,0 0 0 4px #d7b56d1f}.dashboard-account-avatar{color:#111;letter-spacing:.04em;background:linear-gradient(135deg,#e7c680 0%,#b8934f 100%);border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.82rem;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #d7b56d3d,inset 0 1px #fff6}.dashboard-account-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:40;background:#111;border-radius:12px;padding:9px 12px;font-size:.76rem;font-weight:700;line-height:1.2;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;bottom:calc(100% + 10px);right:0;transform:translateY(6px);box-shadow:0 18px 38px #0003}.dashboard-account-tooltip:after{content:"";border:6px solid #0000;border-top-color:#111;position:absolute;top:100%;right:14px}.dashboard-account-wrap:hover .dashboard-account-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-account-dropdown{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;z-index:50;background:#fffffff5;border:1px solid #11111114;border-radius:20px;min-width:260px;padding:10px;transition:opacity .22s,visibility .22s,transform .22s;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(8px);box-shadow:0 24px 60px #11111124}.dashboard-account-dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dashboard-account-dropdown-header{border-bottom:1px solid #1111110f;align-items:center;gap:12px;margin-bottom:8px;padding:10px 10px 12px;display:flex}.dashboard-account-dropdown-avatar{color:#111;letter-spacing:.04em;background:linear-gradient(135deg,#e7c680 0%,#b8934f 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.85rem;font-weight:800;display:inline-flex}.dashboard-account-dropdown-copy{gap:3px;min-width:0;display:grid}.dashboard-account-dropdown-copy strong{color:#111;font-size:.92rem;line-height:1.2}.dashboard-account-dropdown-copy span{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.35;overflow:hidden}.dashboard-account-dropdown-item{color:#111;cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;width:100%;min-height:46px;padding:0 12px;font-size:.92rem;font-weight:700;transition:background .2s,transform .2s,color .2s;display:flex}.dashboard-account-dropdown-item:hover{background:#1111110d;transform:translate(2px)}.dashboard-account-dropdown-item svg{opacity:.82;flex-shrink:0}.btn{cursor:pointer;will-change:transform;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s,color .18s,opacity .18s;display:inline-flex}.btn svg{opacity:.85;transition:transform .18s,opacity .18s}.btn:hover svg{opacity:1;transform:translate(2px)}.btn:active{transform:translateY(0)}.btn:disabled,.btn.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none}.btn-primary{color:#111;background:linear-gradient(135deg,#e7c680 0%,#c8a45c 100%);border:none;box-shadow:0 14px 36px #d7b56d59,inset 0 1px #ffffff59}.btn-primary:hover{transform:translateY(-3px)scale(1.01);box-shadow:0 22px 50px #d7b56d73,inset 0 1px #fff6}.btn-primary:active{transform:translateY(-1px);box-shadow:0 10px 24px #d7b56d47}.btn-secondary{color:#111;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #1111111f;box-shadow:0 10px 28px #00000014,inset 0 1px #ffffff80}.btn-secondary:hover{background:#ffffff2e;border-color:#1111112e;transform:translateY(-3px)scale(1.01);box-shadow:0 18px 40px #0000001f,inset 0 1px #fff9}.btn-danger{color:#b91c1c;background:#ef444414;border:1px solid #ef444433;box-shadow:0 8px 20px #ef44441f}.btn-danger:hover{background:#ef444424;transform:translateY(-2px);box-shadow:0 14px 30px #ef444433}.button-spinner{border:2px solid;border-right-color:#0000;border-radius:999px;width:16px;height:16px;animation:.7s linear infinite button-spin}@keyframes button-spin{to{transform:rotate(360deg)}}.premium-dashboard{gap:24px;display:grid}.dashboard-hero{color:#fff;background:radial-gradient(circle at 100% 0,#d7b56d29,#0000 28%),linear-gradient(135deg,#111 0%,#1b1b1b 100%);border:1px solid #ffffff14;border-radius:28px;padding:32px;box-shadow:0 20px 60px #0000002e}.dashboard-hero-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.dashboard-eyebrow{color:#d7b56d;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border-radius:999px;margin-bottom:12px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-block}.dashboard-hero h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1}.dashboard-hero p{color:#ffffffbf;max-width:700px;margin:0;font-size:1rem;line-height:1.7}.dashboard-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.dashboard-hero-highlights{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:12px;margin-top:24px;padding-top:24px;display:flex}.hero-highlight-chip{color:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:.9rem;font-weight:600;display:inline-flex}.hero-highlight-chip svg{color:#d7b56d;opacity:.95;flex-shrink:0}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.premium-stat-card{background:#fff;border:1px solid #1111110f;border-radius:24px;padding:22px;box-shadow:0 14px 40px #1111110f}.stat-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.stat-label{color:#6b7280;font-size:.92rem;font-weight:600}.stat-badge{color:#111827;background:#f3f4f6;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.stat-badge.success{color:#15803d;background:#22c55e1f}.stat-badge.gold{color:#8a6a2a;background:#d7b56d2e}.stat-badge.muted{color:#4b5563;background:#6b72801f}.stat-number{color:#111;margin:0 0 10px;font-size:2.4rem;font-weight:700;line-height:1}.stat-meta{color:#6b7280;margin:0;font-size:.95rem;line-height:1.6}.dashboard-content-grid{grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr);gap:20px;display:grid}.dashboard-side{gap:20px;display:grid}.dashboard-panel{background:#fff;border:1px solid #1111110f;border-radius:24px;padding:24px;box-shadow:0 14px 40px #1111110f}.panel-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.panel-kicker{color:#a07f3a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:700;display:inline-block}.panel-head h2{color:#111;margin:0;font-size:1.35rem}.panel-link{color:#111;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s}.panel-link:hover{opacity:.7;transform:translate(1px)}.project-list{gap:14px;display:grid}.project-row{background:#fafafa;border:1px solid #1111110d;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:18px;transition:transform .2s,border-color .2s,background .2s;display:flex}.project-row:hover{background:#f7f7f7;border-color:#11111114;transform:translateY(-1px)}.project-row-main{flex:auto;min-width:0}.project-row-main h3{color:#111;margin:0 0 6px;font-size:1rem}.project-row-main p{color:#6b7280;word-break:break-word;margin:0;font-size:.93rem}.project-row-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.status-pill{text-transform:capitalize;border-radius:999px;align-items:center;gap:6px;min-height:32px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.status-pill svg{flex-shrink:0}.status-pill.published{color:#15803d;background:#22c55e1f}.status-pill.draft{color:#4b5563;background:#6b72801f}.status-pill.featured{color:#8a6a2a;background:#d7b56d2e}.mini-stats{gap:12px;margin-bottom:20px;display:grid}.mini-stat{background:#fafafa;border:1px solid #1111110d;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.mini-stat span{color:#6b7280;font-weight:500}.mini-stat strong{color:#111;font-size:1.1rem}.category-breakdown{gap:12px;display:grid}.category-row{border-top:1px solid #1111110f;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.category-row:first-child{border-top:0;padding-top:0}.category-row>div{flex:auto;min-width:0}.category-row h4{color:#111;margin:0 0 4px;font-size:.98rem}.category-row p{color:#6b7280;word-break:break-word;flex-wrap:wrap;align-items:center;margin:0;font-size:.9rem;line-height:1.5;display:flex}.category-row p svg{opacity:.75;flex-shrink:0;margin-right:6px}.category-row strong{color:#111;text-align:right;flex-shrink:0;font-size:1rem}.quick-actions{gap:12px;display:grid}.quick-action-card{background:#fafafa;border:1px solid #1111110d;border-radius:18px;padding:18px;text-decoration:none;transition:transform .25s,background .25s,border-color .25s;display:block}.quick-action-card:hover{background:#f5f5f5;border-color:#11111114;transform:translateY(-2px)}.quick-action-title{color:#111;align-items:center;gap:8px;margin-bottom:6px;font-weight:700;display:inline-flex}.quick-action-title svg{opacity:.85;flex-shrink:0}.quick-action-copy{color:#6b7280;font-size:.94rem;line-height:1.5;display:block}.empty-state{text-align:center;background:#fafafa;border:1px dashed #1111111f;border-radius:20px;padding:30px 20px}.empty-state h3{color:#111;margin:0 0 8px}.empty-state p,.muted-copy{color:#6b7280;margin:0}.dashboard-hero .btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff2e}.dashboard-hero .btn-secondary:hover{background:#fff3;border-color:#ffffff47;transform:translateY(-2px)}@media (width<=1180px){.dashboard-content-grid{grid-template-columns:1fr}.dashboard-side{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.premium-dashboard{gap:20px}.dashboard-hero{border-radius:24px;padding:24px}.dashboard-panel,.premium-stat-card{border-radius:20px;padding:20px}.dashboard-hero-content{align-items:flex-start}.dashboard-hero h1{line-height:1.05}.dashboard-hero p{font-size:.96rem}.dashboard-side{grid-template-columns:1fr}.project-row,.category-row,.mini-stat{padding-left:16px;padding-right:16px}}@media (width<=700px){.premium-dashboard{gap:16px}.dashboard-hero,.premium-stat-card,.dashboard-panel{border-radius:18px;padding:18px}.stats-grid{grid-template-columns:1fr;gap:16px}.panel-head{flex-direction:column;align-items:flex-start;margin-bottom:18px}.dashboard-hero-actions{width:100%}.dashboard-hero-actions .btn{flex:100%;justify-content:center;width:100%}.dashboard-hero-highlights{margin-top:20px;padding-top:20px}.hero-highlight-chip{justify-content:flex-start;width:100%}.project-row,.category-row,.mini-stat{flex-direction:column;align-items:flex-start;gap:10px}.project-row-meta{justify-content:flex-start;width:100%}.category-row strong{text-align:left}.quick-action-card{padding:16px}.stat-number{font-size:2rem}.panel-head h2{font-size:1.2rem}}@media (width<=520px){.dashboard-hero,.premium-stat-card,.dashboard-panel{border-radius:16px;padding:16px}.dashboard-eyebrow{padding:7px 12px;font-size:11px}.dashboard-hero h1{font-size:1.7rem}.dashboard-hero p{font-size:.92rem;line-height:1.6}.hero-highlight-chip{min-height:38px;padding:0 12px;font-size:.86rem}.stat-top{flex-direction:column;align-items:flex-start;margin-bottom:14px}.stat-number{font-size:1.8rem}.stat-meta{font-size:.9rem}.project-row,.quick-action-card,.mini-stat{border-radius:16px;padding:14px}.project-row-main h3,.category-row h4{font-size:.95rem}.project-row-main p,.category-row p,.quick-action-copy{font-size:.88rem}.status-pill{min-height:30px;padding:0 10px;font-size:11px}}.projects-page{flex-direction:column;gap:24px;display:flex}.page-header{background:#fff;border:1px solid #1111110f;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:24px 26px;display:flex;box-shadow:0 14px 40px #1111110f}.page-header h1{color:#111;margin:0 0 6px;font-size:clamp(1.7rem,2.4vw,2.2rem);font-weight:750;line-height:1.05}.page-header p{color:#6b7280;margin:0;font-size:.96rem;line-height:1.6}.panel-grid{grid-template-columns:420px minmax(0,1fr);align-items:start;gap:20px;display:grid}@media (width<=1280px){.panel-grid{grid-template-columns:380px minmax(0,1fr)}}@media (width<=1100px){.panel-grid{grid-template-columns:1fr}}@media (width<=700px){.projects-page{gap:18px}.page-header{border-radius:20px;flex-direction:column;align-items:flex-start;padding:20px}.reset-btn{width:100%}.empty-state{border-radius:20px;padding:24px 18px}}.projects-table-card{background:#fff;border:1px solid #1111110f;border-radius:24px;padding:24px;box-shadow:0 14px 40px #1111110f}.projects-table-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.projects-table-head h2{color:#111;margin:0;font-size:1.3rem}.projects-count{color:#111;background:#f8f8f8;border:1px solid #1111110f;border-radius:999px;align-items:center;min-height:38px;padding:0 12px;font-size:.9rem;font-weight:700;display:inline-flex}.projects-table-wrap{overflow-x:auto}.projects-table{border-collapse:collapse;width:100%;min-width:920px}.projects-table th{text-align:left;color:#6b7280;border-bottom:1px solid #11111114;padding:14px 12px;font-size:.84rem;font-weight:700}.projects-table td{vertical-align:middle;color:#111;border-bottom:1px solid #1111110f;padding:16px 12px}.project-cell{align-items:center;gap:14px;display:flex}.project-thumb{color:#9ca3af;background:#f5f5f5;border:1px solid #1111110f;border-radius:16px;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:.72rem;display:grid;overflow:hidden}.project-thumb img{object-fit:cover;width:100%;height:100%}.project-title{color:#111;font-weight:700}.project-subtitle{color:#6b7280;margin-top:4px;font-size:.88rem}.table-actions{align-items:center;gap:8px;display:flex}.icon-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:12px;place-items:center;width:38px;height:38px;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-grid}.icon-btn:hover{background:#fafafa;border-color:#1111111f;transform:translateY(-1px)}.icon-btn.danger{color:#b91c1c;background:#ef44440a;border-color:#ef44441f}.icon-btn.danger:hover{background:#ef444414}.status-pill.muted{color:#4b5563;background:#6b72801a}@media (width<=700px){.projects-table-card{border-radius:20px;padding:20px}}.project-form{width:100%}.form-card{background:#fff;border:1px solid #1111110f;border-radius:24px;flex-direction:column;gap:18px;padding:24px;display:flex;box-shadow:0 14px 40px #1111110f}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#111;font-size:.92rem;font-weight:700}.form-group small{color:#6b7280;font-size:.8rem;line-height:1.5}.form-control{color:#111;box-sizing:border-box;background:#fff;border:1px solid #1111111a;border-radius:16px;outline:none;width:100%;min-height:48px;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.form-control::placeholder{color:#9ca3af}.form-control:hover{border-color:#11111129}.form-control:focus{border-color:#c4a25d;box-shadow:0 0 0 4px #c4a25d1f}.form-control[readonly]{color:#4b5563;background:#f8f8f8}textarea.form-control{resize:vertical;min-height:120px;padding-top:14px}.preview-wrap{margin-top:6px}.preview-image{border:1px solid #11111114;border-radius:18px;width:100%;max-width:260px;display:block;box-shadow:0 10px 30px #1111110f}.gallery-images-list{flex-direction:column;gap:12px;display:flex}.gallery-image-row{background:#fafafa;border:1px solid #11111114;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:12px;transition:border-color .2s,background .2s,opacity .2s;display:flex}.gallery-image-row.is-removed{opacity:.58;background:#fff7f7;border-color:#ef44442e}.gallery-image-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.gallery-thumb{object-fit:cover;background:#f3f4f6;border:1px solid #11111114;border-radius:16px;flex-shrink:0;width:72px;height:72px}.gallery-image-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.gallery-image-path{color:#111;word-break:break-all;font-size:.84rem;font-weight:600;line-height:1.5}.gallery-image-meta small{color:#6b7280;font-size:.78rem}.checkbox-row{flex-wrap:wrap;gap:16px;padding-top:4px;display:flex}.checkbox-item{color:#111;background:#fafafa;border:1px solid #1111110f;border-radius:14px;align-items:center;gap:10px;min-height:46px;padding:0 14px;font-size:.92rem;font-weight:600;display:inline-flex}.checkbox-item input{accent-color:#b8934f}.form-actions{gap:12px;margin-top:6px;display:flex}.form-actions .btn{min-width:170px}.secondary-btn,.danger-btn,.submit-btn{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:42px;padding:0 14px;font-size:.88rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s,color .18s,opacity .18s;display:inline-flex}.secondary-btn{color:#111;background:#fff;border:1px solid #11111114}.secondary-btn:hover{background:#fafafa;border-color:#1111111f;transform:translateY(-1px)}.danger-btn{color:#b91c1c;background:#ef44440f;border:1px solid #ef444429}.danger-btn:hover{background:#ef44441a;transform:translateY(-1px)}.submit-btn{color:#111;background:linear-gradient(135deg,#d7b56d 0%,#b8934f 100%);border:0;box-shadow:0 10px 30px #d7b56d3d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 16px 40px #d7b56d57}.submit-btn:disabled,.secondary-btn:disabled,.danger-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=640px){.form-card{border-radius:20px;padding:20px}.gallery-image-row{flex-direction:column;align-items:stretch}.gallery-image-left{align-items:flex-start}.secondary-btn,.danger-btn,.submit-btn{width:100%}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.categories-page{flex-direction:column;gap:24px;display:flex}.categories-header{background:#fff;border:1px solid #1111110f;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:24px 26px;display:flex;box-shadow:0 14px 40px #1111110f}.categories-header h1{color:#111;margin:0 0 6px;font-size:clamp(1.7rem,2.4vw,2.2rem);font-weight:750;line-height:1.05}.categories-header p{color:#6b7280;margin:0;font-size:.96rem;line-height:1.6}.categories-grid{grid-template-columns:420px minmax(0,1fr);align-items:start;gap:20px;display:grid}.page-message{border:1px solid #0000;border-radius:16px;padding:14px 16px;font-size:.95rem;line-height:1.5}.page-message.error{color:#b91c1c;background:#ef444414;border-color:#ef444429}.reset-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:14px;justify-content:center;align-items:center;min-height:46px;padding:0 16px;font-weight:650;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;display:inline-flex;box-shadow:0 8px 24px #1111110a}.reset-btn:hover{background:#fafafa;border-color:#1111111f;transform:translateY(-1px)}.empty-state{text-align:center;color:#6b7280;background:#fff;border:1px dashed #11111124;border-radius:24px;padding:32px 24px;box-shadow:0 14px 40px #1111110d}.empty-state h3{color:#111;margin:0 0 8px;font-size:1.08rem}.empty-state p{margin:0;line-height:1.6}@media (width<=1280px){.categories-grid{grid-template-columns:380px minmax(0,1fr)}}@media (width<=1100px){.categories-grid{grid-template-columns:1fr}}@media (width<=700px){.categories-page{gap:18px}.categories-header{border-radius:20px;flex-direction:column;align-items:flex-start;padding:20px}.reset-btn{width:100%}.empty-state{border-radius:20px;padding:24px 18px}}.category-form{width:100%}.category-form-card{background:#fff;border:1px solid #1111110f;border-radius:24px;flex-direction:column;gap:18px;padding:24px;display:flex;box-shadow:0 14px 40px #1111110f}.category-form-head h3{color:#111;margin:6px 0 8px;font-size:1.3rem}.category-form-subtext{color:#6b7280;margin:0;font-size:.94rem;line-height:1.6}.label{color:#111;font-size:.92rem;font-weight:700}.input{color:#111;box-sizing:border-box;background:#fff;border:1px solid #1111111a;border-radius:16px;outline:none;width:100%;min-height:48px;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.input::placeholder{color:#9ca3af}.input:hover{border-color:#11111129}.input:focus{border-color:#c4a25d;box-shadow:0 0 0 4px #c4a25d1f}.input-readonly{color:#4b5563;background:#f8f8f8}.checkbox-label{color:#111;background:#fafafa;border:1px solid #1111110f;border-radius:14px;align-items:center;gap:10px;min-height:46px;padding:0 14px;font-size:.92rem;font-weight:600;display:inline-flex}.checkbox-label input{accent-color:#b8934f}.category-form-actions{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.category-form-actions .btn{min-width:170px}.categories-list-card{background:#fff;border:1px solid #1111110f;border-radius:24px;padding:24px;box-shadow:0 14px 40px #1111110f}.categories-list-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.categories-list-head h2{color:#111;margin:0;font-size:1.3rem}.categories-count{color:#111;background:#f8f8f8;border:1px solid #1111110f;border-radius:999px;align-items:center;min-height:38px;padding:0 12px;font-size:.9rem;font-weight:700;display:inline-flex}.categories-list{gap:14px;display:grid}.category-card-row{background:#fafafa;border:1px solid #1111110d;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;padding:18px;transition:transform .2s,border-color .2s,background .2s;display:flex}.category-card-row:hover{background:#f7f7f7;border-color:#11111114;transform:translateY(-1px)}.category-card-main{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.category-card-icon{color:#8a6a2a;background:#d7b56d1f;border:1px solid #d7b56d2e;border-radius:14px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.category-card-copy{min-width:0}.category-card-copy h3{color:#111;margin:0 0 6px;font-size:1rem}.category-card-slug{color:#6b7280;word-break:break-word;margin:0 0 10px;font-size:.9rem}.category-card-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.category-meta-pill{color:#4b5563;background:#6b72801a;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:.8rem;font-weight:700;display:inline-flex}.category-meta-pill.is-active{color:#15803d;background:#22c55e1f}.category-meta-pill.is-inactive{color:#4b5563;background:#6b72801f}.category-card-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (width<=900px){.category-card-row{flex-direction:column;align-items:stretch}.category-card-actions{width:100%}.category-card-actions .btn{flex:100%}}@media (width<=700px){.category-form-card,.categories-list-card{border-radius:20px;padding:20px}.category-form-actions{flex-direction:column}.category-form-actions .btn{width:100%}}
