:root{--color-primary: #1a56db;--color-primary-dark: #1344b0;--color-major: #dc2626;--color-minor: #d97706;--color-ofi: #2563eb;--color-success: #16a34a;--color-pending: #6b7280;--color-failed: #dc2626;--color-bg: #f9fafb;--color-surface: #ffffff;--color-border: #e5e7eb;--color-text: #111827;--color-text-muted: #6b7280;--radius: 12px;--radius-sm: 8px;--touch-target: 44px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overscroll-behavior:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}#app{min-height:100dvh;display:flex;flex-direction:column}.screen{flex:1;display:flex;flex-direction:column;padding-top:var(--safe-top);padding-bottom:calc(1rem + var(--safe-bottom));overflow-y:auto}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-target);padding:0 1.25rem;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s,background .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:active{background:var(--color-primary-dark)}.btn--ghost{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-primary)}.btn--danger{background:var(--color-major);color:#fff}.btn--full{width:100%}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-size:.875rem;font-weight:600;color:var(--color-text-muted)}.field__input{width:100%;min-height:var(--touch-target);padding:.625rem .875rem;font-size:1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);appearance:none;-webkit-appearance:none}.field__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #1a56db2e}.field__input-row{display:flex;gap:.5rem}.field__input-row .field__input{flex:1}textarea.field__input{min-height:140px;resize:vertical;line-height:1.6}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge--major{background:#fee2e2;color:var(--color-major)}.badge--minor{background:#fef3c7;color:var(--color-minor)}.badge--ofi{background:#dbeafe;color:var(--color-ofi)}.sync-chip{font-size:.75rem;font-weight:600}.sync-chip--synced{color:var(--color-success)}.sync-chip--pending{color:var(--color-pending)}.sync-chip--failed{color:var(--color-failed)}.offline-banner{background:#fef3c7;color:#92400e;text-align:center;font-size:.875rem;font-weight:600;padding:.625rem 1rem}.install-gate{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--color-primary)}.install-gate__card{background:var(--color-surface);border-radius:var(--radius);padding:2rem 1.5rem;max-width:380px;width:100%}.install-gate__icon{font-size:2.5rem;text-align:center}.install-gate__title{font-size:1.5rem;font-weight:700;margin:.75rem 0 .5rem;text-align:center}.install-gate__body{color:var(--color-text-muted);text-align:center;margin:0 0 1.5rem}.install-gate__steps{display:flex;flex-direction:column;gap:.875rem}.install-gate__step{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem}.install-gate__step-num{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center}.install-gate__share-icon{font-style:normal}.login-screen{align-items:center;justify-content:center;padding:1.5rem;padding-top:calc(var(--safe-top) + 1.5rem)}.login-card{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.25rem}.login-title{font-size:2rem;font-weight:800;color:var(--color-primary);margin:0;text-align:center}.login-subtitle{color:var(--color-text-muted);text-align:center;margin:0}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-error{color:var(--color-major);font-size:.875rem;margin:0}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;padding-top:calc(var(--safe-top) + 1rem);background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.app-header__title{font-size:1.25rem;font-weight:700;margin:0;color:var(--color-primary);min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.btn-icon{background:none;border:none;font-size:1.25rem;min-height:var(--touch-target);min-width:var(--touch-target);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--color-text-muted)}.btn-icon:active{background:var(--color-border)}.app-header__actions{display:flex;align-items:center;gap:.25rem}.sync-btn{position:relative;gap:.25rem}.sync-btn__icon{font-size:1rem;line-height:1}.sync-btn:disabled .sync-btn__icon{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sync-badge[hidden]{display:none}.sync-badge{position:absolute;top:-4px;right:-4px;min-width:1.125rem;height:1.125rem;padding:0 .2rem;border-radius:999px;background:var(--color-major);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;pointer-events:none}.audit-list-body{flex:1;overflow-y:auto}.audit-list{list-style:none;margin:0;padding:.75rem;display:flex;flex-direction:column;gap:.625rem}.audit-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius);padding:.875rem 1rem;cursor:pointer;display:flex;flex-direction:column;gap:.375rem;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:border-color .15s,box-shadow .15s}.audit-card:active{border-color:var(--color-primary);box-shadow:0 0 0 3px #1a56db1f}.audit-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.audit-card__title{font-size:1rem;font-weight:600;line-height:1.3;color:var(--color-text);flex:1}.audit-card__meta{display:flex;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted)}.audit-card__meta-label{font-weight:600;flex-shrink:0}.badge--state{font-size:.6875rem;flex-shrink:0}.badge--state-open{background:#dcfce7;color:#15803d}.badge--state-scheduled{background:#dbeafe;color:#1d4ed8}.badge--state-draft,.badge--state-closed{background:#f3f4f6;color:#4b5563}.badge--state-archived{background:#f3f4f6;color:#9ca3af}.loading-state{padding:3rem 1.5rem;text-align:center;color:var(--color-text-muted);font-size:.9375rem}.empty-state{padding:3rem 1.5rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.empty-state__title{font-weight:600;font-size:1rem;margin:0}.empty-state__body{color:var(--color-text-muted);font-size:.9375rem;margin:0;line-height:1.6}.btn--sm{min-height:2rem;padding:0 .75rem;font-size:.875rem}.capture-body{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.capture-body #capture-form{display:flex;flex-direction:column;gap:1rem}.field__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.capture-actions{padding-bottom:calc(.5rem + var(--safe-bottom));display:flex;flex-direction:column;gap:.625rem}.capture-error{color:var(--color-major);font-size:.875rem;margin:0}.photo-capture{display:flex;flex-direction:column;gap:.625rem}.photo-capture__input{display:none}.photo-grid{display:flex;flex-wrap:wrap;gap:.5rem}.photo-grid__thumb{position:relative;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.photo-grid__img{width:100%;height:100%;object-fit:cover;display:block}.photo-grid__remove{position:absolute;top:2px;right:2px;background:#0000008c;color:#fff;border:none;border-radius:50%;width:1.5rem;height:1.5rem;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.photo-grid__add{width:80px;height:80px;border:1.5px dashed var(--color-border);border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:var(--color-primary);font-size:.75rem;font-weight:600;gap:.25rem;flex-shrink:0;-webkit-user-select:none;user-select:none}.photo-grid__add:active{background:var(--color-bg)}.photo-grid__add-icon{font-size:1.25rem;line-height:1}.photo-grid__add-label{font-size:.6875rem}.photo-grid--readonly .photo-grid__thumb{cursor:default}.photo-preview{position:fixed;inset:0;z-index:200;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:calc(var(--safe-top) + 3.5rem) 1rem calc(var(--safe-bottom) + 1rem)}.photo-preview__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-sm);touch-action:pinch-zoom}.photo-preview__close{position:absolute;top:calc(var(--safe-top) + .75rem);right:.75rem;background:#ffffff26;color:#fff;border:none;border-radius:50%;width:2.25rem;height:2.25rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:var(--touch-target);min-width:var(--touch-target)}.review-body{flex:1;overflow-y:auto;padding:.75rem}.note-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem}.note-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius);padding:.75rem 1rem;cursor:pointer;display:flex;flex-direction:column;gap:.375rem;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:border-color .15s,box-shadow .15s}.note-card:active{border-color:var(--color-primary);box-shadow:0 0 0 3px #1a56db1f}.note-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.note-card__title{font-size:.9375rem;line-height:1.4;margin:0;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.note-card__photo{width:100%;max-height:180px;object-fit:cover;border-radius:var(--radius-sm);display:block}.photo-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.375rem;border-radius:var(--radius-sm);scrollbar-width:none}.photo-carousel::-webkit-scrollbar{display:none}.photo-carousel__slide{flex-shrink:0;width:85%;scroll-snap-align:start;border-radius:var(--radius-sm);overflow:hidden}.photo-carousel__img{width:100%;height:180px;object-fit:cover;display:block}.note-card__date{font-size:.8125rem;color:var(--color-text-muted);margin:0}
