:root{--ink:#07111f;--ink-soft:#324054;--muted:#718096;--line:#dfe5ec;--surface:#fff;--surface-soft:#f4f7fa;--accent:#f5b21a;--accent-dark:#d99100;--success:#14845f;--success-soft:#e4f5ee;--warning:#b56808;--warning-soft:#fff2d8;--danger:#c73e45;--danger-soft:#fdebed;--shadow:0 12px 36px #07111f17}*{box-sizing:border-box}html{color:var(--ink);background:#edf1f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:#edf1f5;min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #f5b21a59}button:disabled{cursor:not-allowed;opacity:.5}img{max-width:100%}.state-screen{place-items:center;padding:24px;display:grid}.state-card{border:1px solid var(--line);text-align:center;width:100%;box-shadow:var(--shadow);border-radius:20px;justify-items:center;gap:10px;padding:34px 22px;display:grid}.state-card h1{margin:4px 0 0;font-size:21px}.state-card p{max-width:310px;color:var(--muted);margin:0;font-size:13px;line-height:1.5}.state-card.error>svg{color:var(--danger)}.loading-ring{border:4px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}.survey-app-shell{background:var(--surface);width:100%;max-width:460px;min-height:100dvh;box-shadow:var(--shadow);margin:0 auto;position:relative}.app-header{min-height:72px;padding:max(12px, env(safe-area-inset-top)) 16px 12px;border-bottom:1px solid var(--line);z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid;position:sticky;top:0}.icon-button{background:var(--surface-soft);width:40px;height:40px;color:var(--ink);cursor:pointer;border:0;border-radius:12px;place-items:center;display:grid}.icon-button:disabled{visibility:hidden}.header-copy{gap:2px;min-width:0;display:grid}.header-copy .eyebrow{color:var(--accent-dark);letter-spacing:.11em;font-size:10px;font-weight:800}.header-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.sync-state{color:var(--success);align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.sync-state span{display:none}.screen-content{padding:18px 16px calc(28px + env(safe-area-inset-bottom));gap:18px;display:grid}.survey-progress{grid-template-columns:repeat(3,1fr);padding:3px 0 8px;display:grid;position:relative}.survey-progress:before{content:"";background:var(--line);height:2px;position:absolute;top:17px;left:17%;right:17%}.survey-progress>div{color:var(--muted);z-index:1;justify-items:center;gap:5px;display:grid;position:relative}.survey-progress>div>span{border:2px solid var(--line);background:var(--surface);border-radius:50%;place-items:center;width:29px;height:29px;font-size:12px;font-weight:800;display:grid}.survey-progress small{font-size:11px;font-weight:700}.survey-progress>div.active{color:var(--ink)}.survey-progress>div.active>span{border-color:var(--ink);background:var(--ink);color:#fff}.survey-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:13px 18px;padding:15px 0;display:grid}.survey-summary .summary-client{grid-column:1/-1}.survey-summary div{min-width:0}.survey-summary span,.camera-card-title span,.camera-product-row span,.selected-product span,.equipment-card-head span,.document-order>span{color:var(--muted);letter-spacing:.08em;font-size:10px;font-weight:800;display:block}.survey-summary strong{overflow-wrap:anywhere;margin-top:3px;font-size:13px;line-height:1.35;display:block}.section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-header h2,.flow-copy h2,.review-hero h2,.preview-title h2{margin:0;font-size:19px;line-height:1.2}.section-header p,.flow-copy p,.review-hero p,.camera-card-title p,.camera-product-row p,.selected-product p,.capture-preview p{color:var(--muted);margin:3px 0 0;font-size:12px;line-height:1.45}.status-pill{background:var(--surface-soft);min-height:25px;color:var(--ink-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.status-pill.ready{background:var(--success-soft);color:var(--success)}.status-pill.warning{background:var(--warning-soft);color:var(--warning)}.camera-card-list{gap:14px;display:grid}.camera-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #07111f0f}.camera-card-photo{background:#dfe5eb;height:196px;position:relative;overflow:hidden}.camera-card-photo>svg,.camera-card-photo>img{object-fit:cover;width:100%;height:100%;display:block}.photo-status{position:absolute;top:11px;left:11px;box-shadow:0 4px 16px #07111f1f}.camera-card-body{gap:12px;padding:14px;display:grid}.camera-card-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.camera-card-title>div{min-width:0}.camera-card-title strong{overflow-wrap:anywhere;margin-top:3px;font-size:16px;display:block}.round-check{background:var(--surface-soft);width:28px;height:28px;color:var(--muted);border-radius:50%;flex:none;place-items:center;display:grid}.round-check.complete{background:var(--success-soft);color:var(--success)}.camera-product-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:11px 0;display:grid}.camera-product-row strong,.selected-product strong{overflow-wrap:anywhere;margin-top:3px;font-size:12px;display:block}.camera-product-row p,.selected-product p{font-size:11px}.product-camera{background:var(--warning-soft);width:40px;height:40px;color:var(--warning);border-radius:50%;place-items:center;display:grid}.product-camera.large{width:46px;height:46px}.camera-product-image{object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:12px;width:44px;height:44px;padding:3px;display:block}.camera-product-image.large{width:50px;height:50px}.camera-card-actions{grid-template-columns:1fr auto;gap:8px;display:grid}.camera-card-actions button,.preview-section-title button,.selected-product button,.equipment-card-head button,.document-order button{color:var(--ink);cursor:pointer;background:0 0;border:0}.camera-card-actions button{background:var(--surface-soft);border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:40px;font-size:12px;font-weight:800;display:inline-flex}.camera-card-actions .delete-button{width:43px;color:var(--danger);padding:0}.camera-card-actions .delete-button svg{margin:0}.camera-card-actions .delete-button{font-size:0}.primary-button,.secondary-button,.danger-button,.small-action{cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:11px 15px;font-size:13px;font-weight:800;transition:transform .15s,background .15s;display:inline-flex}.primary-button:active,.secondary-button:active,.danger-button:active{transform:scale(.985)}.primary-button{background:var(--ink);color:#fff}.primary-button:hover{background:#14233a}.secondary-button{background:var(--surface-soft);color:var(--ink);border:1px solid var(--line)}.danger-button{background:var(--danger);color:#fff}.full-button{width:100%}.add-camera-actions{gap:8px;display:grid}.review-button{margin-top:2px}.equipment-home{border-top:1px solid var(--line);gap:12px;padding-top:18px;display:grid}.equipment-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.equipment-grid button{border:1px solid var(--line);background:var(--surface);min-height:75px;color:var(--ink-soft);cursor:pointer;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:9px 4px;font-size:11px;font-weight:750;display:flex}.equipment-grid button:hover{border-color:var(--accent);background:var(--warning-soft);color:var(--ink)}.equipment-grid button svg{color:var(--accent-dark)}.camera-flow{gap:16px}.camera-stepper{grid-template-columns:repeat(5,1fr);gap:3px;display:grid}.camera-stepper button{border:0;border-bottom:3px solid var(--line);min-width:0;color:var(--muted);cursor:pointer;background:0 0;justify-items:center;gap:5px;padding:0 0 8px;display:grid}.camera-stepper button>span{background:var(--surface-soft);border-radius:50%;place-items:center;width:22px;height:22px;font-size:10px;font-weight:800;display:grid}.camera-stepper button small{font-size:9px;font-weight:800}.camera-stepper button.active{border-color:var(--accent);color:var(--ink)}.camera-stepper button.active>span{background:var(--ink);color:#fff}.camera-stepper button.done{border-color:var(--success);color:var(--success)}.camera-stepper button.done>span{background:var(--success-soft)}.flow-section{gap:15px;display:grid}.flow-copy{gap:4px;display:grid}.flow-copy>span{color:var(--accent-dark);letter-spacing:.09em;font-size:10px;font-weight:850}.flow-copy p{font-size:13px}.capture-preview{background:var(--surface-soft);min-height:270px;color:var(--muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:25px;display:flex;position:relative;overflow:hidden}.capture-preview.has-photo{background:#101927;padding:0}.upload-overlay{text-align:center;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#050e1cad;place-content:center;gap:6px;display:grid;position:absolute;inset:0}.upload-overlay strong{font-size:14px}.upload-overlay span{color:#ffc52d;font-size:24px;font-weight:800}.capture-preview>img{object-fit:cover;width:100%;height:300px;display:block}.capture-preview strong{color:var(--ink);font-size:14px}.capture-buttons{grid-template-columns:1fr 1fr;gap:9px;display:grid}.hidden-input{display:none}.protected-note,.rough-view-note{background:var(--success-soft);color:#185e49;border-radius:12px;align-items:flex-start;gap:9px;padding:12px;font-size:11px;line-height:1.45;display:flex}.protected-note svg,.rough-view-note svg{flex:none;margin-top:1px}.rough-view-note{background:var(--warning-soft);color:#7a4a09}.form-stack{gap:13px;display:grid}.form-stack label,.equipment-card label{color:var(--ink-soft);gap:6px;font-size:11px;font-weight:800;display:grid}.form-stack input,.form-stack select,.form-stack textarea,.equipment-card input,.equipment-card textarea,.annotation-options input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);resize:vertical;border-radius:11px;padding:12px;font-size:13px;font-weight:500}.form-stack input,.form-stack select{min-height:46px}.two-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.selected-camera-inline{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:9px;display:grid}.selected-camera-inline strong,.selected-camera-inline span{display:block}.selected-camera-inline strong{font-size:12px}.selected-camera-inline span{color:var(--muted);margin-top:2px;font-size:10px}.annotation-editor{gap:10px;display:grid}.annotation-tools{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.tool-button{border:1px solid var(--line);background:var(--surface);min-height:54px;color:var(--ink-soft);cursor:pointer;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:7px 3px;font-size:9px;font-weight:800;display:flex}.tool-button.selected{border-color:var(--ink);background:var(--ink);color:#fff}.annotation-options{grid-template-columns:minmax(0,1fr) 74px auto;align-items:end;gap:7px;display:grid}.annotation-options label{color:var(--muted);gap:5px;font-size:9px;font-weight:800;display:grid}.annotation-options input{min-height:39px;padding:8px}.annotation-options .color-field input{padding:4px}.small-action{background:var(--surface-soft);min-height:39px;color:var(--ink);padding:8px 10px}.editor-photo{aspect-ratio:5/3;background:#162235;border-radius:15px;position:relative;overflow:hidden}.editor-photo>img,.editor-photo>svg:first-of-type{object-fit:cover;width:100%;height:100%;display:block}.editor-photo>svg:last-of-type{touch-action:none;cursor:crosshair;width:100%;height:100%;position:absolute;inset:0}.editor-photo .annotation-selected{filter:drop-shadow(0 0 8px #ffffffe6);cursor:grab}.editor-hint{color:#fff;pointer-events:none;background:#07111fd6;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800;position:absolute;bottom:10px;left:10px}.pdf-preview{gap:14px;display:grid}.pdf-page-label,.preview-title,.preview-section-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.pdf-page-label>span:first-child,.preview-title>div>span{color:var(--accent-dark);letter-spacing:.09em;font-size:10px;font-weight:850}.preview-title{align-items:flex-start}.preview-title p{color:var(--muted);margin:4px 0 0;font-size:12px}.text-danger-button{color:var(--danger);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:8px 0;font-size:11px;font-weight:800;display:inline-flex}.preview-section-title{padding-top:4px}.preview-section-title strong,.preview-section-title span{display:block}.preview-section-title strong{font-size:13px}.preview-section-title span{color:var(--muted);margin-top:2px;font-size:10px}.preview-section-title button,.selected-product button{align-items:center;gap:5px;font-size:11px;font-weight:800;display:inline-flex}.preview-photo{aspect-ratio:5/3;background:#172236;border-radius:15px;position:relative;overflow:hidden}.preview-photo>img,.preview-photo>svg:first-child{object-fit:cover;width:100%;height:100%;display:block}.preview-photo>svg:last-child{width:100%;height:100%;position:absolute;inset:0}.selected-product{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;display:grid}.camera-corners{pointer-events:none;position:absolute;inset:11px}.camera-corners i{border-color:var(--accent);border-style:solid;width:48px;height:48px;position:absolute}.camera-corners i:first-child{border-width:5px 0 0 5px;top:0;left:0}.camera-corners i:nth-child(2){border-width:5px 5px 0 0;top:0;right:0}.camera-corners i:nth-child(3){border-width:0 5px 5px 0;bottom:0;right:0}.camera-corners i:nth-child(4){border-width:0 0 5px 5px;bottom:0;left:0}.preview-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.equipment-list{gap:12px;display:grid}.equipment-card{border:1px solid var(--line);border-radius:16px;gap:12px;padding:14px;display:grid;box-shadow:0 6px 20px #07111f0d}.equipment-photo{background:#162235;border-radius:13px;height:150px;position:relative;overflow:hidden}.equipment-photo img{object-fit:cover;width:100%;height:100%;display:block}.equipment-photo span{color:#fff;background:#050e1cc2;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;position:absolute;top:9px;right:9px}.equipment-card-head{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.equipment-card-head strong{margin-top:2px;font-size:14px;display:block}.equipment-card-head button{color:var(--danger);padding:8px}.equipment-main-icon{background:var(--warning-soft);width:42px;height:42px;color:var(--warning);border-radius:50%;place-items:center;display:grid}.review-hero{text-align:center;justify-items:center;gap:6px;padding:5px 0 2px;display:grid}.review-icon{background:var(--success-soft);width:56px;height:56px;color:var(--success);border-radius:50%;place-items:center;display:grid}.review-icon.warning{background:var(--warning-soft);color:var(--warning)}.review-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid}.review-stats>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:43px;font-size:13px;display:flex}.review-stats>div:last-child{border-bottom:0}.missing-list{background:var(--danger-soft);color:#8e272d;border-radius:13px;gap:8px;padding:12px;font-size:11px;display:grid}.missing-list>span{align-items:center;gap:7px;display:flex}.document-order{gap:8px;display:grid}.document-order>button,.document-order>div{border-bottom:1px solid var(--line);text-align:left;cursor:pointer;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;min-height:56px;padding:9px 0;display:grid}.document-order>button b,.document-order>div b{color:var(--accent-dark);font-size:12px}.document-order>button div,.document-order>div div{min-width:0}.document-order>button strong,.document-order>button span,.document-order>div strong,.document-order>div span{display:block}.document-order>button strong,.document-order>div strong{overflow-wrap:anywhere;font-size:12px}.document-order>button span,.document-order>div span{color:var(--muted);margin-top:2px;font-size:10px}.final-note{margin-top:2px}.pdf-open-button{background:var(--success-soft);min-height:46px;color:var(--success);border:1px solid #b9dfcf;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:11px 15px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07111f94;place-items:end center;padding:16px;display:grid;position:fixed;inset:0}.confirm-dialog{background:var(--surface);text-align:center;border-radius:20px;justify-items:center;gap:10px;width:min(100%,428px);padding:22px;display:grid;box-shadow:0 28px 70px #07111f4d}.danger-icon{background:var(--danger-soft);width:52px;height:52px;color:var(--danger);border-radius:50%;place-items:center;display:grid}.confirm-dialog p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.dialog-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;margin-top:5px;display:grid}.toast{left:50%;bottom:max(18px, env(safe-area-inset-bottom));z-index:120;background:var(--ink);color:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;width:min(100% - 32px,428px);min-height:48px;padding:11px 13px;font-size:11px;font-weight:700;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 15px 35px #07111f40}.toast button{color:var(--accent);cursor:pointer;background:0 0;border:0;font-weight:850}@media (min-width:461px){body{padding:18px 0}.survey-app-shell{border-radius:24px;min-height:calc(100dvh - 36px);overflow:clip}.app-header{border-radius:24px 24px 0 0}.sync-state span{display:inline}}@media (max-width:350px){.screen-content{padding-left:12px;padding-right:12px}.equipment-grid{grid-template-columns:repeat(2,1fr)}.annotation-options{grid-template-columns:1fr 66px}.annotation-options .small-action{grid-column:1/-1}.selected-product{grid-template-columns:auto 1fr}.selected-product button{background:var(--surface-soft);border-radius:10px;grid-column:1/-1;justify-content:center;min-height:36px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
