@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--border-md: #cbd5e1;--text-1: #0f172a;--text-2: #475569;--text-3: #94a3b8;--accent: #2563eb;--accent-dk: #1d4ed8;--accent-lt: #eff6ff;--green: #059669;--red: #dc2626;--amber: #d97706;--radius: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(15,23,42,.06), 0 1px 2px rgba(15,23,42,.04);--shadow: 0 4px 16px rgba(15,23,42,.08), 0 1px 4px rgba(15,23,42,.04);--shadow-lg: 0 12px 40px rgba(15,23,42,.12), 0 4px 12px rgba(15,23,42,.06)}[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--border: #334155;--border-md: #475569;--text-1: #f1f5f9;--text-2: #94a3b8;--text-3: #64748b;--accent: #3b82f6;--accent-dk: #2563eb;--accent-lt: #1e3a5f;--green: #34d399;--red: #f87171;--amber: #fbbf24;--shadow-sm: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--shadow: 0 4px 16px rgba(0,0,0,.4), 0 1px 4px rgba(0,0,0,.2);--shadow-lg: 0 12px 40px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.3)}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--surface);color:var(--text-1);border-color:var(--border)}[data-theme=dark] .card{background:var(--surface);border-color:var(--border)}[data-theme=dark] .btn-ghost{color:var(--text-2);border-color:var(--border)}[data-theme=dark] .btn-ghost:hover{background:var(--border);color:var(--text-1)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius);border:1px solid var(--border);background:transparent;color:var(--text-2);cursor:pointer;font-size:16px;transition:background .15s,border-color .15s,color .15s;flex-shrink:0}.theme-toggle:hover{background:var(--bg);border-color:var(--border-md);color:var(--text-1)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text-1);min-height:100vh;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;font-size:13.5px;font-weight:600;font-family:inherit;letter-spacing:-.01em;transition:background .15s,box-shadow .15s,opacity .15s,transform .1s;white-space:nowrap;line-height:1}.btn:hover{opacity:.9}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 3px #2563eb59,inset 0 1px #ffffff1f}.btn-primary:hover{background:var(--accent-dk)}.btn-ghost{background:transparent;color:var(--text-2);border-color:var(--border)}.btn-ghost:hover{background:var(--bg);border-color:var(--border-md);color:var(--text-1)}.btn-danger{background:transparent;color:var(--red);border-color:var(--border)}.btn-danger:hover{background:#fef2f2;border-color:#fca5a5}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:24px}input,select,textarea{width:100%;padding:9px 13px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:13.5px;font-family:inherit;color:var(--text-1);outline:none;transition:border-color .15s,box-shadow .15s;line-height:1.4}input::placeholder,textarea::placeholder{color:var(--text-3)}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}input:disabled{background:var(--bg);color:var(--text-3);cursor:not-allowed}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}label{display:block;font-size:12.5px;font-weight:600;margin-bottom:5px;color:var(--text-2);letter-spacing:.01em}.form-group{margin-bottom:14px}.error{color:var(--red);font-size:12.5px;margin-top:5px;display:flex;align-items:center;gap:4px}.tab-bar{display:flex;gap:1px;border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-bar::-webkit-scrollbar{display:none}.estimate-table{border:1px solid var(--border-md);border-collapse:collapse}.estimate-table th,.estimate-table td{border:1px solid var(--border)}.estimate-table thead th{border-bottom:2px solid var(--border-md);background:#f1f5f9}.estimate-table tbody tr:hover td{background:#fafbfc}.estimate-table tbody tr.section-row td{background:#eef2f7!important;border-top:2px solid var(--border-md);border-bottom:1px solid var(--border-md)}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:12px;font-weight:600}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-md);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.desktop-only{display:flex}.mobile-only{display:none}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 640px){.app-header{margin-bottom:20px}.desktop-only{display:none!important}.mobile-only{display:flex!important}.card{padding:16px;border-radius:10px}table{font-size:12px}th,td{padding:6px 4px}[style*="grid-template-columns: 1fr 1fr"],[style*="gridTemplateColumns: '1fr 1fr'"],[style*="grid-template-columns: 1fr 1fr 1fr"]{grid-template-columns:1fr!important}[style*="grid-template-columns: repeat(4,1fr)"],[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:1fr 1fr!important}[style*="grid-template-columns: repeat(3,"]{grid-template-columns:1fr!important}.btn{padding:8px 14px;font-size:13px}.notif-dropdown{width:100vw!important;right:-16px!important}.flex-wrap-mobile{flex-wrap:wrap!important}.flex-wrap-mobile>input{flex:1 1 100%!important}.proj-tab-btn{padding:6px 10px!important;font-size:12px!important}.estimate-table{font-size:11px}.estimate-table th,.estimate-table td{padding:4px 3px!important}[title="Скачать PDF"],[title*=Отчёт],[title="Управление доступом"]{width:32px!important;height:32px!important}[style*="fontSize: 22"]{font-size:18px!important}[style*="fontSize: 28"]{font-size:22px!important}.proj-header-actions{flex-wrap:wrap;gap:6px!important}.proj-header-actions>*{flex-shrink:0}.wizard-step-label{display:none!important}.proj-card-meta{flex-direction:column!important;gap:4px!important}.mobile-full{width:100%!important}.table-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.col-hide-mobile{display:none!important}.ai-chat-window{width:calc(100vw - 24px)!important;right:12px!important;left:12px!important;bottom:70px!important;height:calc(100vh - 120px)!important;max-height:calc(100vh - 120px)!important}.ai-chat-fab{bottom:16px!important;right:16px!important}.project-page-wrap{padding:0 12px!important}.modal-fullscreen-mobile{width:100vw!important;max-width:100vw!important;margin:0!important;border-radius:16px 16px 0 0!important;position:fixed!important;bottom:0!important;top:auto!important;left:0!important}}@media (max-width: 400px){h1{font-size:18px!important}.card{padding:12px}[style*="grid-template-columns: repeat(4,1fr)"],[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:1fr!important}.ai-chat-window{width:100vw!important;right:0!important;left:0!important;border-radius:16px 16px 0 0!important}}@keyframes ocr-bar-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}.ocr-bar{animation:ocr-bar-slide 1.4s ease-in-out infinite}@keyframes ocr-spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}.ocr-spinner{display:inline-block;width:12px;height:12px;border:2px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:ocr-spin .8s linear infinite;flex-shrink:0}@media print{.navbar,nav,[class*=navbar],button:not(.print-show),.btn,input,select,textarea,[class*=tab-bar],[class*=sidebar]{display:none!important}body{background:#fff!important;color:#000!important;font-size:11pt!important}.card{box-shadow:none!important;border:1px solid #ccc!important;break-inside:avoid}.estimate-table{width:100%!important;font-size:9pt!important;border-collapse:collapse!important}.estimate-table th,.estimate-table td{border:1px solid #ccc!important;padding:4px 6px!important}.section-row td{background:#e8e8e8!important;font-weight:700!important}.section-row{break-before:auto}[style*="background: #f0fdf4"],[style*="background:#f0fdf4"]{background:#fff!important;border:1px solid #ccc!important}@page{margin:1.5cm;size:A4 landscape}}
