*{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior-y:contain}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f5f5;color:#1a1a1a;min-height:100vh;max-width:430px;margin:0 auto;overscroll-behavior-y:contain}input,textarea,select{width:100%;padding:10px 12px;border:1px solid #e2e2e2;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:#1a1a1a}input:focus,textarea:focus{outline:none;border-color:#185fa5}button{cursor:pointer;font-family:inherit;border-radius:6px;font-size:14px;font-weight:500;transition:opacity .15s}button:active{opacity:.8}.btn-primary{background:#185fa5;color:#fff;border:none;padding:12px 16px;width:100%}.btn-outline{background:#fff;color:#1a1a1a;border:1px solid #e2e2e2;padding:8px 14px}.btn-sm{padding:6px 12px;font-size:12px}.card{background:#fff;border-radius:10px;border:1px solid #e2e2e2;padding:14px 16px}.badge{font-size:11px;padding:3px 8px;border-radius:20px;font-weight:500}.badge-green{background:#eaf3de;color:#3b6d11}.badge-amber{background:#faeeda;color:#ba7517}.badge-red{background:#fcebeb;color:#a32d2d}.badge-blue{background:#e6f1fb;color:#185fa5}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e2e2;position:sticky;top:0;z-index:10}.page-content{padding:14px;display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:12px;color:#666}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.row-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e2e2e2}.row-item:last-child{border-bottom:none}.avatar{width:32px;height:32px;border-radius:50%;background:#e6f1fb;color:#185fa5;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.pull-refresh{position:fixed;top:8px;left:50%;z-index:2000;display:flex;align-items:center;gap:8px;background:#fff;color:#185fa5;border:1px solid #d9e8f6;border-radius:8px;box-shadow:0 6px 18px #0000001f;padding:8px 12px;font-size:12px;font-weight:600;opacity:0;pointer-events:none;transition:opacity .16s,transform .16s}.pull-refresh--visible{opacity:1}.pull-refresh__spinner{width:16px;height:16px;border:2px solid #d9e8f6;border-top-color:#185fa5;border-radius:50%}.pull-refresh__spinner--active{animation:spin .8s linear infinite}.pwa-update{position:fixed;left:12px;right:12px;bottom:12px;z-index:2100;max-width:406px;margin:0 auto;background:#1a1a1a;color:#fff;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 8px 24px #00000040}.pwa-update__title{font-size:13px;font-weight:700}.pwa-update__text{font-size:11px;color:#d8d8d8;margin-top:2px}.pwa-update button{width:auto;border:none;background:#fff;color:#1a1a1a;padding:8px 10px;border-radius:6px;font-size:12px;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}
