*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;min-height:100vh;background:linear-gradient(135deg,#3b2e7a,#4c6ef5 45%,#8b5cf6 75%,#ec4899);color:#222}.app-shell{display:flex;min-height:100vh}.sidebar{width:220px;flex-shrink:0;padding:24px 16px;background:#ffffff14;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:28px}.brand{display:flex;align-items:center;gap:10px}.brand-logo{width:64px;height:auto;display:block;border-radius:8px;background:#fff;padding:6px 8px;object-fit:contain}.brand-name{color:#fff;font-weight:600;font-size:15px}.nav{display:flex;flex-direction:column;gap:6px}.nav-item{display:flex;align-items:center;padding:10px 12px;border-radius:10px;color:#fffc;font-size:13px;text-decoration:none;cursor:pointer;transition:background .15s}.nav-item:hover{background:#ffffff26}.nav-item.active{background:#ffffff47;color:#fff;font-weight:500}.main{flex:1;padding:28px 32px;display:flex;flex-direction:column;gap:18px;min-width:0}.main-header{display:flex;justify-content:space-between;align-items:center}.main-header h1{color:#fff;font-size:20px;font-weight:600;margin:0}.badge{font-size:12px;padding:4px 12px;border-radius:999px;background:#ffffff40;color:#fff}.badge.online{background:#78dc9659}.badge.offline{background:#f0646459}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{border-radius:14px;padding:14px 16px;color:#fff}.stat-label{display:block;font-size:12px;opacity:.85}.stat-value{display:block;font-size:24px;font-weight:600;margin-top:2px}.stat-pending{background:linear-gradient(135deg,#6366f1,#4c6ef5)}.stat-synced{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.stat-total{background:linear-gradient(135deg,#ec4899,#f472b6)}.glass-card{background:#ffffff8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.glass-card h2{grid-column:1/3;font-size:16px;margin:0 0 4px;font-weight:600;color:#3b2e7a}.full-row{grid-column:1/3}label{display:block;font-size:13px;color:#3b2e7a;font-weight:500}input,select,textarea{display:block;width:100%;margin-top:5px;padding:10px;font-size:14px;border:1px solid rgba(59,46,122,.2);border-radius:8px;background:#fffc;font-family:inherit}.btn-primary,.btn-secondary{border:none;border-radius:10px;padding:11px 16px;font-size:14px;cursor:pointer}.btn-primary{background:linear-gradient(90deg,#6366f1,#ec4899);color:#fff;width:100%;font-weight:500}.btn-secondary{background:#3b2e7a1a;color:#3b2e7a}.hint{font-size:12px;color:#5b5b5b;margin-top:2px}.section-head{grid-column:1/3;display:flex;justify-content:space-between;align-items:center}.qa-block{display:flex;flex-direction:column;gap:4px}.qa-block label{font-weight:500}.photo-preview{grid-column:1/3;display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.photo-thumb{position:relative;width:84px;height:84px}.photo-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid rgba(59,46,122,.2)}.photo-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#ec4899;color:#fff;border:none;cursor:pointer;font-size:12px;line-height:1}.history-photo{width:90px;height:90px;object-fit:cover;border-radius:8px;margin:4px 6px 0 0}#records-list,#history-list{grid-column:1/3;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.record-item{border:1px solid rgba(59,46,122,.15);background:#ffffff80;border-radius:10px;padding:10px 12px;font-size:13px;color:#3b2e7a}.history-summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:8px}.history-detail{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(59,46,122,.2);font-size:13px}.history-detail p{margin:0 0 8px}.status-pill{font-size:11px;padding:3px 10px;border-radius:999px;white-space:nowrap}.status-pending{background:#faeeda;color:#854f0b}.status-synced{background:#eaf3de;color:#3b6d11}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);padding:12px 20px;border-radius:10px;color:#fff;font-size:14px;opacity:0;pointer-events:none;transition:all .25s ease;z-index:999;box-shadow:0 6px 20px #00000040}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast-success{background:#3b6d11}.toast-warn{background:#854f0b}@media (max-width: 720px){.app-shell{flex-direction:column}.sidebar{width:100%;flex-direction:row;align-items:center;padding:14px 16px}.nav{flex-direction:row}.glass-card,.stat-row{grid-template-columns:1fr}.main{padding:20px}}
