:root{font-family:Avenir Next,Segoe UI,sans-serif;color:#2d1208;--base-gradient: linear-gradient(135deg, #ff6b3d, #f64618);background:radial-gradient(circle at top left,rgba(246,70,24,.12),transparent 28%),radial-gradient(circle at bottom right,rgba(246,70,24,.08),transparent 24%),linear-gradient(135deg,#fffaf8,#fff3ef 48%,#fff8f5)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{color:#2d1208}button,input{font:inherit}.page-center,.dashboard{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px}.card{width:100%;max-width:420px;padding:32px;border-radius:20px;background:#fff;box-shadow:0 20px 50px #0f172a1f}.login-shell{position:relative;width:100%;max-width:690px;display:flex;align-items:center;justify-content:center}.login-art{position:absolute;border-radius:28px;border:2px solid rgba(246,70,24,.15);background:#f646180f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-art-top{width:210px;height:210px;top:-48px;left:112px;box-shadow:-92px 42px #ffe1d7eb}.login-art-bottom{width:168px;height:168px;right:54px;bottom:-64px;border-style:dashed;background:#ffebe48c;box-shadow:36px 30px #ffd2c673}.login-card{position:relative;z-index:1;width:min(100%,560px);padding:40px 42px 34px;border:1px solid rgba(180,60,20,.1);border-radius:18px;background:#fffffff0;box-shadow:0 18px 42px #a0321414;display:flex;flex-direction:column;gap:18px}.brand-row{display:flex;align-items:center;justify-content:center;gap:10px}.brand-logo{height:38px;width:auto;object-fit:contain}.brand-mark{width:40px;height:30px;position:relative}.brand-mark span{position:absolute;top:0;width:20px;height:24px;background:linear-gradient(180deg,#ff6b3d,#f64618)}.brand-mark-left{left:0;border-radius:18px 18px 8px;transform:rotate(-42deg)}.brand-mark-right{right:0;border-radius:18px 18px 18px 8px;transform:rotate(42deg)}.brand-name{font-size:1rem;font-weight:800;color:#3d150a;letter-spacing:-.01em}.login-copy h1{margin:0 0 6px;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.25;color:#3d150a}.login-copy p{margin:0;max-width:340px;font-size:.8rem;line-height:1.45;color:#7a3828}.field{display:flex;flex-direction:column;gap:7px;font-weight:600;color:#4a2015}.field span{font-size:.72rem}.field input{padding:11px 14px;border:1px solid rgba(180,60,20,.18);border-radius:10px;background:#fffaf8;color:#2d1208;outline:none;font-size:.75rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.field input::placeholder{color:#b3927d}.field input:focus{border-color:#f64618;box-shadow:0 0 0 3px #f646181f}.login-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:2px}.remember-row{display:inline-flex;align-items:center;gap:9px;font-weight:500;font-size:.72rem;color:#4a2015}.remember-row input{width:15px;height:15px;accent-color:#f64618}.text-link{padding:0;border:none;background:transparent;color:#d44015;font-size:.72rem;font-weight:600;text-decoration:none}.link-button{display:inline-flex;align-items:center}.primary-button{padding:11px 16px;border:none;border-radius:10px;background:var(--base-gradient);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;box-shadow:0 10px 22px #f6461838;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.primary-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #f646184d}.primary-button:disabled{cursor:not-allowed;filter:saturate(.7);transform:none}button{padding:12px 16px;border:none;border-radius:12px;background:var(--base-gradient);color:#fff;font-weight:700;cursor:pointer}.error{color:#b91c1c;font-size:.72rem}.login-error{padding:10px 12px;border-radius:10px;background:#b91c1c14}.success-message{padding:10px 12px;border-radius:10px;background:#22c55e1a;color:#166534;font-size:.72rem}.forgot-card{gap:16px}.forgot-form{display:flex;flex-direction:column;gap:16px}.back-link{display:inline-flex;justify-content:center;align-items:center;color:#d44015;text-decoration:none;font-size:.75rem;font-weight:600}.dashboard .card{background:#ffffffeb}.crm-dashboard{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr);background:radial-gradient(circle at top center,rgba(246,70,24,.08),transparent 20%),linear-gradient(180deg,#fffaf8,#fff4f0)}.crm-sidebar{position:sticky;top:0;height:100vh;overflow:hidden;padding:16px 12px;background:#ffffffe0;border-right:1px solid rgba(160,50,20,.09);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}.crm-brand-area{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:4px 6px 14px;border-bottom:1px solid rgba(160,50,20,.08);margin-bottom:10px}.crm-brand-logo{height:auto;width:100%;max-width:160px;object-fit:contain;display:block}.crm-brand-sub{font-size:.68rem;color:#a06050;font-weight:500;padding-left:2px}.crm-nav{flex:1;display:flex;flex-direction:column;gap:1px;overflow-y:auto;scrollbar-width:none;padding-bottom:4px}.crm-nav::-webkit-scrollbar{display:none}.crm-nav-section-label{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#b08878;padding:10px 8px 3px}.crm-nav-link{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;color:#4e3a36;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .12s,color .12s;white-space:nowrap}.crm-nav-link:hover{background:#f6461812;color:#c03818}.crm-nav-link-active{background:linear-gradient(135deg,#ff6b3d,#f64618);color:#fff!important;font-weight:700;box-shadow:0 4px 12px #f6461847}.crm-nav-link-active:hover{background:linear-gradient(135deg,#ff6b3d,#f64618);color:#fff}.crm-nav-link-icon{font-size:.9rem;width:20px;text-align:center;flex-shrink:0}.crm-nav-group{display:flex;flex-direction:column}.crm-nav-parent{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:10px;background:transparent;border:none;cursor:pointer;color:#4e3a36;font-size:.82rem;font-weight:700;text-align:left;transition:background .12s}.crm-nav-parent:hover{background:#f646180f}.crm-nav-parent-active{color:#c03818}.crm-nav-parent-left{display:flex;align-items:center;gap:8px}.crm-nav-parent-icon{font-size:.88rem;width:20px;text-align:center;flex-shrink:0}.crm-nav-parent-label{font-size:.82rem}.crm-nav-caret{font-size:1rem;color:#a08878;transition:transform .2s ease;flex-shrink:0}.crm-nav-caret.open{transform:rotate(90deg)}.crm-submenu{display:flex;flex-direction:column;gap:1px;margin:2px 0 4px 14px;padding-left:10px;border-left:2px solid rgba(246,70,24,.14)}.crm-submenu-item{display:block;padding:6px 10px;border-radius:8px;color:#5a4540;font-size:.79rem;font-weight:500;text-decoration:none;transition:background .1s,color .1s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-submenu-item:hover{background:#f6461814;color:#c03818}.crm-submenu-item-active{background:linear-gradient(135deg,#ff6b3d,#f64618);color:#fff;font-weight:600;box-shadow:0 3px 8px #f6461840}.crm-submenu-item-active:hover{background:linear-gradient(135deg,#ff6b3d,#f64618);color:#fff}.crm-sidebar-footer{margin-top:auto;padding-top:10px;border-top:1px solid rgba(160,50,20,.08);display:flex;flex-direction:column;gap:4px}.crm-user-row{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:10px;text-decoration:none;color:inherit;transition:background .12s}.crm-user-row:hover,.crm-user-row-active{background:#f646180f}.crm-user-info{display:flex;flex-direction:column;gap:1px;min-width:0}.crm-user-name{font-size:.78rem;font-weight:700;color:#3d150a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-user-email{font-size:.68rem;color:#a06050;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-logout-btn{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:10px;background:transparent;border:none;cursor:pointer;color:#c03818;font-size:.78rem;font-weight:600;width:100%;transition:background .12s}.crm-logout-btn:hover{background:#f6461814}.crm-page-header{padding:2px 4px 0}.crm-page-header h1{margin:0;font-size:1.4rem;color:#3d150a;letter-spacing:-.03em}.crm-page-header p{margin:8px 0 0;color:#7a3828;font-size:.84rem}.crm-content-grid{display:grid;grid-template-columns:1fr;gap:20px}.crm-content-card{padding:26px 28px}.crm-content-card h2{margin:0;color:#3d150a;font-size:1rem}.crm-content-card p{margin:12px 0 0;max-width:700px;color:#7a3828;line-height:1.6;font-size:.9rem}.crm-category-module{display:flex;flex-direction:column;gap:14px}.crm-category-toolbar{padding:12px 16px}.crm-category-table-controls{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:14px}.crm-entries-control,.crm-search-control{display:inline-flex;align-items:center;gap:10px;color:#6b6c77;font-size:.92rem}.crm-entries-control select,.crm-search-control input,.crm-form-field input,.crm-form-field select,.crm-form-field textarea{border:1px solid #d7d9df;border-radius:9px;background:#fff;color:#4b5563;font:inherit;outline:none}.crm-entries-control select{width:78px;padding:8px 10px}.crm-search-control{justify-self:end}.crm-search-control input{width:210px;padding:8px 10px}.crm-search-control input::placeholder,.crm-form-field input::placeholder,.crm-form-field textarea::placeholder{color:#9ca3af}.crm-entries-control select:focus,.crm-search-control input:focus,.crm-form-field input:focus,.crm-form-field select:focus,.crm-form-field textarea:focus{border-color:#7c86ff;box-shadow:0 0 0 3px #7c86ff1f}.crm-category-toolbar-actions{display:flex;align-items:center;justify-self:end;gap:6px;flex-wrap:wrap}.crm-category-add-button{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:7px;background:var(--base-gradient);color:#fff;font-size:.76rem;font-weight:700;white-space:nowrap;box-shadow:none}.crm-category-table-shell{border-radius:10px;border:1px solid #e6e7eb;background:#fff;overflow:hidden}.crm-product-table-wrap{width:100%;overflow-x:auto}.crm-product-table{width:100%;min-width:1900px;border-collapse:collapse}.crm-product-table th,.crm-product-table td{padding:12px 14px;border-bottom:1px solid #eceef2;text-align:left;white-space:nowrap;vertical-align:middle;font-size:.8rem}.crm-product-table th{background:#f8f9fb;color:#5d6170;text-transform:uppercase;letter-spacing:.03em;font-weight:700}.crm-product-table td{color:#4b5563;font-weight:500}.crm-category-table-header,.crm-category-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(260px,1.4fr) 90px 120px 150px;gap:10px;align-items:center}.crm-category-grid-3 .crm-category-table-header,.crm-category-grid-3 .crm-category-row{grid-template-columns:minmax(220px,1.8fr) 120px 150px}.crm-category-grid-4 .crm-category-table-header,.crm-category-grid-4 .crm-category-row{grid-template-columns:minmax(220px,1.4fr) minmax(220px,1.4fr) 120px 150px}.crm-category-table-header{padding:14px 16px;border-bottom:1px solid #e6e7eb;color:#5d6170;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#f8f9fb}.crm-category-table-body{display:flex;flex-direction:column}.crm-category-row{padding:13px 16px;border-bottom:1px solid #eceef2}.crm-category-cell{color:#4b5563;font-size:.92rem;font-weight:600}.crm-category-sizes{color:#6b7280;font-weight:500}.crm-category-metric{color:#4b5563;font-size:.9rem;font-weight:700}.crm-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:6px 10px;border-radius:999px;border:1px solid transparent;font-size:.72rem;font-weight:700}.crm-status-pill.is-active{background:#ecfdf3;border-color:#bbf7d0;color:#15803d}.crm-status-pill.is-inactive{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.crm-category-actions{display:flex;align-items:center;gap:8px}.crm-category-actions button{padding:7px 10px;border-radius:8px;border:1px solid #d7d9df;background:#fff;color:#4b5563;font-size:.75rem;font-weight:600}.crm-category-empty{padding:24px 16px;color:#7b8091;font-size:.88rem}.crm-category-loading{display:flex;align-items:center;gap:10px}.crm-inline-spinner{display:inline-block;width:18px;height:18px;border-radius:50%;border:2.5px solid #d8ddff;border-top-color:#5f6bff;animation:crm-spin .7s linear infinite;vertical-align:middle;flex-shrink:0}.crm-category-pagination{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fafbfc}.crm-category-pagination-info{color:#7b8091;font-size:.86rem}.crm-pagination-controls{display:flex;align-items:center;gap:6px}.crm-pagination-controls button{min-width:28px;height:28px;padding:0 8px;border-radius:6px;border:1px solid #d9dbe3;background:#fff;color:#5b6171;font-size:.76rem;box-shadow:none}.crm-pagination-controls button.is-active{background:var(--base-gradient);border-color:#f64618;color:#fff;font-weight:700}.crm-pagination-controls button:disabled{opacity:.55;cursor:not-allowed}.crm-repl-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:16px}.crm-repl-stat-card{display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid #e8eaf0;border-top:3px solid #e8eaf0;border-radius:10px;padding:14px 16px 12px;box-shadow:0 1px 4px #0000000a;transition:box-shadow .15s}.crm-repl-stat-card:hover{box-shadow:0 4px 12px #00000014}.crm-repl-stat-label{font-size:.72rem;color:#8a8fa8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-repl-stat-value{font-size:1.45rem;font-weight:700;color:#1a1d2e;line-height:1.1}.crm-pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;color:#9ca3af;font-size:.86rem;pointer-events:none;-webkit-user-select:none;user-select:none}.crm-category-actions .is-danger{background:#fef2f2;border-color:#fecaca;color:#dc2626}.crm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:stretch;justify-content:flex-end;padding:0;background:#11182747;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.crm-modal-card{width:min(100%,470px);height:100vh;overflow-y:auto;border-radius:0;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-20px 0 40px #0f172a1f;animation:crm-drawer-in .22s ease}.crm-modal-header{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:2}.crm-modal-header h2{margin:0;color:#374151;font-size:1.35rem}.crm-modal-header button{padding:0;background:transparent;color:#6b7280;font-size:1.8rem;line-height:1}.crm-category-form{padding:14px 18px 0;display:flex;flex-direction:column;gap:12px}.crm-form-section{display:flex;flex-direction:column;gap:10px;padding:6px 4px 10px;border-bottom:1px solid #eceef2}.crm-form-section-title{margin:0;color:#374151;font-size:1.02rem;font-weight:700}.crm-form-field{display:flex;flex-direction:column;gap:6px}.crm-form-field span{color:#4b5563;font-size:.82rem;font-weight:600}.crm-form-field input,.crm-form-field select,.crm-form-field textarea{width:100%;padding:10px 12px;border:1px solid #d9dce3;border-radius:10px;background:#fff;color:#4b5563}.crm-form-field textarea{resize:vertical;min-height:86px}.crm-form-grid-two,.crm-form-grid-three{display:grid;gap:10px}.crm-form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-form-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-form-error{margin:4px 4px 0;padding:10px 12px;border-radius:10px;background:#ef44441a;color:#b91c1c;font-size:.78rem;font-weight:600}.crm-form-actions{display:flex;align-items:center;gap:10px;padding:12px 18px}.crm-form-actions-sticky{position:sticky;bottom:0;margin:0 -18px;border-top:1px solid #e5e7eb;background:#fff;z-index:2}.crm-save-button{min-width:90px;padding:7px 16px;border-radius:8px;background:var(--base-gradient);color:#fff;font-size:.8rem;font-weight:700}.crm-discard-button{min-width:80px;padding:7px 14px;border-radius:8px;border:1px solid #d8dbe2;background:#fff;color:#6b7280;font-size:.8rem;font-weight:700}.crm-save-button:disabled,.crm-discard-button:disabled,.crm-modal-header button:disabled{opacity:.65;cursor:not-allowed}@keyframes crm-spin{to{transform:rotate(360deg)}}@keyframes crm-drawer-in{0%{transform:translate(28px);opacity:0}to{transform:translate(0);opacity:1}}.crm-profile-page-card{max-width:760px}.crm-profile-page-header{display:flex;align-items:center;gap:18px}.crm-avatar-large{width:74px;height:74px;font-size:1.5rem}.crm-profile-page-header h2{margin:0;font-size:1.2rem;color:#3d150a}.crm-profile-page-header p{margin:6px 0 0;color:#7a3828}.crm-profile-details{margin-top:24px;display:flex;flex-direction:column;gap:12px}.crm-detail-row{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-radius:16px;background:#f646180d}.crm-detail-row span{color:#7a3828;font-size:.84rem}.crm-detail-row strong{color:#3d150a;font-size:.9rem}.crm-main{padding:24px 28px;display:flex;flex-direction:column;gap:20px}.crm-avatar{width:30px;height:30px;min-width:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff6b3d,#f64618);color:#fff;font-weight:800;font-size:.8rem}.crm-profile-card{padding:8px 10px;display:flex;align-items:center;gap:9px;border-radius:10px;text-decoration:none;background:#f646180d;color:inherit}.crm-profile-card-active{background:#f646181a}.crm-hero-grid,.crm-summary-grid,.crm-chart-layout{display:grid;gap:20px}.crm-hero-grid{grid-template-columns:1.1fr 1.4fr}.crm-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-chart-layout{grid-template-columns:minmax(0,2fr) 320px}.crm-panel{border:1px solid rgba(160,50,20,.08);border-radius:28px;background:#ffffffe0;box-shadow:0 10px 22px #a032140f}.crm-hero-card{padding:22px 24px 0;display:flex;justify-content:space-between;gap:12px;overflow:hidden}.crm-eyebrow{margin:0 0 8px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c03818}.crm-hero-copy h1{margin:0;font-size:1.45rem;line-height:1.05;letter-spacing:-.04em;color:#3d150a}.crm-hero-copy p{margin:10px 0 0;max-width:320px;font-size:.84rem;color:#7a3828;line-height:1.5}.crm-action-button{margin-top:16px}.crm-hero-figure{min-width:144px;display:flex;align-items:flex-end;justify-content:center}.crm-hero-avatar{width:126px;height:158px;border-radius:80px 80px 18px 18px;background:radial-gradient(circle at 50% 24%,#fde68a 0 26px,transparent 27px),radial-gradient(circle at 50% 17%,#3f3322 0 30px,transparent 31px),linear-gradient(180deg,#6d57c8,#5a44ba);box-shadow:inset 0 -16px #ffffff1f}.crm-statistics-card{padding:22px 24px}.crm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.crm-panel-head h2,.crm-mini-card h3{margin:0;color:#3d150a;font-size:.98rem}.crm-panel-head p,.crm-mini-card p{margin:6px 0 0;color:#7a3828;font-size:.82rem}.crm-panel-head span{font-size:.74rem;color:#a06050}.crm-stat-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.crm-stat-item{display:flex;align-items:center;gap:10px}.crm-stat-item strong{display:block;font-size:1.1rem;color:#3d150a}.crm-stat-item span{font-size:.78rem;color:#7a3828}.crm-stat-icon{width:42px;height:42px;border-radius:14px}.crm-stat-icon-gold{background:#f6461826}.crm-stat-icon-sky{background:#7dd3fc47}.crm-stat-icon-coral{background:#fb923c33}.crm-stat-icon-mint{background:#4ade802e}.crm-mini-card{padding:22px 24px}.crm-big-number{margin-top:14px;font-size:2.1rem;font-weight:800;letter-spacing:-.05em;color:#3d150a}.crm-growth{margin-top:8px;color:#16a34a;font-weight:700;font-size:.82rem}.crm-line-points{margin-top:18px;height:58px;display:flex;align-items:flex-end;gap:10px}.crm-line-points span{width:14px;border-radius:999px;background:linear-gradient(180deg,#ff6b3d,#f64618)}.crm-line-points span:nth-child(1){height:20%}.crm-line-points span:nth-child(2){height:48%}.crm-line-points span:nth-child(3){height:34%}.crm-line-points span:nth-child(4){height:70%}.crm-line-points span:nth-child(5){height:92%}.crm-donut{width:112px;height:112px;margin-top:16px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#f64618 0,#f64618 78%,#fbd8d0 78%,#fbd8d0)}.crm-donut-core{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#fffaf8;font-size:1.1rem;font-weight:800;color:#3d150a}.crm-chart-card{padding:22px 24px}.crm-legend{display:flex;align-items:center;gap:20px}.crm-legend-item{display:inline-flex;align-items:center;gap:8px;color:#7a3828;font-size:.78rem}.crm-legend-dot{width:12px;height:12px;border-radius:999px}.crm-legend-dot-gold{background:#f64618}.crm-legend-dot-amber{background:#fb923c}.auth-loading-screen{min-height:100vh;display:grid;place-items:center;background:linear-gradient(180deg,#fffaf8,#fff4f0);color:#7a3828;font-weight:700}.crm-bar-chart{height:380px;margin-top:24px;padding:0 8px;display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:16px;align-items:end}.crm-bar-column{height:100%;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:12px}.crm-bar-stack{width:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:12px}.crm-bar{width:14px;border-radius:999px}.crm-bar-positive{background:linear-gradient(180deg,#ff6b3d,#f64618)}.crm-bar-negative{background:linear-gradient(180deg,#fdba74,#fb923c)}.crm-bar-column span{font-size:.84rem;color:#7a3828}.crm-budget-card{padding:24px 24px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center}.crm-year-chip{padding:10px 18px;border-radius:14px;background:#f646181a;color:#b83010;font-weight:700}.crm-budget-amount{margin-top:34px;font-size:3rem;font-weight:800;letter-spacing:-.06em;color:#3d150a}.crm-budget-subtitle{margin-top:8px;color:#7a3828;font-weight:600}.crm-sparkline{width:100%;height:96px;margin-top:34px;display:flex;align-items:flex-end;gap:10px}.crm-sparkline span{flex:1;border-radius:999px;background:linear-gradient(180deg,#ff6b3d52,#f64618)}.crm-sparkline span:nth-child(1){height:28%}.crm-sparkline span:nth-child(2){height:44%}.crm-sparkline span:nth-child(3){height:34%}.crm-sparkline span:nth-child(4){height:60%}.crm-sparkline span:nth-child(5){height:22%}.crm-sparkline span:nth-child(6){height:72%}.crm-sparkline span:nth-child(7){height:50%}.crm-sparkline span:nth-child(8){height:56%}.crm-mobile-header{display:none}.crm-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:8px;background:transparent;border:none;cursor:pointer;border-radius:10px;flex-shrink:0}.crm-hamburger:hover{background:#f6461814}.crm-hamburger span{display:block;height:2px;width:100%;background:#4e3a36;border-radius:2px}.crm-mobile-logo{height:28px;width:auto;object-fit:contain}.crm-mobile-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#ff6b3d,#f64618);color:#fff;font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0}.crm-sidebar-backdrop,.crm-sidebar-close{display:none}@media (max-width: 1180px){.crm-hero-grid,.crm-summary-grid,.crm-chart-layout{grid-template-columns:1fr}.crm-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1024px){.crm-mobile-header{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:54px;padding:0 14px;background:#fffffff5;border-bottom:1px solid rgba(160,50,20,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:200}.crm-dashboard{display:block;padding-top:54px;min-height:100vh}.crm-sidebar{position:fixed;top:0;left:0;height:100vh;width:260px;z-index:300;transform:translate(-100%);transition:transform .25s ease;box-shadow:none}.crm-sidebar-open{transform:translate(0);box-shadow:4px 0 32px #0000002e}.crm-sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000061;z-index:299;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.crm-sidebar-close{display:flex;align-items:center;justify-content:center;position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:8px;background:transparent;border:none;cursor:pointer;color:#a08878;font-size:.88rem;font-weight:700;transition:background .12s}.crm-sidebar-close:hover{background:#f6461814;color:#c03818}.crm-main{padding:16px;min-width:0}}@media (max-width: 768px){.crm-main{padding:12px}.crm-panel{border-radius:16px}.crm-category-table-controls{grid-template-columns:1fr;gap:10px}.crm-search-control,.crm-category-toolbar-actions{justify-self:stretch}.crm-search-control input{width:100%}.crm-category-add-button{width:100%;justify-content:center}.crm-topbar{flex-direction:column;align-items:stretch;gap:10px}.crm-topbar-actions{flex-direction:column;align-items:stretch}.crm-category-pagination{flex-direction:column;align-items:stretch;gap:8px}.crm-pagination-controls{flex-wrap:wrap;justify-content:center}.crm-form-grid-two,.crm-form-grid-three{grid-template-columns:1fr}.crm-modal-box{width:calc(100vw - 24px)!important;max-width:none!important;border-radius:18px;padding:20px 16px!important}.crm-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-repl-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px}.crm-repl-stat-card{min-width:0;padding:10px 12px 8px}.crm-repl-stat-value{font-size:1.15rem}.crm-hero-card{padding:20px 16px 0;flex-direction:column}.crm-summary-grid,.crm-chart-layout,.crm-hero-grid{grid-template-columns:1fr}.crm-bar-chart{height:240px;gap:6px}.crm-user-chip{justify-content:center}.crm-page-header h1{font-size:1.15rem}}@media (max-width: 480px){.crm-stat-grid{grid-template-columns:1fr}.crm-mobile-header{padding:0 10px}}@media (max-width: 720px){.login-card{width:min(100%,100%);padding:28px 22px 24px;gap:16px}.brand-row{justify-content:flex-start}.brand-name{font-size:.96rem}.login-art-top{width:120px;height:120px;top:-22px;left:16px;box-shadow:-44px 28px #fff5cce6}.login-art-bottom{width:94px;height:94px;right:8px;bottom:-28px}.login-row{flex-direction:column;align-items:flex-start}}
