@page{size:A4;margin:18mm}html,body{background:#fff;color:#091f39;font-family:-apple-system,Inter,Helvetica Neue,sans-serif}.print-doc{font-size:11pt;line-height:1.4}.print-doc h1{font-size:22pt;margin:0 0 4pt}.print-doc h2{font-size:13pt;margin:18pt 0 6pt;border-bottom:1pt solid #d8dde6;padding-bottom:2pt}.print-header{margin-bottom:14pt}.print-table{width:100%;border-collapse:collapse}.print-table th,.print-table td{padding:4pt 6pt;border-bottom:.5pt solid #d8dde6;text-align:left}.print-table th{font-weight:600}.print-total td{font-weight:700;border-top:1pt solid #091F39}.muted{color:#5a667a;font-size:9pt}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#f5f6f8}input:focus,button:focus,select:focus,textarea:focus{outline:2px solid #091F39;outline-offset:2px}label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:500;color:#2b3a4f}label input[type=text],label input[type=number],label input[type=email],label input[type=tel],label input[type=password],label input:not([type]),label select,label textarea,input[type=text],input[type=number],input[type=email],input[type=tel],input[type=password],select,textarea{width:100%;padding:10px 12px;font-size:15px;font-family:inherit;color:#091f39;background:#fff;border:1px solid #d6dae2;border-radius:8px;transition:border-color .12s ease,box-shadow .12s ease}label input:hover,label select:hover,label textarea:hover,input:hover,select:hover,textarea:hover{border-color:#b8bfcd}label input:focus,label select:focus,label textarea:focus,input:focus,select:focus,textarea:focus{border-color:#091f39;box-shadow:0 0 0 3px #091f391a;outline:none}label input[disabled],label select[disabled],label textarea[disabled]{background:#f5f6f8;color:#5a667a;cursor:not-allowed}label:has(>input[type=checkbox]){flex-direction:row;align-items:center;gap:10px;cursor:pointer;font-weight:400;user-select:none}input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#091F39;cursor:pointer}section h2{font-size:18px;font-weight:600;margin:0 0 12px;color:#091f39}form{width:100%}.lk-section-stack{display:flex;flex-direction:column;gap:16px}.lk-section{background:#fff;border-radius:12px;padding:20px;border:1px solid #e4e7ec}.lk-section h2{margin-top:0}.lk-section p{color:#5a667a;margin:4px 0 16px;font-size:14px}.lk-section--danger{border-color:#fecaca;background:#fef9f9}.lk-section--danger h2{color:#b91c1c}.lk-form{display:flex;flex-direction:column;gap:14px}.lk-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.lk-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.lk-form-grid-2{grid-template-columns:1fr}}.lk-sheet-body form{display:flex;flex-direction:column;gap:14px}.lk-sheet-panel{padding:20px}.lk-sheet-title{font-size:18px;font-weight:600;margin-bottom:16px;color:#091f39}.lk-btn-danger{background:transparent;color:#b91c1c;border:1px solid #b91c1c;border-radius:8px;padding:8px 14px;font-weight:500;cursor:pointer}.lk-btn-danger:disabled{opacity:.4;cursor:not-allowed}.lk-btn-danger:hover:not(:disabled){background:#b91c1c;color:#fff}.lk-sheet-backdrop{position:fixed;inset:0;background:#091f3966;display:flex;align-items:flex-end;justify-content:center;z-index:100}@media(min-width:768px){.lk-sheet-backdrop{align-items:center}}.lk-sheet-panel{background:#fff;width:100%;max-width:560px;max-height:92vh;overflow:auto;border-radius:12px 12px 0 0;padding:16px}@media(min-width:768px){.lk-sheet-panel{border-radius:12px;max-height:80vh}}.lk-sheet-title{font-weight:600;font-size:18px;margin-bottom:12px}.lk-tabs{display:flex;gap:2px;border-bottom:1px solid #d6dae2;margin-bottom:20px;overflow-x:auto}.lk-tab{padding:10px 14px;text-decoration:none;color:#5a667a;font-weight:500;font-size:15px;border-bottom:2px solid transparent;white-space:nowrap;transition:color .12s ease,border-color .12s ease}.lk-tab:hover{color:#091f39}.lk-tab.is-active{color:#091f39;border-bottom-color:#091f39}.lk-toast-stack{position:fixed;top:12px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:200}@media(min-width:768px){.lk-toast-stack{left:auto;right:16px;transform:none}}.lk-toast{background:#091f39;color:#fff;padding:10px 14px;border-radius:8px;display:flex;gap:12px;align-items:center;box-shadow:0 6px 24px #0003}.lk-toast--success{background:#15803d}.lk-toast--error{background:#b91c1c}.lk-toast-action{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:6px;padding:4px 8px;font-size:12px;cursor:pointer}.lk-btn-primary{background:#091f39;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer}.lk-btn-primary:disabled{opacity:.5;cursor:not-allowed}.lk-btn-ghost{background:transparent;color:#091f39;border:1px solid #091F39;border-radius:8px;padding:8px 14px;cursor:pointer}.lk-card-stack{display:flex;flex-direction:column;gap:12px;margin-top:16px}.lk-card{background:#fff;padding:14px;border-radius:10px;box-shadow:0 1px 2px #0000000f;display:flex;flex-direction:column;gap:4px;text-decoration:none;color:inherit}.lk-card small{color:#5a667a}.lk-status{font-size:12px;padding:2px 8px;border-radius:999px;align-self:flex-start;margin-top:6px}.lk-status--open{background:#e6f4ea;color:#15803d}.lk-status--submitted{background:#e0e7ff;color:#3730a3}.lk-status--pending{background:#fef3c7;color:#92400e}.lk-status--done{background:#e4e7ec;color:#3f4a5a}.lk-totals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:600px){.lk-totals-grid{grid-template-columns:repeat(4,1fr)}}.lk-stat{background:#fff;padding:12px;border-radius:10px;display:flex;flex-direction:column;gap:4px}.lk-stat small{color:#5a667a;font-size:12px}.lk-stat strong{font-size:24px}.lk-progress{display:flex;flex-direction:column;gap:4px}.lk-progress-label{display:flex;justify-content:space-between;font-weight:500}.lk-progress-track{background:#d6dae2;height:10px;border-radius:999px;overflow:hidden}.lk-progress-fill{background:#091f39;height:100%;transition:width .4s ease}.lk-leaderboard{list-style:none;padding:0;margin:0}.lk-leaderboard li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e4e7ec}.lk-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}.lk-table th,.lk-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #e4e7ec;font-size:14px}.lk-table tbody tr{cursor:pointer}.lk-table tbody tr:hover{background:#f8f9fb}.lk-status--company{background:#fef3c7;color:#92400e}.lk-seller-header{background:#091f39;color:#fff;padding:16px;border-radius:12px;margin-bottom:16px}.lk-seller-header small{opacity:.7}.lk-seller-header h1{margin:4px 0}.lk-rowlist{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.lk-rowlist li{background:#fff;padding:12px;border-radius:10px;display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;cursor:pointer}.lk-fab{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:#091f39;color:#fff;border:none;font-size:28px;font-weight:600;box-shadow:0 8px 24px #00000040;cursor:pointer;z-index:50}.lk-banner{background:#fef3c7;color:#92400e;padding:12px;border-radius:8px;margin-bottom:16px}.lk-btn-secondary{background:transparent;color:#091f39;border:1px solid #d6dae2;border-radius:8px;padding:10px 16px;font-weight:500;font-size:15px;font-family:inherit;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center}.lk-btn-secondary:hover{border-color:#091f39;background:#f5f6f8}.lk-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.lk-code{display:block;padding:8px 10px;background:#f3f4f6;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;word-break:break-all}.lk-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:500}.lk-chip--ok{background:#dcfce7;color:#166534}.lk-chip--err{background:#fee2e2;color:#9b1c1c}.lk-chip--pending{background:#f3f4f6;color:#5a667a}
