.brand-logo{display:block;width:auto;max-width:100%;height:auto;object-fit:contain;object-position:center;background:transparent}.brand-logo--sidebar{max-height:72px;margin-bottom:28px}.brand-logo--login{max-height:96px;margin:0 auto 20px}.brand-logo--report{max-height:64px;margin-bottom:12px}.brand-logo--mobile-header{max-height:36px;margin:0 auto}.brand-logo--admin-topbar{max-height:40px}.brand-logo--mobile-menu{max-height:56px}.admin-layout{min-height:100vh}.admin-sidebar{position:fixed;top:0;left:0;z-index:100;width:240px;height:100vh;box-sizing:border-box;background:#081226;color:#fff;padding:24px;display:flex;flex-direction:column}.admin-nav{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto}.admin-nav-link,.admin-nav-link:visited{display:block;text-decoration:none;padding:14px;border-radius:10px;color:#f1f5f9;font-weight:600;transition:background .2s,color .2s}.admin-nav-link:hover{background:#2563eb24;color:#fff}.admin-nav-link.active,.admin-nav-link.active:visited{background:#2563eb38;color:#fff;font-weight:700;box-shadow:inset 3px 0 #2563eb}.admin-sidebar__view-switch{display:block;flex-shrink:0;margin-top:auto;padding:12px 14px;width:100%;border:1px solid #334155;border-radius:10px;background:transparent;color:#94a3b8;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .2s,color .2s}.admin-sidebar__view-switch:hover{background:#13213d;color:#e2e8f0}.admin-sidebar__logout{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-top:12px;padding:12px 14px;width:100%;border:0;border-radius:10px;background:transparent;color:#94a3b8;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.admin-sidebar__logout:hover{background:#13213d;color:#e2e8f0}.admin-sidebar__logout-icon{width:18px;height:18px;flex-shrink:0}.admin-main{margin-left:240px;min-height:100vh;display:flex;flex-direction:column;min-width:0;overflow-y:auto}.admin-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px 32px 0}.admin-user-box{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px 16px;min-width:0}.admin-user-box--link{text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s}.admin-user-box--link:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0f}.admin-user-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#081226;color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center}.admin-user-box__text{min-width:0}.admin-user-name{font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user-role{color:#64748b;font-size:13px;margin-top:2px}.admin-content{padding:24px 32px 32px;flex:1}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.placeholder-page h1{margin-top:0;font-size:32px}.placeholder-page p{color:#64748b}.placeholder-badge{display:inline-block;margin-top:16px;padding:8px 12px;background:#e0e7ff;color:#3730a3;border-radius:8px;font-size:14px}@media(max-width:1000px){.admin-main{margin-left:0}.admin-sidebar{display:none}}.mobile-layout{min-height:100vh;display:flex;flex-direction:column;background:#f3f6fa;max-width:430px;margin:0 auto;width:100%;box-shadow:0 0 0 1px #e2e8f0;position:relative;isolation:isolate}.mobile-layout--menu-open{overflow:hidden}.mobile-header{position:sticky;top:0;z-index:120;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;padding-top:calc(12px + env(safe-area-inset-top));background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px #0f172a0a}.mobile-header__leading{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.mobile-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#081226;cursor:pointer}.mobile-header__icon-btn svg{width:22px;height:22px}.mobile-header__icon-btn:active{background:#eff6ff}.mobile-header__back{display:inline-flex;align-items:center;gap:4px;min-height:36px;padding:0 10px 0 4px;border:0;border-radius:10px;background:transparent;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer}.mobile-header__back svg{width:18px;height:18px;flex-shrink:0}.mobile-header__back:active{background:#eff6ff}.mobile-header__center{min-width:0;text-align:center;padding:0 4px}.mobile-header__avatar{flex-shrink:0;width:40px;height:40px;border:0;border-radius:50%;background:#081226;color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mobile-header__avatar:active{background:#13213d}.mobile-header__title{margin:0;font-size:16px;font-weight:700;color:#081226;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;justify-content:flex-start;align-items:stretch;background:#0f172a8c;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.mobile-menu-overlay--open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-panel{width:280px;max-width:85vw;height:100%;height:100dvh;box-sizing:border-box;background:#081226;color:#fff;display:flex;flex-direction:column;padding:calc(16px + env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));box-shadow:4px 0 24px #00000040}.mobile-menu-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-shrink:0}.mobile-menu-panel__brand{font-size:22px;font-weight:700}.mobile-menu-panel__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:12px;background:#13213d;color:#e2e8f0;cursor:pointer}.mobile-menu-panel__close svg{width:22px;height:22px}.mobile-menu-panel__nav{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto}.mobile-menu-panel__link,.mobile-menu-panel__link:visited{display:block;padding:14px 16px;border-radius:12px;text-decoration:none;color:#f1f5f9;font-size:16px;font-weight:600;min-height:48px;box-sizing:border-box;transition:background .2s,color .2s}.mobile-menu-panel__link:hover,.mobile-menu-panel__link:active{background:#2563eb24;color:#fff}.mobile-menu-panel__link.active,.mobile-menu-panel__link.active:visited{background:#2563eb38;color:#fff;font-weight:700;box-shadow:inset 3px 0 #2563eb}.mobile-menu-panel__view-switch{margin-top:16px;flex-shrink:0;width:100%;min-height:48px;border:1px solid #334155;border-radius:12px;background:transparent;color:#94a3b8;font-size:16px;font-weight:600;cursor:pointer}.mobile-menu-panel__view-switch:hover,.mobile-menu-panel__view-switch:active{background:#13213d;color:#e2e8f0}.mobile-menu-panel__logout{margin-top:12px;flex-shrink:0;width:100%;min-height:48px;border:1px solid #334155;border-radius:12px;background:transparent;color:#94a3b8;font-size:16px;font-weight:600;cursor:pointer}.mobile-menu-panel__logout:hover,.mobile-menu-panel__logout:active{background:#13213d;color:#e2e8f0}.mobile-content{flex:1;padding:20px 16px calc(24px + env(safe-area-inset-bottom));width:100%;min-width:0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#081226;color:#fff}.login-box{width:min(420px,92vw);background:#0f172a;padding:40px;border-radius:20px;border:1px solid #1e293b}.login-subtitle{color:#94a3b8;margin:0 0 30px;text-align:center}.login-box input{width:100%;padding:16px;border-radius:12px;border:1px solid #334155;background:#0b1220;color:#fff;margin-bottom:14px}.login-remember{display:flex;align-items:center;gap:10px;margin:4px 0 6px;font-size:14px;color:#cbd5e1;cursor:pointer;-webkit-user-select:none;user-select:none}.login-remember input{width:auto;margin:0;accent-color:#2563eb}.login-box button{width:100%;border:0;border-radius:12px;padding:16px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer;margin-top:10px}.login-box button:disabled{opacity:.7;cursor:wait}.login-error{margin-top:16px;color:#fca5a5}.login-legacy{margin-top:24px;font-size:14px}.login-legacy a{color:#93c5fd}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1100}.confirm-delete-modal{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:28px;width:min(440px,100%);box-shadow:0 20px 40px #0f172a26}.confirm-delete-modal h2{margin:0 0 12px;font-size:22px;color:#0f172a}.confirm-delete-modal p{margin:0;color:#475569;line-height:1.5}.confirm-delete-modal__hint{margin-top:8px!important;font-size:14px;color:#94a3b8}.confirm-delete-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.confirm-delete-modal__cancel{border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.confirm-delete-modal__confirm{border:0;background:#dc2626;color:#fff;padding:10px 16px;border-radius:10px;font-weight:700;cursor:pointer}.confirm-delete-modal__confirm:disabled,.confirm-delete-modal__cancel:disabled{opacity:.7;cursor:wait}.status-badge{display:inline-block;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.status-approved{background:#dcfce7;color:#166534}.status-rejected{background:#fee2e2;color:#991b1b}.status-processing{background:#dbeafe;color:#1e40af}.status-paid{background:#ede9fe;color:#5b21b6}.status-new{background:#fff7ed;color:#c2410c}.recent-upsells__table-wrap{overflow-x:auto}.recent-upsells table{width:100%;border-collapse:collapse}.recent-upsells th{background:#f1f5f9;text-align:left;padding:14px;color:#475569;font-size:13px;font-weight:600}.recent-upsells td{padding:14px;border-bottom:1px solid #e2e8f0;vertical-align:middle;font-size:14px}.recent-upsells__row{cursor:pointer;transition:background .15s}.recent-upsells__row:hover{background:#f8fafc}.recent-upsells__order{font-weight:600;color:#081226}.recent-upsells tbody tr:last-child td{border-bottom:0}.recent-upsells__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.recent-upsells__status-select{min-width:160px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:10px;font-size:13px;background:#fff;color:#0f172a}.action-btn{border:0;border-radius:10px;padding:8px 10px;cursor:pointer;font-size:12px;font-weight:700}.action-btn:disabled{opacity:.6;cursor:wait}.action-btn--process{background:#dbeafe;color:#1e40af}.action-btn--approve{background:#dcfce7;color:#166534}.action-btn--reject{background:#fee2e2;color:#991b1b}.action-btn--delete{background:#fecaca;color:#7f1d1d}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;min-height:132px;display:flex;flex-direction:column;gap:6px}.stat-card__title{margin:0;font-size:14px;color:#64748b}.stat-card__value{margin:0;font-size:34px;font-weight:700;color:#0f172a;line-height:1.1}.stat-card__hint{margin:0;font-size:13px;color:#94a3b8}.stat-card__trend{margin:4px 0 0;font-size:13px;font-weight:600}.stat-card__trend--up{color:#16a34a}.stat-card__trend--down{color:#dc2626}.stat-card__trend--neutral{color:#64748b}.stat-card--accent{background:#081226;border-color:#081226}.stat-card--accent .stat-card__title{color:#94a3b8}.stat-card--accent .stat-card__value{color:#fff}.stat-card--accent .stat-card__hint{color:#cbd5e1}.stat-card--accent .stat-card__trend--up{color:#86efac}.stat-card--accent .stat-card__trend--down{color:#fca5a5}.stat-card--accent .stat-card__trend--neutral{color:#cbd5e1}.top-employees__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.top-employees__item{display:flex;gap:14px;align-items:flex-start;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.top-employees__rank{width:36px;height:36px;border-radius:10px;background:#081226;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.top-employees__body{flex:1;min-width:0}.top-employees__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.top-employees__info{flex:1;min-width:0}.top-employees__name{font-weight:700;font-size:16px;margin-bottom:6px}.top-employees__stats{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#64748b}.top-employees__bonus{flex-shrink:0;font-size:18px;font-weight:700;color:#081226;text-align:right;white-space:nowrap}@media(max-width:480px){.top-employees__row{align-items:flex-start}.top-employees__bonus{font-size:16px}}.upsell-attachments__muted{margin:0;color:#64748b;font-size:14px}.upsell-attachments__error{margin:0 0 12px;color:#991b1b;font-size:14px;font-weight:600}.upsell-attachments__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.upsell-attachments__item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.upsell-attachments--compact .upsell-attachments__item{padding:10px}.upsell-attachments__thumb-link{display:block;flex-shrink:0}.upsell-attachments__thumb{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.upsell-attachments__file-icon{width:56px;height:56px;border-radius:8px;background:#fee2e2;color:#991b1b;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upsell-attachments__meta{min-width:0;display:flex;flex-direction:column;gap:4px}.upsell-attachments__name{color:#081226;font-weight:600;font-size:14px;text-decoration:none;word-break:break-word}.upsell-attachments__name:hover{text-decoration:underline}.upsell-attachments__type{font-size:12px;color:#64748b}.upsell-attachments__delete{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}.upsell-attachments__delete:disabled{opacity:.6;cursor:wait}.upsell-attachments__delete:hover:not(:disabled){background:#fef2f2}.upsell-details-modal{background:#fff;border-radius:16px;border:1px solid #e2e8f0;width:min(720px,100%);max-height:min(90vh,900px);overflow-y:auto;padding:28px;box-shadow:0 20px 40px #0f172a26}.upsell-details-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.upsell-details-modal__header h2{margin:0;font-size:24px;color:#081226}.upsell-details-modal__subtitle{margin:6px 0 0;color:#64748b;font-size:15px}.upsell-details-modal__close{border:0;background:#e2e8f0;color:#0f172a;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;flex-shrink:0}.upsell-details-modal__status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px;flex-wrap:wrap}.upsell-details-modal__date{font-size:14px;color:#64748b}.upsell-details-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.upsell-details-modal__item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.upsell-details-modal__label{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}.upsell-details-modal__value{font-size:16px;font-weight:600;color:#0f172a}.upsell-details-modal__section h3{margin:0 0 10px;font-size:16px;color:#0f172a}.upsell-details-modal__section p{margin:0;color:#475569;line-height:1.6;white-space:pre-wrap}.upsell-details-modal__attachments{margin-top:20px}.upsell-details-modal__placeholder{padding:16px;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:12px;font-size:14px;color:#64748b!important}.upsell-details-modal__footer{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:28px;padding-top:20px;border-top:1px solid #e2e8f0}.upsell-details-modal__status-label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600;color:#64748b}.upsell-details-modal__status-label select{min-width:220px;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px}.upsell-details-modal__delete{border:0;background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:10px;font-weight:700;cursor:pointer}.upsell-details-modal__delete:disabled,.upsell-details-modal__status-label select:disabled{opacity:.6;cursor:wait}@media(max-width:600px){.upsell-details-modal__grid{grid-template-columns:1fr}}.admin-dashboard{display:flex;flex-direction:column;gap:24px}.admin-dashboard--loading{min-height:320px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:16px}.admin-dashboard__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-dashboard__header h1{margin:0;font-size:38px;color:#0f172a}.admin-dashboard__subtitle{margin:8px 0 0;color:#64748b;font-size:16px}.admin-dashboard__refresh{border:1px solid #e2e8f0;background:#fff;color:#081226;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.admin-dashboard__refresh:hover{background:#f8fafc}.admin-dashboard__error{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#991b1b;font-weight:600}.admin-dashboard__kpi{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.admin-dashboard__main-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px;align-items:start}.admin-dashboard__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dashboard-empty{margin:0;color:#64748b;font-size:14px}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.summary-card h3{margin:0 0 12px;font-size:15px;color:#64748b;font-weight:600}.summary-card__value{margin:0;font-size:32px;font-weight:700;color:#081226}.summary-card__hint{margin:8px 0 0;font-size:13px;color:#94a3b8}@media(max-width:1200px){.admin-dashboard__kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard__main-grid{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard__kpi,.admin-dashboard__summary{grid-template-columns:1fr}.admin-dashboard__header{flex-direction:column}.admin-dashboard__header h1{font-size:28px}}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-top:20px;border-top:1px solid #e2e8f0;margin-top:8px}.pagination__info{margin:0;font-size:14px;color:#64748b}.pagination__controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination__btn{border:1px solid #e2e8f0;background:#fff;color:#081226;padding:8px 14px;border-radius:10px;font-weight:600;cursor:pointer}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__pages{display:flex;gap:4px;flex-wrap:wrap}.pagination__page{min-width:36px;height:36px;border:1px solid #e2e8f0;background:#fff;border-radius:10px;cursor:pointer;font-weight:600;color:#475569}.pagination__page--active{background:#081226;border-color:#081226;color:#fff}.order-lookup{display:flex;flex-direction:column;gap:8px}.order-lookup__row{display:flex;gap:8px;align-items:stretch}.order-lookup__row input{flex:1;min-width:0}.order-lookup--mobile .order-lookup__row input{min-height:48px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font-size:16px}.order-lookup--modal .order-lookup__row input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px}.order-lookup__search-btn{flex-shrink:0;min-height:48px;padding:0 16px;border:0;border-radius:12px;background:#e2e8f0;color:#081226;font-size:15px;font-weight:700;cursor:pointer}.order-lookup--modal .order-lookup__search-btn{min-height:42px;border-radius:10px;font-size:14px}.order-lookup__search-btn:disabled{opacity:.6;cursor:wait}.order-lookup__hint{margin:0;font-size:13px;color:#64748b}.order-lookup__hint--muted{color:#94a3b8;font-style:italic}.order-lookup__feedback{margin:0;font-size:13px;font-weight:600}.order-lookup__feedback--ok{color:#166534}.order-lookup__feedback--warn{color:#92400e}.order-lookup__feedback--error{color:#991b1b}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.create-upsell-modal{background:#fff;border-radius:16px;border:1px solid #e2e8f0;width:min(560px,100%);max-height:min(92vh,900px);overflow-y:auto;padding:28px;box-shadow:0 20px 40px #0f172a26}.create-upsell-modal h2{margin:0 0 8px;font-size:22px;color:#081226}.create-upsell-modal__hint{margin:0 0 20px;font-size:14px;color:#64748b;line-height:1.5}.create-upsell-modal__field-hint{margin:6px 0 0;font-size:12px;color:#64748b;line-height:1.4}.create-upsell-modal__from-order{margin:0 0 20px;padding:12px 14px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe;font-size:13px;font-weight:600;color:#1e40af}.create-upsell-modal__field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.create-upsell-modal__field label{font-size:14px;font-weight:600;color:#475569}.create-upsell-modal__field input,.create-upsell-modal__field textarea{padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:15px;font-family:inherit}.create-upsell-modal__field textarea{min-height:88px;resize:vertical}.create-upsell-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.create-upsell-modal__error{font-size:13px;color:#dc2626;font-weight:600}.create-upsell-modal__form-error{margin:0 0 16px;padding:12px 14px;border-radius:10px;background:#fee2e2;color:#991b1b;font-size:14px;font-weight:600}.create-upsell-modal__preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.create-upsell-modal__preview-row{display:flex;justify-content:space-between;font-size:14px;color:#64748b}.create-upsell-modal__preview-row strong{color:#081226;font-size:15px}.create-upsell-modal__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.create-upsell-modal__cancel{border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:12px 16px;border-radius:10px;font-weight:600;cursor:pointer}.create-upsell-modal__submit{border:0;background:#081226;color:#fff;padding:12px 16px;border-radius:10px;font-weight:700;cursor:pointer}.create-upsell-modal__submit:disabled,.create-upsell-modal__cancel:disabled{opacity:.65;cursor:wait}@media(max-width:520px){.create-upsell-modal__row{grid-template-columns:1fr}}.status-checkbox-filter{border:0;margin:0;padding:0;min-width:0}.status-checkbox-filter__legend{display:block;font-size:13px;font-weight:600;color:#64748b;margin-bottom:8px;padding:0}.status-checkbox-filter__list{display:flex;flex-wrap:wrap;gap:10px 16px}.status-checkbox-filter__option{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none}.status-checkbox-filter__option input{width:16px;height:16px;margin:0;accent-color:#081226}.status-checkbox-filter__hint{margin:8px 0 0;font-size:12px;color:#94a3b8}.upsell-filters{display:grid;grid-template-columns:1fr minmax(220px,1.2fr) auto;gap:16px;align-items:start}.upsell-filters__label{display:block;font-size:13px;font-weight:600;color:#64748b;margin-bottom:8px}.upsell-filters__search input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px;background:#fff;color:#0f172a}.upsell-filters__meta{display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding-top:28px;font-size:14px;color:#64748b;font-weight:600}.upsell-filters__reset{border:0;background:transparent;color:#2563eb;font-weight:600;cursor:pointer;padding:0}@media(max-width:900px){.upsell-filters{grid-template-columns:1fr}.upsell-filters__meta{flex-direction:row;justify-content:space-between;align-items:center;padding-top:0}}.upsells-table__wrap{overflow-x:auto}.upsells-table{width:100%;border-collapse:collapse}.upsells-table th{background:#f1f5f9;text-align:left;padding:14px;color:#475569;font-size:13px;font-weight:600;white-space:nowrap}.upsells-table td{padding:14px;border-bottom:1px solid #e2e8f0;font-size:14px;vertical-align:middle}.upsells-table__row{cursor:pointer;transition:background .15s}.upsells-table__row:hover{background:#f8fafc}.upsells-table__order{font-weight:600;color:#081226}.upsells-table__actions{display:flex;align-items:center;gap:8px;min-width:200px}.upsells-table__status-select{flex:1;min-width:140px;padding:8px 10px;border-radius:10px;border:1px solid #cbd5e1;font-size:13px;background:#fff}.upsells-table__delete{border:0;border-radius:10px;padding:8px 12px;background:#fee2e2;color:#991b1b;font-weight:700;font-size:12px;cursor:pointer;white-space:nowrap}.upsells-table__delete:disabled,.upsells-table__status-select:disabled{opacity:.6;cursor:wait}.upsells-table__info-col{width:56px}.upsells-table__info-cell{text-align:center}.upsells-table__info{width:28px;height:28px;border-radius:50%;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;font-weight:700;font-size:13px;font-style:italic;font-family:Georgia,Times New Roman,serif;cursor:pointer;line-height:1}.upsells-table__info:hover{background:#e2e8f0}.upsells-table__empty{text-align:center;padding:48px 24px;color:#64748b}.upsells-table__empty p{margin:0}.upsells-table__empty-hint{margin-top:8px!important;font-size:14px;color:#94a3b8}.upsell-history-modal{background:#fff;border-radius:16px;border:1px solid #e2e8f0;width:min(960px,100%);max-height:min(90vh,900px);overflow-y:auto;padding:24px;box-shadow:0 20px 40px #0f172a26}.upsell-history-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.upsell-history-modal__header h2{margin:0;font-size:22px;color:#081226}.upsell-history-modal__subtitle{margin:6px 0 0;color:#64748b;font-size:14px}.upsell-history-modal__close{border:0;background:#e2e8f0;color:#0f172a;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;flex-shrink:0}.upsell-history-modal__status,.upsell-history-modal__empty{color:#64748b;margin:0}.upsell-history-modal__error{color:#b91c1c;margin:0}.upsell-history-modal__table-wrap{overflow-x:auto}.upsell-history-modal__table{width:100%;border-collapse:collapse;font-size:13px}.upsell-history-modal__table th{text-align:left;padding:10px 12px;background:#f1f5f9;color:#475569;font-weight:600;white-space:nowrap}.upsell-history-modal__table td{padding:12px;border-bottom:1px solid #e2e8f0;vertical-align:top;color:#0f172a}.upsell-history-modal__table td:nth-child(3){min-width:180px}.upsell-history-modal__table td:nth-child(4),.upsell-history-modal__table td:nth-child(5){min-width:140px;color:#475569}.admin-upsells{display:flex;flex-direction:column;gap:24px}.admin-upsells--loading{min-height:320px;display:flex;align-items:center;justify-content:center;color:#64748b}.admin-upsells__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.admin-upsells__header-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-upsells__create{border:0;background:#081226;color:#fff;padding:10px 16px;border-radius:10px;font-weight:700;cursor:pointer}.admin-upsells__create:hover{background:#13213d}.admin-upsells__create--inline{margin-top:16px}.admin-upsells__header h1{margin:0;font-size:38px;color:#0f172a}.admin-upsells__subtitle{margin:8px 0 0;color:#64748b;font-size:16px}.admin-upsells__refresh{border:1px solid #e2e8f0;background:#fff;color:#081226;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.admin-upsells__refresh:hover{background:#f8fafc}.admin-upsells__error{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#991b1b;font-weight:600}.admin-upsells__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.admin-upsells__empty-state{text-align:center;padding:56px 24px;color:#64748b}.admin-upsells__empty-state p{margin:0}.admin-upsells__empty-state p+p{margin-top:8px;font-size:14px;color:#94a3b8}@media(max-width:768px){.admin-upsells__header{flex-direction:column}.admin-upsells__header h1{font-size:28px}}.create-employee-modal{background:#fff;border-radius:16px;border:1px solid #e2e8f0;width:min(480px,100%);padding:28px;box-shadow:0 20px 40px #0f172a26}.create-employee-modal h2{margin:0 0 8px;font-size:22px;color:#081226}.create-employee-modal__hint{margin:0 0 20px;font-size:14px;color:#64748b;line-height:1.5}.create-employee-modal__field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.create-employee-modal__field label{font-size:14px;font-weight:600;color:#475569}.create-employee-modal__field--checkbox label{display:flex;align-items:center;gap:10px;font-weight:600;color:#0f172a}.create-employee-modal__field--checkbox input[type=checkbox]{width:18px;height:18px}.create-employee-modal__field--checkbox .create-employee-modal__hint{margin:0}.create-employee-modal__field input,.create-employee-modal__field select{padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:15px;font-family:inherit}.create-employee-modal__error{font-size:13px;color:#dc2626;font-weight:600}.create-employee-modal__notice{margin:0 0 20px;padding:12px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;font-size:13px;color:#9a3412;line-height:1.45}.create-employee-modal__actions{display:flex;justify-content:flex-end;gap:10px}.create-employee-modal__cancel{border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:12px 16px;border-radius:10px;font-weight:600;cursor:pointer}.create-employee-modal__submit{border:0;background:#081226;color:#fff;padding:12px 16px;border-radius:10px;font-weight:700;cursor:pointer}.create-employee-modal__submit--danger{background:#991b1b}.create-employee-modal__danger-zone{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.create-employee-modal__submit:disabled,.create-employee-modal__cancel:disabled{opacity:.65;cursor:wait}.role-badge{display:inline-block;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.role-badge--admin{background:#ede9fe;color:#5b21b6}.role-badge--montor{background:#dbeafe;color:#1e40af}.role-badge--serviceleder{background:#dcfce7;color:#166534}.role-badge--okonomi{background:#fef3c7;color:#92400e}.role-badge--default{background:#f1f5f9;color:#475569}.employee-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:14px;min-width:0}.employee-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.employee-card__header>div:first-child{min-width:0;flex:1}.employee-card__name{margin:0;font-size:18px;font-weight:700;color:#081226;line-height:1.3;overflow-wrap:break-word}.employee-card__employee-number{margin:4px 0 0;font-size:12px;font-weight:600;color:#475569}.employee-card__email{margin:4px 0 0;font-size:13px;color:#64748b;line-height:1.4;overflow-wrap:break-word;word-break:normal}.employee-card__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.employee-card__stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;min-width:0}.employee-card__stat dt{margin:0 0 4px;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.employee-card__stat dd{margin:0;font-size:16px;font-weight:700;color:#0f172a;line-height:1.2}.employee-card__loading,.employee-card__error{margin:0;font-size:14px;color:#64748b}.employee-card__error{color:#dc2626}.employee-card--inactive{opacity:.72}.employee-card__badges{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.employee-card__inactive{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#991b1b;background:#fee2e2;padding:4px 8px;border-radius:6px}.employee-card__actions{display:flex;gap:8px;flex-wrap:wrap}.employee-card__btn{flex:1;min-width:118px;border-radius:8px;padding:10px 14px;font-weight:600;font-size:13px;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#081226}.employee-card__btn--danger{border-color:#fecaca;background:#fef2f2;color:#991b1b}.employee-card__btn--danger-outline{border-color:#991b1b;background:#fff;color:#991b1b}.employee-card__btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.employee-card__stats{grid-template-columns:1fr 1fr}.employee-card__stat:last-child{grid-column:1 / -1}}.admin-employees{display:flex;flex-direction:column;gap:24px}.admin-employees--loading{min-height:320px;display:flex;align-items:center;justify-content:center;color:#64748b}.admin-employees__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.admin-employees__header h1{margin:0;font-size:38px;color:#0f172a}.admin-employees__subtitle{margin:8px 0 0;color:#64748b;font-size:16px}.admin-employees__actions{display:flex;gap:10px;flex-wrap:wrap}.admin-employees__refresh,.admin-employees__create{border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer;font-size:14px}.admin-employees__refresh{border:1px solid #e2e8f0;background:#fff;color:#081226}.admin-employees__create{border:0;background:#081226;color:#fff}.admin-employees__error{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#991b1b;font-weight:600}.admin-employees__success{padding:14px 16px;border-radius:12px;background:#dcfce7;color:#166534;font-weight:600}.admin-employees__toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.admin-employees__search-label{font-size:14px;font-weight:600;color:#64748b}.admin-employees__search{flex:1;min-width:220px;padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:15px}.admin-employees__count{font-size:14px;color:#64748b;font-weight:600;white-space:nowrap}.admin-employees__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.admin-employees__empty{text-align:center;padding:48px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;color:#64748b}.admin-employees__empty p{margin:0 0 16px}@media(max-width:1399px){.admin-employees__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.admin-employees__grid{grid-template-columns:1fr}.admin-employees__header h1{font-size:28px}}.bonus-payout__lead{margin:6px 0 0;color:#64748b;font-size:14px;max-width:52ch}.bonus-payout__notice{margin:0 0 20px;padding:12px 14px;border-radius:10px;background:#f0f9ff;border:1px solid #bae6fd;color:#0c4a6e;font-size:14px;line-height:1.5}.bonus-payout__error{margin-bottom:16px;padding:12px 14px;border-radius:10px;background:#fee2e2;color:#991b1b;font-size:14px}.bonus-payout__empty{margin:0;color:#64748b;font-size:15px}.bonus-payout__table-wrap{overflow-x:auto}.bonus-payout__table{width:100%;border-collapse:collapse;font-size:14px}.bonus-payout__table th,.bonus-payout__table td{padding:12px 10px;text-align:left;border-bottom:1px solid #e2e8f0}.bonus-payout__table th{color:#64748b;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.bonus-payout__table td:last-child{text-align:right;white-space:nowrap}.bonus-payout__status{display:inline-block;padding:4px 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:600}.bonus-payout__mark-btn{border:1px solid #081226;background:#081226;color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.bonus-payout__mark-btn:hover:not(:disabled){background:#13213d}.bonus-payout__mark-btn:disabled{opacity:.6;cursor:wait}.dashboard-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.dashboard-panel__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.dashboard-panel__header h2{margin:0;font-size:20px;color:#0f172a}.dashboard-panel__meta{font-size:13px;color:#64748b;font-weight:600}.admin-bonus{display:flex;flex-direction:column;gap:24px}.admin-bonus--loading{min-height:320px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:16px}.admin-bonus__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-bonus__header h1{margin:0;font-size:38px;color:#0f172a}.admin-bonus__subtitle{margin:8px 0 0;color:#64748b;font-size:16px}.admin-bonus__refresh{border:1px solid #e2e8f0;background:#fff;color:#081226;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.admin-bonus__refresh:hover{background:#f8fafc}.admin-bonus__error{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#991b1b;font-weight:600}.admin-bonus__kpi{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.admin-bonus__table-wrap{overflow-x:auto}.admin-bonus__table{width:100%;border-collapse:collapse;font-size:14px}.admin-bonus__table th,.admin-bonus__table td{padding:12px 10px;text-align:left;border-bottom:1px solid #e2e8f0}.admin-bonus__table th{color:#64748b;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.admin-bonus__charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.admin-bonus__chart-body{width:100%;height:300px}.admin-bonus__chart-body--tall{height:340px}.admin-bonus__empty-page{text-align:center;padding:48px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;color:#64748b}.admin-bonus__empty-page h2{margin:0 0 8px;color:#081226;font-size:20px}.admin-bonus__empty-page p{margin:0;font-size:15px}.admin-bonus__chart-empty{height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px;text-align:center;padding:24px}.admin-bonus__tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;box-shadow:0 8px 24px #08122614}.admin-bonus__tooltip-label{margin:0 0 6px;font-size:13px;font-weight:600;color:#64748b}.admin-bonus__tooltip-value{margin:0;font-size:15px;font-weight:700;color:#081226}.admin-bonus__tooltip-value--positive{color:#16a34a}.admin-bonus__tooltip-value--negative{color:#dc2626}@media(max-width:1400px){.admin-bonus__kpi{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1200px){.admin-bonus__kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-bonus__charts{grid-template-columns:1fr}}@media(max-width:768px){.admin-bonus__kpi{grid-template-columns:1fr}.admin-bonus__header{flex-direction:column}.admin-bonus__header h1{font-size:28px}}.employee-report-print{display:none}.employee-report-print--break{break-before:page;page-break-before:always}.employee-report-print__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #0f172a}.employee-report-print__brand{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.employee-report-print__title{margin:0 0 8px;font-size:24px;color:#0f172a}.employee-report-print__employee-name{margin:0;font-size:20px;font-weight:700;color:#081226}.employee-report-print__meta{text-align:right;font-size:13px;color:#334155;line-height:1.6}.employee-report-print__meta p{margin:0}.employee-report-print__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.employee-report-print__kpi{border:1px solid #cbd5e1;border-radius:8px;padding:12px 14px;background:#f8fafc}.employee-report-print__kpi span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:6px}.employee-report-print__kpi strong{font-size:18px;color:#0f172a}.employee-report-print__status-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:20px}.employee-report-print__status{border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;text-align:center;background:#fff}.employee-report-print__status span{display:block;font-size:10px;font-weight:700;text-transform:uppercase;color:#64748b;margin-bottom:4px}.employee-report-print__status strong{font-size:16px;color:#0f172a}.employee-report-print__table{width:100%;border-collapse:collapse;font-size:10px}.employee-report-print__table th,.employee-report-print__table td{border:1px solid #cbd5e1;padding:7px 9px;text-align:left;vertical-align:top}.employee-report-print__table th{background:#e2e8f0;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:9px}.employee-report-print__table td:nth-child(n+5):not(:last-child),.employee-report-print__table th:nth-child(n+5):not(:last-child){text-align:right}.employee-report-print__table tfoot td{background:#f1f5f9;font-weight:700}.employee-report-print__footer{margin-top:24px;padding-top:12px;border-top:1px solid #cbd5e1;text-align:center;font-size:11px;color:#64748b}@media print{.employee-report-print{display:block}.employee-report-print--break{break-before:page;page-break-before:always}.employee-report-print__kpi,.employee-report-print__status,.employee-report-print__table th,.employee-report-print__table tfoot td{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.employee-report-screen{border:1px solid #e2e8f0;border-radius:16px;padding:20px;background:#f8fafc;display:flex;flex-direction:column;gap:16px}.employee-report-screen__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.employee-report-screen__header h3{margin:0 0 4px;font-size:18px;color:#081226}.employee-report-screen__header p{margin:0;font-size:13px;color:#64748b}.employee-report-screen__period{font-size:13px;font-weight:600;color:#475569}.employee-report-screen__kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.employee-report-screen__kpi{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.employee-report-screen__kpi span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;color:#64748b;margin-bottom:4px}.employee-report-screen__kpi strong{font-size:16px;color:#0f172a}.employee-report-screen__status{display:flex;flex-wrap:wrap;gap:8px}.employee-report-screen__status span{font-size:12px;font-weight:600;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:6px 10px}.employee-report-screen__table-wrap{overflow-x:auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.employee-report-screen__table{width:100%;border-collapse:collapse;font-size:13px}.employee-report-screen__table th{text-align:left;padding:10px 12px;font-size:11px;font-weight:700;text-transform:uppercase;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.employee-report-screen__table td{padding:12px;border-bottom:1px solid #f1f5f9;vertical-align:top}.employee-report-screen__description{max-width:220px;white-space:pre-wrap}.employee-report-screen__table tr:last-child td{border-bottom:0}@media(max-width:900px){.employee-report-screen__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}.report-employee-picker{display:flex;flex-direction:column;gap:12px}.report-employee-picker__toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.report-employee-picker__count{font-size:13px;font-weight:600;color:#475569}.report-employee-picker__actions{display:flex;gap:8px}.report-employee-picker__actions button{border:1px solid #e2e8f0;background:#fff;color:#081226;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.report-employee-picker__actions button:hover{background:#f8fafc}.report-employee-picker__hint{margin:0;padding:10px 12px;border-radius:10px;background:#eff6ff;color:#1e40af;font-size:13px;line-height:1.45}.report-employee-picker__empty{margin:0;font-size:14px;color:#64748b}.report-employee-picker__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto}.report-employee-picker__card{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;cursor:pointer;transition:border-color .15s,background .15s}.report-employee-picker__card--selected{border-color:#081226;background:#fff}.report-employee-picker__card input{margin-top:4px;flex-shrink:0}.report-employee-picker__card-body{display:flex;flex-direction:column;gap:2px;min-width:0}.report-employee-picker__card-body strong{color:#081226;font-size:14px}.report-employee-picker__card-body span{font-size:12px;color:#64748b}.report-print{display:none}.report-print__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;padding-bottom:16px;border-bottom:2px solid #0f172a}.report-print__brand{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.report-print__title{margin:0;font-size:28px;color:#0f172a}.report-print__meta{text-align:right;font-size:13px;color:#334155;line-height:1.6}.report-print__meta p{margin:0}.report-print__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.report-print__kpi{border:1px solid #cbd5e1;border-radius:8px;padding:12px 14px;background:#f8fafc}.report-print__kpi span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:6px}.report-print__kpi strong{font-size:18px;color:#0f172a}.report-print__table{width:100%;border-collapse:collapse;font-size:11px}.report-print__table th,.report-print__table td{border:1px solid #cbd5e1;padding:8px 10px;text-align:left}.report-print__table th{background:#e2e8f0;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:10px}.report-print__table td:nth-child(n+5):not(:last-child),.report-print__table th:nth-child(n+5):not(:last-child){text-align:right}.report-print__table tfoot td{background:#f1f5f9;font-weight:700}.report-print__footer{margin-top:28px;padding-top:12px;border-top:1px solid #cbd5e1;text-align:center;font-size:11px;color:#64748b}@media print{.report-print{display:block}.report-print__kpi,.report-print__table th,.report-print__table tfoot td{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.admin-reports{display:flex;flex-direction:column;gap:24px}.admin-reports--loading{min-height:320px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:16px}.admin-reports__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-reports__header h1{margin:0;font-size:38px;color:#0f172a}.admin-reports__subtitle{margin:8px 0 0;color:#64748b;font-size:16px}.admin-reports__refresh{border:1px solid #e2e8f0;background:#fff;color:#081226;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.admin-reports__refresh:hover{background:#f8fafc}.admin-reports__error{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#991b1b;font-weight:600}.admin-reports__layout{display:grid;grid-template-columns:minmax(300px,360px) 1fr;gap:20px;align-items:start}.admin-reports__panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.admin-reports__sidebar{display:flex;flex-direction:column;gap:20px}.admin-reports__panel h2{margin:0 0 16px;font-size:18px;color:#081226}.admin-reports__field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.admin-reports__field label{font-size:14px;font-weight:600;color:#475569}.admin-reports__field input,.admin-reports__field select{padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:15px;font-family:inherit;background:#fff}.admin-reports__date-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-reports__generate{width:100%;border:0;border-radius:10px;padding:12px 16px;background:#081226;color:#fff;font-weight:700;font-size:15px;cursor:pointer}.admin-reports__generate:hover{background:#13213d}.admin-reports__quick{display:flex;flex-direction:column;gap:10px}.admin-reports__quick-btn{border:1px solid #e2e8f0;background:#f8fafc;color:#081226;border-radius:10px;padding:12px 14px;font-weight:600;font-size:14px;cursor:pointer;text-align:left}.admin-reports__quick-btn:hover{background:#fff;border-color:#cbd5e1}.admin-reports__bonus-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.admin-reports__quick-btn--inline{padding:8px 12px;font-size:13px}.admin-reports__saved-empty{margin:0;font-size:14px;color:#64748b;line-height:1.5}.admin-reports__saved-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.admin-reports__saved-item{border:1px dashed #cbd5e1;border-radius:12px;padding:14px 16px;background:#f8fafc}.admin-reports__saved-item strong{display:block;color:#081226;font-size:14px;margin-bottom:6px}.admin-reports__saved-meta{font-size:12px;color:#64748b;line-height:1.5}.admin-reports__saved-badge{display:inline-block;margin-top:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9a3412;background:#ffedd5;padding:4px 8px;border-radius:6px}.admin-reports__preview-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:20px}.admin-reports__preview-header h2{margin:0 0 6px}.admin-reports__preview-meta{margin:0;font-size:14px;color:#64748b}.admin-reports__export{display:flex;flex-wrap:wrap;gap:10px}.admin-reports__export-btn{border-radius:10px;padding:10px 14px;font-weight:600;font-size:14px;cursor:pointer}.admin-reports__export-btn--primary{border:0;background:#081226;color:#fff}.admin-reports__export-btn--primary:hover{background:#13213d}.admin-reports__export-btn--secondary{border:1px solid #e2e8f0;background:#fff;color:#081226}.admin-reports__export-btn--secondary:hover{background:#f8fafc}.admin-reports__table-wrap{overflow-x:auto}.admin-reports__table{width:100%;border-collapse:collapse;font-size:14px}.admin-reports__table th{text-align:left;padding:12px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.admin-reports__table td{padding:14px;border-bottom:1px solid #f1f5f9;color:#0f172a;vertical-align:middle}.admin-reports__table tr:last-child td{border-bottom:0}.admin-reports__table td:nth-child(n+5):not(:last-child),.admin-reports__table th:nth-child(n+5):not(:last-child){text-align:right}.admin-reports__empty{margin:0;padding:32px 16px;text-align:center;color:#64748b;font-size:14px}.admin-reports__form-error{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fee2e2;color:#991b1b;font-size:13px;font-weight:600}.admin-reports__employee-preview{display:flex;flex-direction:column;gap:20px}.report-print-capture{position:fixed;left:-10000px;top:0;width:794px;max-width:794px;visibility:visible;opacity:1;pointer-events:none;z-index:-1;overflow:visible;background:#fff}.report-print-capture--exporting,.admin-reports--pdf-export .report-print-capture--exporting{position:fixed;left:0;top:0;width:794px;max-width:794px;z-index:10000;opacity:1;visibility:visible;pointer-events:none;background:#fff;transform:none}.report-pdf-preview{background:#fff}@media(max-width:1100px){.admin-reports__layout{grid-template-columns:1fr}.admin-reports__sidebar .admin-reports__panel+.admin-reports__panel{margin-top:20px}}@media(max-width:768px){.admin-reports__header{flex-direction:column}.admin-reports__header h1{font-size:28px}.admin-reports__date-row{grid-template-columns:1fr}.admin-reports__preview-header{flex-direction:column}}.admin-reports__screen-preview{display:block}@media print{.admin-sidebar,.admin-topbar,.admin-reports__no-print,.admin-reports__screen-preview,.admin-reports__preview-header{display:none!important}.report-print-capture,.report-print-collection{position:static;left:auto;top:auto;width:auto;max-width:none;z-index:auto;pointer-events:auto}.admin-layout,.admin-main{display:block}.admin-content{padding:0}.admin-reports__layout{display:block}.admin-reports__sidebar{display:none}.admin-reports__panel{border:0;padding:0;box-shadow:none}.admin-reports__export{display:none}.admin-reports__table th{background:#f1f5f9;-webkit-print-color-adjust:exact;print-color-adjust:exact}}.settings-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.settings-badge--active{background:#dcfce7;color:#166534}.settings-badge--pending{background:#ffedd5;color:#9a3412}.settings-badge--error{background:#fee2e2;color:#991b1b}.settings-badge--neutral{background:#f1f5f9;color:#475569}.admin-settings__card--wide{grid-column:1 / -1}.activity-log__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.activity-log__header h2{margin:0}.activity-log__lead{margin:6px 0 0;color:#64748b;font-size:14px}.activity-log__refresh{flex-shrink:0;opacity:1;cursor:pointer}.activity-log__filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:12px;align-items:end;margin-bottom:20px}.activity-log__filter{display:flex;flex-direction:column;gap:6px}.activity-log__filter label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.activity-log__filter select,.activity-log__filter input{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:14px;color:#0f172a;background:#fff}.activity-log__filter-actions{display:flex;gap:8px}.activity-log__apply,.activity-log__reset{border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer}.activity-log__apply{border:0;background:#081226;color:#fff}.activity-log__apply:hover:not(:disabled){background:#13213d}.activity-log__reset{border:1px solid #e2e8f0;background:#fff;color:#081226}.activity-log__reset:hover:not(:disabled){background:#f8fafc}.activity-log__apply:disabled,.activity-log__reset:disabled{opacity:.6;cursor:wait}.activity-log__loading,.activity-log__empty{margin:0;padding:24px 0;text-align:center;color:#64748b;font-size:15px}.activity-log__table-wrap{overflow-x:auto}.activity-log__table{width:100%;border-collapse:collapse;font-size:14px}.activity-log__table th,.activity-log__table td{padding:12px 10px;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:top}.activity-log__table th{color:#64748b;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.activity-log__table td{color:#0f172a;max-width:220px;line-height:1.45}@media(max-width:1100px){.activity-log__filters{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-log__filter-actions{grid-column:1 / -1}}@media(max-width:640px){.activity-log__filters{grid-template-columns:1fr}.activity-log__header{flex-direction:column}}.admin-settings{display:flex;flex-direction:column;gap:24px}.admin-settings--loading{min-height:320px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:16px}.admin-settings__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-settings__header h1{margin:0;font-size:38px;color:#0f172a}.admin-settings__subtitle{margin:8px 0 0;color:#64748b;font-size:16px}.admin-settings__refresh{border:1px solid #e2e8f0;background:#fff;color:#081226;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.admin-settings__refresh:hover{background:#f8fafc}.admin-settings__error{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#991b1b;font-weight:600}.admin-settings__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.admin-settings__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:0}.admin-settings__card h2{margin:0 0 16px;font-size:18px;color:#081226}.admin-settings__card--bonus{height:auto;min-height:0;flex:none;align-self:start}.admin-settings__card--bonus h2{margin-bottom:12px}.admin-settings__card--bonus .admin-settings__bonus-help{margin:0 0 12px}.admin-settings__card--bonus .admin-settings__bonus-row{padding:10px 0}.admin-settings__card--bonus .admin-settings__bonus-row:last-of-type{border-bottom:0;padding-bottom:0}.admin-settings__card--bonus .admin-settings__actions{margin-top:12px}.admin-settings__card--bonus .admin-settings__bonus-table-wrap{margin-bottom:12px}.admin-settings__card--bonus .admin-settings__bonus-table th,.admin-settings__card--bonus .admin-settings__bonus-table td{padding:8px 10px}.admin-settings__row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px solid #f1f5f9}.admin-settings__row:last-child{border-bottom:0}.admin-settings__label{font-size:14px;color:#64748b;font-weight:500}.admin-settings__value{font-size:14px;font-weight:700;color:#081226;text-align:right;max-width:60%}.admin-settings__value--wrap{white-space:normal;line-height:1.45}.admin-settings__notice{margin-top:16px;padding:14px 16px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.45}.admin-settings__notice--active{background:#ecfdf5;color:#047857}.admin-settings__notice--pending{background:#fff7ed;color:#c2410c}.admin-settings__notice--neutral{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.admin-settings__notice--error{background:#fee2e2;color:#991b1b}.admin-settings__maintenance-loading{margin:0 0 12px;font-size:14px;color:#64748b}.admin-settings__actions--stack{flex-direction:column;align-items:stretch}.admin-settings__actions--stack .admin-settings__btn{width:100%}.admin-settings__role-block{padding:14px 0;border-bottom:1px solid #f1f5f9}.admin-settings__role-block:last-child{border-bottom:0;padding-bottom:0}.admin-settings__role-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.admin-settings__role-name{font-size:15px;font-weight:700;color:#081226}.admin-settings__role-desc{margin:0 0 8px;font-size:14px;color:#64748b}.admin-settings__role-list{margin:0;padding-left:18px;font-size:13px;color:#475569;line-height:1.5}.admin-settings__bonus-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.admin-settings__bonus-row:last-of-type{border-bottom:0}.admin-settings__bonus-label{font-size:14px;color:#0f172a;font-weight:600}.admin-settings__bonus-rate{font-size:18px;font-weight:700;color:#081226}.admin-settings__bonus-help{margin:-8px 0 16px;font-size:13px;color:#64748b;line-height:1.45}.admin-settings__bonus-status,.admin-settings__bonus-success{margin:0 0 12px;font-size:14px}.admin-settings__bonus-success{color:#047857;font-weight:600}.admin-settings__bonus-error{margin:0 0 12px;font-size:14px;color:#b91c1c}.admin-settings__bonus-table-wrap{overflow-x:auto;margin-bottom:16px}.admin-settings__bonus-table{width:100%;border-collapse:collapse}.admin-settings__bonus-table th{text-align:left;padding:10px 12px;background:#f1f5f9;color:#475569;font-size:13px}.admin-settings__bonus-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.admin-settings__bonus-input-wrap{display:flex;align-items:center;gap:6px}.admin-settings__bonus-input{width:88px;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}.admin-settings__bonus-remove{border:0;background:#fee2e2;color:#991b1b;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.admin-settings__bonus-remove:disabled{opacity:.5;cursor:not-allowed}.admin-settings__elinn-test{margin-top:12px;padding:12px 14px;border-radius:10px;font-size:14px}.admin-settings__elinn-test p{margin:6px 0 0;font-weight:500;color:inherit;opacity:.9}.admin-settings__elinn-test--ok{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.admin-settings__elinn-test--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.admin-settings__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.admin-settings__btn{border-radius:10px;padding:10px 14px;font-weight:600;font-size:14px;cursor:not-allowed;opacity:.65}.admin-settings__btn--primary{border:0;background:#081226;color:#fff}.admin-settings__btn--secondary{border:1px solid #e2e8f0;background:#fff;color:#64748b}.admin-settings__btn--clickable:not(:disabled){cursor:pointer;opacity:1}.admin-settings__btn--clickable:not(:disabled):hover{filter:brightness(1.03)}.admin-settings__export-lead{margin:-8px 0 12px;font-size:14px;color:#64748b;line-height:1.45}.admin-settings__session{margin-top:4px;padding-top:14px;border-top:1px solid #f1f5f9;font-size:13px;color:#64748b}.admin-settings__session strong{color:#081226}@media(max-width:900px){.admin-settings__grid{grid-template-columns:1fr}.admin-settings__header{flex-direction:column}.admin-settings__header h1{font-size:28px}}.change-password{display:flex;flex-direction:column;gap:12px}.change-password--admin{margin-top:8px;padding-top:20px;border-top:1px solid #f1f5f9}.change-password__title{margin:0;font-size:18px;color:#081226}.change-password--admin .change-password__title{font-size:16px}.change-password__hint{margin:0;font-size:13px;color:#64748b}.change-password__form{display:flex;flex-direction:column;gap:14px}.change-password__field{display:flex;flex-direction:column;gap:6px}.change-password__field label{font-size:14px;font-weight:600;color:#0f172a}.change-password__field input{min-height:44px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:15px}.change-password--admin .change-password__field input{min-height:40px;font-size:14px}.change-password__field-error{font-size:13px;color:#991b1b;font-weight:600}.change-password__error{padding:10px 12px;border-radius:10px;background:#fee2e2;color:#991b1b;font-size:14px;font-weight:600}.change-password__success{padding:10px 12px;border-radius:10px;background:#ecfdf5;color:#166534;font-size:14px;font-weight:600}.change-password__submit{min-height:44px;border:0;border-radius:12px;background:#2563eb;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.change-password__submit:disabled{opacity:.65;cursor:wait}.change-password--admin .change-password__submit{align-self:flex-start;min-height:40px;padding:0 16px;font-size:14px;background:#081226}.admin-profile{display:flex;flex-direction:column;gap:24px}.admin-profile__header h1{margin:0;font-size:32px;color:#0f172a}.admin-profile__subtitle{margin:8px 0 0;color:#64748b}.admin-profile__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.admin-profile__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.admin-profile__card--hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.admin-profile__card--wide{grid-column:1 / -1}.admin-profile__card-title{margin:0 0 16px;font-size:18px;color:#081226}.admin-profile__avatar{width:72px;height:72px;border-radius:50%;background:#081226;color:#fff;font-size:24px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.admin-profile__card--hero h2{margin:0;font-size:22px;color:#0f172a}.admin-profile__role{margin:0;color:#64748b;font-size:14px}.admin-profile__details{margin:0;display:grid;gap:14px}.admin-profile__details div{display:grid;gap:4px}.admin-profile__details dt{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.admin-profile__details dd{margin:0;font-size:15px;color:#0f172a}.admin-profile__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.admin-profile__back{color:#2563eb;text-decoration:none;font-weight:600}.admin-profile__back:hover{text-decoration:underline}.admin-profile__logout{border:1px solid #e2e8f0;background:#fff;color:#0f172a;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.admin-profile__logout:hover{background:#f8fafc}@media(max-width:900px){.admin-profile__grid{grid-template-columns:1fr}}.mobile-page{display:flex;flex-direction:column;gap:16px;max-width:430px;margin:0 auto;width:100%}.mobile-page__title{margin:0;font-size:26px;font-weight:700;color:#0f172a}.mobile-page__subtitle{margin:4px 0 0;font-size:15px;color:#64748b}.mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px}.mobile-card--navy{background:#081226;border-color:#081226;color:#fff}.mobile-card__label{margin:0 0 6px;font-size:13px;color:#64748b;font-weight:600}.mobile-card--navy .mobile-card__label{color:#94a3b8}.mobile-card__value{margin:0;font-size:28px;font-weight:700;color:#081226}.mobile-card--navy .mobile-card__value{color:#fff}.mobile-card--link{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.mobile-card--link:hover{box-shadow:0 4px 14px #0812261a}.mobile-card--link:active{transform:scale(.98);box-shadow:0 2px 8px #08122614}.mobile-card--navy.mobile-card--link:active{background:#0c1a33}.mobile-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 20px;border-radius:14px;border:0;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;width:100%;transition:opacity .15s}.mobile-btn:disabled{opacity:.65;cursor:wait}.mobile-btn--primary{background:#2563eb;color:#fff}.mobile-btn--navy{background:#081226;color:#fff}.mobile-btn--ghost{background:#f1f5f9;color:#081226}.mobile-error{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#991b1b;font-size:14px;font-weight:600}.mobile-success{padding:14px 16px;border-radius:12px;background:#dcfce7;color:#166534;font-size:14px;font-weight:600}.mobile-loading{text-align:center;padding:40px 16px;color:#64748b;font-size:15px}.mobile-empty{text-align:center;padding:32px 16px;color:#64748b}.mobile-empty p{margin:0}.mobile-empty p+p{margin-top:8px;font-size:14px;color:#94a3b8}.mobile-field{display:flex;flex-direction:column;gap:8px}.mobile-field label{font-size:14px;font-weight:600;color:#475569}.mobile-field input,.mobile-field textarea{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #cbd5e1;font-size:16px;font-family:inherit;background:#fff;color:#0f172a}.mobile-field textarea{min-height:96px;resize:vertical}.mobile-field input:focus,.mobile-field textarea:focus{outline:2px solid #2563eb;outline-offset:1px}.mobile-field__hint{margin:6px 0 0;font-size:12px;color:#64748b;line-height:1.4}.mobile-field__error{font-size:13px;color:#dc2626;font-weight:600}.mobile-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:16px;display:grid;gap:8px}.mobile-preview__row{display:flex;justify-content:space-between;font-size:15px;color:#475569}.mobile-preview__row strong{color:#081226;font-size:16px}.mobile-shortcuts{display:grid;gap:10px}.mobile-shortcut{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;text-decoration:none;color:#0f172a;font-weight:600;font-size:15px;min-height:52px}.mobile-shortcut span:last-child{color:#94a3b8;font-size:18px}.mobile-list-item{display:block;width:100%;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;cursor:pointer;font-family:inherit}.mobile-list-item+.mobile-list-item{margin-top:10px}.mobile-list-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.mobile-list-item__order{font-weight:700;font-size:16px;color:#081226}.mobile-list-item__date{font-size:13px;color:#94a3b8;white-space:nowrap}.mobile-list-item__customer{margin:0 0 12px;font-size:14px;color:#64748b}.mobile-list-item__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;color:#475569}.mobile-list-item__meta strong{color:#081226}.mobile-dashboard__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-card__hint{margin:6px 0 0;font-size:12px;color:#ffffffbf;line-height:1.35}.mobile-dashboard__section-title{margin:8px 0 0;font-size:16px;font-weight:700;color:#0f172a}.mobile-register__from-order{margin:0 0 16px;padding:12px 14px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe;font-size:13px;font-weight:600;color:#1e40af}.mobile-register__file-name{margin:8px 0 0;font-size:13px;font-weight:600;color:#1e40af}.mobile-register__form{display:flex;flex-direction:column;gap:16px}.mobile-register__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:360px){.mobile-register__row{grid-template-columns:1fr}}.mobile-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:0}.mobile-sheet{background:#fff;width:min(430px,100%);max-height:85vh;overflow-y:auto;border-radius:20px 20px 0 0;padding:12px 20px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -8px 32px #0f172a1f}.mobile-sheet__handle{width:40px;height:4px;background:#cbd5e1;border-radius:999px;margin:0 auto 16px}.mobile-sheet__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.mobile-sheet__header h2{margin:0;font-size:20px;color:#081226}.mobile-sheet__header p{margin:4px 0 0;color:#64748b;font-size:14px}.mobile-sheet__header button{border:0;background:#f1f5f9;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;flex-shrink:0}.mobile-sheet__details{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0}.mobile-sheet__details div{background:#f8fafc;border-radius:12px;padding:12px}.mobile-sheet__details dt{font-size:12px;color:#64748b;font-weight:600;margin-bottom:4px}.mobile-sheet__details dd{margin:0;font-size:16px;font-weight:700;color:#081226}.mobile-sheet__attachments{margin-top:16px}.mobile-sheet__attachments h3,.mobile-sheet__description h3{margin:0 0 8px;font-size:15px;color:#0f172a}.mobile-sheet__description p{margin:0;color:#475569;line-height:1.5;white-space:pre-wrap;font-size:14px}.mobile-sheet__actions{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.mobile-sheet__delete{width:100%;border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:10px;padding:12px 16px;font-size:15px;font-weight:600;cursor:pointer}.mobile-sheet__delete:disabled{opacity:.6;cursor:not-allowed}.mobile-card__value--sm{font-size:22px}.mobile-bonus__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-bonus__grid--status{grid-template-columns:1fr}.mobile-bonus__notice{margin:0;padding:12px 14px;border-radius:12px;background:#f0f9ff;border:1px solid #bae6fd;color:#0c4a6e;font-size:14px;line-height:1.45}.mobile-bonus__tiers h2{margin:0 0 8px;font-size:17px;color:#0f172a}.mobile-bonus__tiers-hint{margin:0 0 14px;font-size:13px;color:#64748b;line-height:1.4}.mobile-bonus__tiers ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.mobile-bonus__tiers li{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.mobile-bonus__tiers li div{display:flex;flex-direction:column;gap:4px}.mobile-bonus__tiers li strong{font-size:15px;color:#081226}.mobile-bonus__tiers li span{font-size:13px;color:#64748b}.mobile-bonus__tier-count{font-weight:700;color:#081226!important;font-size:14px!important;white-space:nowrap}.mobile-profile__hero{text-align:center;padding-top:28px;padding-bottom:28px}.mobile-profile__avatar{width:72px;height:72px;border-radius:20px;background:#081226;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 16px}.mobile-profile__hero h2{margin:0;font-size:22px;color:#081226}.mobile-profile__role{margin:6px 0 0;color:#64748b;font-size:15px;text-transform:capitalize}.mobile-profile__details{margin:0;display:flex;flex-direction:column;gap:16px}.mobile-profile__details div{display:flex;flex-direction:column;gap:4px}.mobile-profile__details dt{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.mobile-profile__details dd{margin:0;font-size:16px;font-weight:600;color:#0f172a}.mobile-profile__muted{color:#94a3b8!important;font-weight:500!important}.mobile-profile__password{padding-top:8px}.mobile-profile__logout{margin-top:8px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f3f6fa;color:#0f172a}a{color:inherit}button{font-family:inherit}
