:root{font-family:Segoe UI,Tahoma,Arial,sans-serif;color:#1f2937;background:#f4f7fb;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;background:#f4f7fb}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{display:flex;min-height:100vh;direction:ltr}.sidebar{width:250px;background:#12385f;color:#fff;padding:22px 14px;display:flex;flex-direction:column;direction:rtl;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;padding:8px 10px 24px;border-bottom:1px solid #ffffff22}.brand-icon,.login-logo{width:44px;height:44px;border-radius:12px;background:#2f83bd;display:grid;place-items:center;font-weight:900;color:#fff;font-size:22px;box-shadow:0 8px 20px #0002}.brand strong,.brand small{display:block}.brand small{opacity:.7;margin-top:2px}nav{display:flex;flex-direction:column;gap:6px;padding-top:18px}nav a{color:#d9e7f4;text-decoration:none;padding:12px 14px;border-radius:10px;display:block}nav a:hover,nav a.active{background:#ffffff1a;color:#fff}.logout{margin-top:auto;border:1px solid #ffffff35;background:#ffffff0c;color:#fff;padding:12px;border-radius:10px}.main{direction:rtl;flex:1;min-width:0;padding:0 22px 40px}header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0 12px}header h1{margin:0;font-size:22px;color:#173b61}.live-dot{font-size:12px;color:#1d9251}.user-pill{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #dce5ee;border-radius:14px;padding:8px 12px}.user-pill span{font-size:12px;color:#64748b}.page{max-width:1450px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin:8px 0 18px}.page-head h2{margin:0;color:#133d66;font-size:28px}.page-head p{margin:5px 0 0;color:#6b7280}.actions{display:flex;gap:8px;flex-wrap:wrap}.btn{border:0;border-radius:10px;padding:11px 16px;font-weight:700}.btn.primary{background:#176aa6;color:#fff}.btn.secondary{background:#fff;color:#174a78;border:1px solid #cad6e2}.btn.wide{width:100%}.filters,.form-card,.panel{background:#fff;border:1px solid #dde5ee;border-radius:14px;padding:16px;box-shadow:0 6px 20px #12385f0a}.filters{display:flex;gap:14px;flex-wrap:wrap;align-items:end;margin-bottom:16px}.filters label{min-width:180px}.filters .btn{height:42px}.form-card{margin-bottom:18px}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin-bottom:14px}.form-grid .span-2{grid-column:span 2}.form-grid label,.filters label,.login-card label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#334155}.form-grid input,.form-grid select,.form-grid textarea,.filters input,.filters select,.login-card input{border:1px solid #cfd9e4;border-radius:9px;padding:10px;background:#fff;color:#111827}.form-grid textarea{min-height:90px;resize:vertical}.inline-msg{margin-right:10px;color:#116b3d;font-weight:700}.stats{display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:10px;margin-bottom:16px}.stat-card{background:#fff;border:1px solid #dce6ef;border-radius:14px;padding:14px;min-height:95px}.stat-title{font-size:12px;color:#64748b}.stat-value{font-size:23px;font-weight:900;color:#133d66;margin-top:8px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.quick-card{background:linear-gradient(135deg,#4f9ac4,#23698e);color:#fff;text-decoration:none;border-radius:13px;padding:15px;display:flex;gap:10px;align-items:center;justify-content:center;box-shadow:0 7px 18px #23698e2d}.chart-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.panel{margin-bottom:16px}.panel h3{margin:0 0 10px;color:#174a78}.report-layout{display:grid;grid-template-columns:1fr 1fr;gap:14px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:700px}th,td{padding:10px 9px;border-bottom:1px solid #e8edf3;text-align:right;vertical-align:top}th{background:#f4f7fb;color:#194a75;white-space:nowrap}tbody tr:hover{background:#fafcff}.mini{border:1px solid #cbd5e1;background:#fff;border-radius:7px;padding:6px 9px}.mini.ok{color:#0f7a48}.mini.bad{color:#b42318;margin-right:4px}.status{font-weight:800}.status.pending{color:#9a6700}.status.approved{color:#0f7a48}.status.rejected{color:#b42318}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#0e2c4b,#2c6f9f)}.login-card{width:min(420px,100%);background:#fff;border-radius:20px;padding:30px;box-shadow:0 25px 60px #0005}.login-logo{margin:0 auto 14px}.login-card h1{text-align:center;color:#12385f;margin:0}.login-card p{text-align:center;color:#64748b}.login-card label{margin-top:13px}.alert{padding:10px;border-radius:9px;margin:10px 0}.alert.error{background:#fff1f2;color:#b42318}.login-note{font-size:12px;color:#64748b;margin-top:16px;text-align:center}.toast{position:fixed;bottom:20px;left:20px;background:#133d66;color:#fff;padding:11px 14px;border-radius:10px;z-index:20;display:flex;gap:12px}.toast button{background:none;border:0;color:#fff;font-size:18px}@media(max-width:1200px){.stats{grid-template-columns:repeat(4,1fr)}.chart-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.sidebar{width:86px}.brand strong,.brand small,nav a{font-size:0}nav a{height:44px;position:relative}.main{padding:0 10px}.quick-grid,.chart-grid,.report-layout{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){header{align-items:flex-start}.creator-credit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:13px;font-weight:700;letter-spacing:.1px;color:#47749d;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.86}@media(max-width:900px){.creator-credit{position:static;transform:none;margin-inline:auto;font-size:12px}}.page-head{flex-direction:column}.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}.stats{grid-template-columns:1fr 1fr}.filters label{min-width:100%}}@media print{body{background:#fff}.sidebar,header,.no-print,.login-page{display:none!important}.main{padding:0}.page{max-width:none}.panel,.form-card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}.print-friendly{break-inside:avoid}.chart-grid,.report-layout{grid-template-columns:1fr 1fr}.stat-card{border:1px solid #ccc}.stats{grid-template-columns:repeat(4,1fr)}table{min-width:0;font-size:10px}th,td{padding:5px}.page-head{margin-bottom:8px}.page-head h2{font-size:20px}}.table-input{width:100%;min-width:120px;box-sizing:border-box}.action-row{display:inline-flex;gap:6px;align-items:center;flex-wrap:wrap}.primary-mini{background:#0f6db2;color:#fff;border-color:#0f6db2}.dashboard-filters{align-items:end}.dashboard-filters label{flex:1 1 190px;min-width:190px}.dashboard-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch;margin-bottom:16px}.report-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch;margin-bottom:16px}.chart-panel{min-width:0;overflow:hidden}.chart-panel h3{min-height:24px}.report-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.report-section-title h3{margin:0}.empty-cell{text-align:center;color:#64748b;padding:22px}@media(max-width:1200px){.dashboard-chart-grid{grid-template-columns:1fr 1fr}}@media(max-width:850px){.dashboard-chart-grid,.report-chart-grid{grid-template-columns:1fr}}@media print{body{background:#fff}.main{padding:0}.page{width:100%;max-width:none}.panel,.form-card,.stat-card{box-shadow:none;border:1px solid #cfd6dd}.dashboard-chart-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.report-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chart-panel{break-inside:avoid;page-break-inside:avoid}.chart-panel .recharts-responsive-container{height:230px!important}.stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.stat-card{min-height:70px;padding:9px}.stat-value{font-size:18px}.stat-title{font-size:10px}table{min-width:0;font-size:9px}th,td{padding:4px 5px}.panel{margin-bottom:8px}.print-friendly{break-inside:auto;page-break-inside:auto}.report-section-title{margin-bottom:5px}}.mini-danger{color:#b42318;border-color:#e7b9b4}.modal-backdrop{position:fixed;inset:0;background:#0f233773;display:grid;place-items:center;padding:20px;z-index:1000}.modal-card{width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border:1px solid #d8e0e8;border-radius:18px;padding:20px;box-shadow:0 24px 70px #00000040}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.modal-head h3{margin:0;color:#12385f}.modal-head p{margin:4px 0 0;color:#6b7280;font-size:13px}.modal-close{width:38px;height:38px;border:1px solid #d8e0e8;border-radius:10px;background:#fff;color:#64748b;font-size:24px;line-height:1}.modal-grid{margin-bottom:0}.modal-actions{display:flex;justify-content:flex-start;gap:8px;margin-top:18px}@media(max-width:850px){.modal-card{padding:16px}.modal-grid{grid-template-columns:1fr}.modal-grid .span-2{grid-column:auto}}.dashboard-chart-grid,.report-chart-grid{justify-items:center}.dashboard-chart-grid>.chart-panel,.report-chart-grid>.chart-panel{width:100%}.chart-panel-narrow{display:flex;flex-direction:column;align-items:center;min-height:255px}.chart-panel-narrow h3{width:100%;text-align:right;margin-bottom:4px}.chart-panel-narrow .recharts-responsive-container{max-width:390px;width:100%!important}.report-chart-grid .chart-panel-narrow .recharts-responsive-container{max-width:470px}@media(max-width:1200px){.dashboard-chart-grid>.chart-panel,.report-chart-grid>.chart-panel{max-width:520px}.chart-panel-narrow .recharts-responsive-container,.report-chart-grid .chart-panel-narrow .recharts-responsive-container{max-width:440px}}@media(max-width:850px){.dashboard-chart-grid>.chart-panel,.report-chart-grid>.chart-panel{max-width:100%}.chart-panel-narrow .recharts-responsive-container,.report-chart-grid .chart-panel-narrow .recharts-responsive-container{max-width:100%}}@media print{.chart-panel-narrow{min-height:235px}.chart-panel-narrow .recharts-responsive-container,.report-chart-grid .chart-panel-narrow .recharts-responsive-container{max-width:430px}}.visual-chart-grid{align-items:stretch}.visual-chart{width:100%;max-width:100%;background:#fff;border:1px solid #dde5ee;border-radius:14px;padding:14px 16px;box-sizing:border-box;min-height:210px;overflow:hidden}.visual-chart-title{color:#163f67;font-weight:900;font-size:16px;margin-bottom:12px;text-align:right}.bar-list{display:flex;flex-direction:column;gap:9px}.bar-row{display:grid;grid-template-columns:150px minmax(90px,1fr) 72px;gap:10px;align-items:center}.bar-label{font-size:12px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.bar-track{height:12px;background:#e8f0f6;border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#276f9b,#4b9ac1);border-radius:inherit;min-width:4px}.bar-value{font-size:12px;font-weight:900;color:#173b61;text-align:left}.chart-empty{color:#94a3b8;text-align:center;padding:35px 0;font-size:13px}.donut-card{display:flex;flex-direction:column;align-items:center}.donut-wrap{display:grid;place-items:center;flex:1}.donut{width:132px;height:132px;border-radius:50%;display:grid;place-items:center;transform:rotate(-90deg)}.donut:before{content:"";width:86px;height:86px;border-radius:50%;background:#fff;position:absolute}.donut-center{position:relative;transform:rotate(90deg);text-align:center;z-index:1}.donut-center strong{display:block;font-size:24px;color:#163f67}.donut-center span{display:block;font-size:11px;color:#64748b;margin-top:2px}.donut-legend{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;font-size:12px;color:#475569;margin-top:8px}.legend-dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-left:5px}.legend-dot.paid{background:#176aa6}.legend-dot.cash{background:#8db7cf}.progress-card .progress-list{display:flex;flex-direction:column;gap:14px;margin-top:12px}.progress-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#475569;margin-bottom:6px}.progress-head strong{color:#163f67}.progress-track{height:13px;background:#edf3f7;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#82b94d,#4d8f9f);border-radius:inherit}.monthly-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.monthly-visual-grid{grid-template-columns:1fr}}@media print{.visual-chart{min-height:185px;padding:10px 12px;break-inside:avoid;page-break-inside:avoid}.visual-chart-title{font-size:13px;margin-bottom:8px}.bar-row{grid-template-columns:105px minmax(70px,1fr) 55px;gap:6px}.bar-label,.bar-value,.progress-head,.donut-legend{font-size:9px}.bar-track,.progress-track{height:8px}.donut{width:96px;height:96px}.donut:before{width:62px;height:62px}.donut-center strong{font-size:18px}.donut-center span{font-size:8px}.dashboard-chart-grid,.monthly-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.month-delete-panel{border-color:#f0c7c3}.month-delete-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.month-delete-head h3{margin:0 0 4px}.month-delete-head p{margin:0;color:#7a8796;font-size:13px}.danger-badge{background:#fff1f0;color:#b42318;border:1px solid #f0c7c3;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;white-space:nowrap}.month-delete-controls{display:grid;grid-template-columns:220px 220px auto;gap:14px;align-items:end;margin-top:14px}.month-delete-controls label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#334155}.month-delete-controls select{border:1px solid #cfd9e4;border-radius:9px;padding:10px;background:#fff;color:#111827}.btn.danger{background:#b42318;color:#fff}.btn.danger:hover{background:#941b12}.btn.danger:disabled{opacity:.65;cursor:not-allowed}@media(max-width:850px){.month-delete-controls{grid-template-columns:1fr 1fr}.month-delete-controls .btn{grid-column:span 2}.month-delete-head{flex-direction:column}}@media(max-width:580px){.month-delete-controls{grid-template-columns:1fr}.month-delete-controls .btn{grid-column:auto}}.monthly-filters label{min-width:180px}.monthly-chart-section,.monthly-donut-section{background:#fff;border:1px solid #dde5ee;border-radius:14px;padding:14px 16px;margin-bottom:16px}.monthly-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:10px}.monthly-section-head h3{margin:0;color:#163f67;font-size:18px}.monthly-section-head span{color:#7a8796;font-size:12px}.monthly-chart-pair{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:stretch;width:100%}.monthly-chart-pair>.visual-chart{min-width:0;width:100%;min-height:190px}.monthly-donut-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.compact-donut{min-height:205px}.comparison-legend{gap:12px}.monthly-detail-panel{margin-top:22px;position:relative}.detail-period-note{margin:3px 0 0;color:#7a8796;font-size:12px}.monthly-detail-table{table-layout:fixed;min-width:0;width:100%}.monthly-detail-table th,.monthly-detail-table td{overflow-wrap:anywhere}.monthly-detail-table th:first-child,.monthly-detail-table td:first-child{width:24%}@media(max-width:600px){.monthly-chart-pair,.monthly-donut-grid{grid-template-columns:1fr}.monthly-section-head{flex-direction:column;align-items:flex-start}}@media print{@page{size:auto;margin:10mm}.monthly-chart-section,.monthly-donut-section{box-shadow:none;padding:8px 9px;margin-bottom:7px}.monthly-chart-pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px}.monthly-donut-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.monthly-chart-pair>.visual-chart{min-height:135px}.monthly-donut-section .visual-chart{min-height:135px}.monthly-section-head h3{font-size:12px}.monthly-section-head span,.detail-period-note{font-size:8px}.monthly-detail-panel{break-before:page;page-break-before:always;margin-top:0}.monthly-detail-table{font-size:8px}.monthly-detail-table th,.monthly-detail-table td{padding:3px 4px}.monthly-detail-table th:first-child,.monthly-detail-table td:first-child{width:22%}}.platform-form{max-width:760px;margin-inline:auto}.platform-add-grid{grid-template-columns:minmax(260px,1fr)}.platform-note{margin-bottom:14px;color:#64748b;font-size:13px;text-align:center}.platform-active,.platform-inactive{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.platform-active{background:#e9f8f1;color:#0d7b4f}.platform-inactive{background:#f1f5f9;color:#64748b}.modal-single-label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:#334155}.modal-single-label input{border:1px solid #cfd9e4;border-radius:10px;padding:11px 12px;background:#fff}.platform-section{background:linear-gradient(180deg,#fbfdff,#f8fbfe);border:1px solid #dfe9f3;border-radius:18px;padding:16px;margin-bottom:16px;box-shadow:0 10px 28px #12385f0f}.platform-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.platform-section-head h3{margin:0;color:#123e68;font-size:18px}.platform-section-head p{margin:4px 0 0;color:#718096;font-size:12px}.platform-manage-link{border:1px solid #cbdceb;color:#176aa6;background:#fff;text-decoration:none;padding:8px 11px;border-radius:10px;font-size:12px;font-weight:800;white-space:nowrap}.platform-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.platform-chart-card{background:#fff;border:1px solid #dde7f0;border-radius:15px;padding:13px 14px;min-height:170px;display:flex;flex-direction:column;justify-content:center}.platform-stack{height:18px;display:flex;overflow:hidden;border-radius:999px;background:#eef3f7;box-shadow:inset 0 0 0 1px #143c640f}.platform-stack span{height:100%}.platform-legend{display:grid;grid-template-columns:1fr;gap:7px;margin-top:12px}.platform-legend-item{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:7px;font-size:12px;color:#475569}.platform-legend-item strong{color:#173b61}.platform-color{width:10px;height:10px;border-radius:3px;display:inline-block}.stats .stat-card{position:relative;overflow:hidden;text-align:center;background:linear-gradient(180deg,#fff,#fbfdff)}.stats .stat-card:after{content:"";position:absolute;inset:auto 18% 0;height:3px;border-radius:5px 5px 0 0;background:#176aa6;opacity:.18}.stats .stat-card:nth-child(2):after,.stats .stat-card:nth-child(5):after{background:#22a879}.stats .stat-card:nth-child(3):after,.stats .stat-card:nth-child(6):after{background:#8b5cf6}.stats .stat-card:nth-child(4):after,.stats .stat-card:nth-child(7):after{background:#f59e0b}.stats .stat-card:nth-child(8):after,.stats .stat-card:nth-child(9):after{background:#ef476f}.stat-title,.stat-value{text-align:center}.page-head{align-items:center}.page-head>div:first-child{text-align:right}@media(max-width:1000px){.platform-chart-grid{grid-template-columns:1fr}}@media(max-width:850px){.platform-section-head{flex-direction:column;align-items:flex-start}.platform-add-grid{grid-template-columns:1fr}}@media print{.platform-section{box-shadow:none;padding:8px}.platform-chart-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.platform-chart-card{min-height:115px;padding:8px}.platform-stack{height:11px}.platform-legend-item{font-size:8px}.platform-section-head h3{font-size:11px}.platform-section-head p{font-size:7px}}.home-hero{position:relative;min-height:180px;margin:4px 0 16px;border-radius:20px;overflow:hidden;background-image:url(/hotel-performance-hero.png);background-size:cover;background-position:center 58%;box-shadow:0 18px 45px #133b6629;border:1px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 34px;direction:rtl}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#071c3526,#081e36c7 58%,#061830d6)}.home-hero-content,.home-hero-date{position:relative;z-index:1}.home-hero-content{color:#fff;max-width:70%;text-align:right}.home-hero-eyebrow{font-size:11px;letter-spacing:4px;color:#e7c77d;font-weight:800;margin-bottom:5px}.home-hero h2{margin:0;font-size:34px;line-height:1.08;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.24)}.home-hero p{margin:8px 0 0;font-size:15px;color:#f2f5fa;font-weight:600}.home-hero-date{min-width:190px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.26);background:#071c3375;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:12px;row-gap:2px;text-align:right}.home-hero-date span{font-size:11px;color:#d6dee8;grid-column:1}.home-hero-date strong{font-size:13px;color:#fff;grid-column:1}.home-hero-date svg{grid-column:2;grid-row:1 / span 2;color:#e7c77d}.stats{grid-template-columns:repeat(8,minmax(135px,1fr));gap:10px}.stat-card-premium{position:relative;overflow:hidden;text-align:right;padding:12px 13px 0;min-height:126px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe6f0;box-shadow:0 10px 28px #133b660f;border-radius:16px}.stat-card-premium .stat-top{display:flex;align-items:center;justify-content:space-between;gap:10px;direction:rtl}.stat-card-premium .stat-title{font-size:11px;font-weight:800;color:#50708c;line-height:1.3}.stat-card-premium .stat-value{font-size:23px;font-weight:900;color:#103c66;margin-top:8px;line-height:1}.stat-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;box-shadow:0 7px 15px #133b661f}.stat-change{display:flex;gap:4px;align-items:center;margin-top:8px;font-size:10px;font-weight:800}.stat-change span{font-weight:700;color:#7a8fa3}.stat-change.up{color:#13a36c}.stat-change.down{color:#d94b5b}.stat-change.neutral{color:#8b9aab}.stat-sparkline{position:absolute;left:10px;right:10px;bottom:0;height:25px;display:flex;align-items:flex-end;gap:2px;opacity:.38}.stat-sparkline span{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(180deg,currentColor,transparent);min-height:3px}.accent-pink .stat-icon{color:#e6297a;background:linear-gradient(145deg,#ffe3f0,#fff1f7)}.accent-cyan .stat-icon{color:#079ccc;background:linear-gradient(145deg,#ddf8ff,#edfaff)}.accent-violet .stat-icon{color:#7b4de7;background:linear-gradient(145deg,#ece2ff,#f5efff)}.accent-orange .stat-icon{color:#e58a0d;background:linear-gradient(145deg,#fff0d5,#fff8ea)}.accent-blue .stat-icon{color:#2877da;background:linear-gradient(145deg,#dfeeff,#f1f6ff)}.accent-green .stat-icon{color:#12a87a;background:linear-gradient(145deg,#d9f7ee,#eefcf7)}.accent-red .stat-icon{color:#e63e63;background:linear-gradient(145deg,#ffe1e8,#fff0f3)}.accent-purple .stat-icon{color:#7950d8;background:linear-gradient(145deg,#eae1ff,#f4efff)}.accent-pink .stat-sparkline span{color:#e6297a}.accent-cyan .stat-sparkline span{color:#079ccc}.accent-violet .stat-sparkline span{color:#7b4de7}.accent-orange .stat-sparkline span{color:#e58a0d}.accent-blue .stat-sparkline span{color:#2877da}.accent-green .stat-sparkline span{color:#12a87a}.accent-red .stat-sparkline span{color:#e63e63}.accent-purple .stat-sparkline span{color:#7950d8}.quick-card{min-height:74px;border-radius:15px;background:linear-gradient(135deg,#123f70,#0d5a91);box-shadow:0 12px 24px #1047702e}.quick-card:hover{transform:translateY(-1px);box-shadow:0 15px 30px #10477038}@media(max-width:1280px){.stats{grid-template-columns:repeat(4,minmax(150px,1fr))}.home-hero h2{font-size:30px}}@media(max-width:900px){.home-hero{min-height:155px;padding:22px}.home-hero-content{max-width:100%}.home-hero-date{display:none}.home-hero h2{font-size:27px}.stats{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media(max-width:580px){.home-hero{min-height:140px;border-radius:16px;padding:18px}.home-hero h2{font-size:23px}.home-hero p{font-size:12px}.home-hero-eyebrow{font-size:9px;letter-spacing:2px}.stats{grid-template-columns:1fr 1fr;gap:8px}.stat-card-premium{min-height:116px;padding:11px}.stat-icon{width:34px;height:34px}.stat-icon svg{width:20px;height:20px}}@media print{.home-hero{min-height:105px;box-shadow:none;background-position:center;padding:16px 18px;border-radius:10px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.home-hero h2{font-size:20px}.home-hero p{font-size:9px}.home-hero-eyebrow{font-size:7px}.home-hero-date{min-width:140px;padding:8px 10px}.home-hero-date strong{font-size:9px}.stat-card-premium{min-height:85px;padding:8px 9px}.stat-card-premium .stat-value{font-size:16px}.stat-icon{width:28px;height:28px}.stat-icon svg{width:16px;height:16px}.stat-sparkline{height:16px}.stat-change{font-size:8px}}.quick-card>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.12)}.quick-card>b{font-size:13px}.header-branding{display:flex;align-items:flex-start;flex-direction:column;min-width:180px}.header-actions{display:flex;align-items:center;gap:10px;margin-inline-start:auto}.notification-wrap{position:relative;z-index:1200}.notification-button{position:relative;width:42px;height:42px;border:1px solid #dce5ee;background:#fff;color:#173b61;border-radius:12px;display:grid;place-items:center;box-shadow:0 5px 14px #12385f14}.notification-button:hover{border-color:#9fc6e8;transform:translateY(-1px)}.notification-badge{position:absolute;top:-5px;left:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#d92f45;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:10px;font-weight:900}.notification-dropdown{position:absolute;top:52px;left:0;width:min(390px,calc(100vw - 30px));background:#fff;border:1px solid #dbe5ef;border-radius:18px;box-shadow:0 22px 55px #0f29432e;overflow:hidden}.notification-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px;background:linear-gradient(180deg,#fbfdff,#f7fbff);border-bottom:1px solid #e8eef4}.notification-head strong{display:block;color:#12385f;font-size:15px}.notification-head span{display:block;color:#7a8794;font-size:11px;margin-top:3px}.notification-read-all{border:0;background:transparent;color:#176aa6;font-size:11px;font-weight:800;display:flex;align-items:center;gap:5px;padding:6px;border-radius:8px}.notification-read-all:disabled{opacity:.45;cursor:not-allowed}.notification-list{max-height:420px;overflow:auto;padding:6px}.notification-item{width:100%;border:0;background:#fff;display:flex;gap:10px;align-items:flex-start;text-align:right;padding:12px 10px;border-radius:12px;position:relative}.notification-item:hover{background:#f6faff}.notification-item.unread{background:#eef7ff}.notification-icon{width:34px;height:34px;border-radius:10px;background:#e7f1fb;color:#176aa6;display:grid;place-items:center;flex:none}.notification-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.notification-body strong{color:#163c62;font-size:12px;font-weight:800}.notification-item.unread .notification-body strong{font-weight:900}.notification-body small{color:#607084;font-size:11px;line-height:1.55;white-space:normal}.notification-body em{color:#95a1af;font-size:10px;font-style:normal}.notification-unread-dot{width:8px;height:8px;border-radius:50%;background:#db3148;margin-top:6px;flex:none}.notification-empty{padding:34px 18px;text-align:center;color:#8391a0;font-size:12px}.form-card-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;color:#176aa6}.form-card-title strong{display:block;color:#173b61;font-size:16px}.form-card-title span{display:block;color:#7a8794;font-size:11px;margin-top:3px}.section-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.section-toolbar h3{margin:0}.section-toolbar>div span{color:#8592a0;font-size:11px}.section-note{color:#8592a0;font-size:11px}.row-unread{background:#f9fcff}.comment-indicator{color:#176aa6;font-size:11px;font-weight:900;display:inline-flex;align-items:center;gap:5px}.comment-indicator>span{color:#da3349;font-size:9px}.muted-inline{color:#92a0af;display:inline-flex;align-items:center;gap:5px;font-size:11px}.primary-mini{color:#176aa6;border-color:#b7d2e7;display:inline-flex;align-items:center;gap:5px}.back-link{display:inline-flex;align-items:center;gap:6px;background:none;border:0;color:#176aa6;font-weight:800;padding:0;margin-bottom:8px}.review-detail-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;align-items:start}.review-info-card,.conversation-card{min-height:100%}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.detail-header h3{margin:0;color:#12385f;font-size:18px}.detail-header span{display:block;color:#7a8794;font-size:11px;margin-top:4px}.detail-header>svg{color:#176aa6}.status-badge{display:inline-flex!important;align-items:center;padding:7px 11px;border-radius:999px;font-size:11px!important;font-weight:900;margin:0!important}.status-badge.pending{background:#fff6db;color:#976900}.status-badge.approved{background:#e9f8f1;color:#0d7b4f}.status-badge.rejected{background:#fff0f1;color:#ba2f42}.detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.detail-facts>div{background:#f7fafc;border:1px solid #e6edf3;border-radius:11px;padding:10px 11px;min-width:0}.detail-facts small,.detail-text-block small{display:block;color:#8a97a5;font-size:10px;margin-bottom:4px}.detail-facts strong{color:#213e5a;font-size:12px;overflow-wrap:anywhere}.detail-text-block{padding:12px 13px;border:1px solid #e5edf4;border-radius:12px;margin-bottom:10px;background:#fff}.detail-text-block p{margin:0;color:#45566a;font-size:12px;line-height:1.7;white-space:pre-wrap}.rejection-box{margin-top:12px;padding:13px;border:1px solid #f0c2c8;background:#fff7f8;border-radius:13px}.rejection-box div{display:flex;align-items:center;gap:7px;color:#b02d40;font-weight:900;font-size:12px}.rejection-box p{margin:7px 0 0;color:#6e3c43;font-size:12px;line-height:1.65;white-space:pre-wrap}.decision-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.decision-actions .btn{display:inline-flex;align-items:center;gap:7px}.danger{background:#fff0f1;color:#b42318;border:1px solid #efc0c6}.danger:hover{background:#ffe6e9}.decision-approve{background:#0f7a48}.decision-approve:hover{background:#0b683d}.conversation-card{display:flex;flex-direction:column}.conversation-list{display:flex;flex-direction:column;gap:10px;max-height:650px;overflow:auto;padding-left:2px}.conversation-item{border:1px solid #e3ebf2;background:#fff;border-radius:14px;padding:12px 13px;transition:background .2s,box-shadow .2s,border-color .2s}.conversation-item.reply{margin-right:26px;background:#fbfdff}.conversation-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.conversation-meta>div{display:flex;align-items:center;gap:7px;min-width:0}.conversation-meta strong{color:#173b61;font-size:12px}.conversation-meta span{color:#7b8998;background:#eef4f9;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:800}.conversation-meta time{color:#8a98a5;font-size:9px;white-space:nowrap}.conversation-item p{margin:9px 0 7px;color:#475a6f;line-height:1.7;font-size:12px;white-space:pre-wrap}.reply-context{display:inline-flex;align-items:center;gap:5px;color:#176aa6;font-size:10px;margin-top:7px}.conversation-actions{display:flex;justify-content:flex-end}.reply-btn{display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:#176aa6;font-size:10px;font-weight:900;padding:4px 0}.unread-comment{border-color:#b7d8f2;background:#f5fbff}.comment-highlight{box-shadow:0 0 0 3px #176aa62e,0 10px 28px #176aa621;border-color:#5ea2d4}.conversation-empty{flex:1;min-height:170px;display:grid;place-items:center;color:#8b97a3;font-size:12px;border:1px dashed #d7e2ec;border-radius:13px}.comment-composer{border-top:1px solid #e8eef4;padding-top:14px;margin-top:14px}.composer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:9px}.composer-head strong{display:block;color:#173b61;font-size:12px}.composer-head span{display:block;color:#8b97a3;font-size:10px;margin-top:3px}.composer-cancel{border:0;background:none;color:#b42318;font-size:10px;font-weight:900;display:inline-flex;align-items:center;gap:4px}.comment-composer textarea{width:100%;min-height:100px;resize:vertical;border:1px solid #cfd9e4;border-radius:11px;padding:11px;outline:none;margin-bottom:9px}.comment-composer textarea:focus,.modal-single-label textarea:focus{border-color:#65a8d8;box-shadow:0 0 0 3px #176aa617}.comment-composer .btn{display:inline-flex;align-items:center;gap:7px}.comment-composer .btn:disabled{opacity:.45;cursor:not-allowed}.detail-loading{background:#fff;border:1px solid #dde5ee;border-radius:14px;padding:50px;text-align:center;color:#7c8997}.modal-single-label textarea{border:1px solid #cfd9e4;border-radius:11px;padding:11px;background:#fff;resize:vertical;min-height:120px}@media(max-width:1000px){.review-detail-grid{grid-template-columns:1fr}.notification-dropdown{left:auto;right:0}}@media(max-width:680px){.header-actions{gap:6px}.creator-credit{display:none}.header-branding h1{font-size:18px}.detail-facts{grid-template-columns:1fr}.notification-dropdown{width:min(360px,calc(100vw - 20px))}}.monthly-report-page .page-head{margin-bottom:14px}.monthly-report-page .page-head h2{font-size:28px}.monthly-report-hero{margin-top:0}.monthly-report-hero .home-hero-overlay{background:linear-gradient(90deg,#071c351f,#081e36c2 56%,#061830e6)}.monthly-report-hero .home-hero-content{max-width:74%}.monthly-report-hero .home-hero-content p{max-width:620px}.monthly-premium-stats{margin-top:2px;margin-bottom:16px}.monthly-summary-strip{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;margin:0 0 18px;padding:0;overflow:hidden;border:1px solid #dbe6f0;border-radius:16px;background:#dbe6f0;box-shadow:0 10px 28px #133b660f}.monthly-summary-strip>div{min-width:0;padding:13px 15px;background:linear-gradient(180deg,#fff,#f8fbfe);text-align:right}.monthly-summary-strip span{display:block;color:#7b8da0;font-size:10px;font-weight:800;margin-bottom:5px}.monthly-summary-strip strong{display:block;color:#143f68;font-size:13px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monthly-summary-icon{position:absolute;inset-inline-start:10px;bottom:10px;color:#b6cfe3;opacity:.65;pointer-events:none}.monthly-report-page .monthly-chart-section,.monthly-report-page .monthly-donut-section{box-shadow:0 8px 24px #133b660b}.monthly-report-page .monthly-section-head h3{font-size:17px}.monthly-report-page .monthly-section-head span{font-size:11px}@media(max-width:1100px){.monthly-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:850px){.monthly-report-hero .home-hero-content{max-width:100%}.monthly-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.monthly-report-page .monthly-chart-pair,.monthly-report-page .monthly-donut-grid,.monthly-report-page .monthly-platform-grid{grid-template-columns:1fr}}@media(max-width:580px){.monthly-summary-strip{grid-template-columns:1fr}.monthly-summary-icon{display:none}}@media print{.monthly-report-hero{display:none!important}.monthly-summary-strip{grid-template-columns:repeat(6,minmax(0,1fr));box-shadow:none;margin-bottom:8px}.monthly-summary-strip>div{padding:7px 8px}.monthly-summary-strip span{font-size:7px;margin-bottom:2px}.monthly-summary-strip strong{font-size:9px}.monthly-summary-icon{display:none}}
