*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Pretendard,Apple SD Gothic Neo,sans-serif;background:#f4f5f7;color:#1a1a1a}.app{max-width:720px;margin:0 auto;padding:16px 16px 64px}.page h1{font-size:1.4rem;margin-bottom:4px}.subtitle{color:#666;margin-top:0;margin-bottom:20px;font-size:.9rem}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:.9rem;font-weight:600}.field input,.field select{font-weight:400;font-size:1rem;padding:10px 12px;border:1px solid #d5d7dc;border-radius:8px;background:#fff}.upload-form,.login-form{background:#fff;padding:20px;border-radius:12px;box-shadow:0 1px 3px #00000014}.store-select{position:relative}.store-select input{width:100%;font-size:1rem;padding:10px 12px;border:1px solid #d5d7dc;border-radius:8px}.store-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #d5d7dc;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:20}.store-select-item{display:flex;justify-content:space-between;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;font-size:.95rem}.store-select-item:hover{background:#f0f4ff}.store-region{color:#888;font-size:.8rem}.store-select-empty{padding:10px 12px;color:#999;font-size:.9rem}.photo-row{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.dropzone{border:2px dashed #cfd3da;border-radius:10px;padding:12px;background:#fafbfc}.dropzone-over{border-color:#6b8afd;background:#f0f4ff}.dropzone-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.9rem}.dropzone-count{color:#888}.dropzone-add-btn{width:100%;padding:10px;border-radius:8px;border:1px solid #d5d7dc;background:#fff;font-size:.95rem;cursor:pointer}.thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;margin-top:10px}.thumb{position:relative;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;background:#eee}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;font-size:.8rem;line-height:1}.submit-btn{width:100%;padding:14px;border:none;border-radius:10px;background:#2f6fed;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.submit-btn:disabled{background:#b7c3e0;cursor:not-allowed}.alert{padding:10px 12px;border-radius:8px;font-size:.9rem;margin-bottom:12px}.alert-error{background:#fdeceb;color:#b3261e}.alert-success{background:#e7f6ec;color:#1e7a3a}.app-footer{text-align:center;margin-top:24px;font-size:.85rem}.app-footer a{color:#2f6fed;text-decoration:none}.admin-page{max-width:100%}.admin-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:16px}.admin-actions{display:flex;gap:8px}.btn-secondary{padding:8px 14px;border-radius:8px;border:1px solid #d5d7dc;background:#fff;font-size:.9rem;cursor:pointer;text-decoration:none;color:#1a1a1a}.stats-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;text-align:center;margin-bottom:16px}.stats-number{font-size:1.4rem;font-weight:700}.stats-completed{color:#1e7a3a}.stats-pending{color:#b3261e}.stats-label{font-size:.8rem;color:#888}.region-table,.requests-table{width:100%;border-collapse:collapse;font-size:.85rem}.region-table th,.region-table td,.requests-table th,.requests-table td{padding:8px 6px;border-bottom:1px solid #eee;text-align:left}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.filters input,.filters select{padding:8px 10px;border-radius:8px;border:1px solid #d5d7dc}.badge{padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-completed{background:#e7f6ec;color:#1e7a3a}.badge-pending{background:#fdeceb;color:#b3261e}.link-btn{border:none;background:none;color:#2f6fed;cursor:pointer;padding:0;font-size:.85rem}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}.pagination button{padding:6px 12px;border-radius:8px;border:1px solid #d5d7dc;background:#fff;cursor:pointer}.pagination button:disabled{opacity:.4;cursor:not-allowed}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px;z-index:50}.modal{background:#fff;border-radius:12px;max-width:720px;width:100%;max-height:85vh;overflow-y:auto;padding:16px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.modal-header button{border:none;background:#f0f0f0;border-radius:6px;padding:6px 10px;cursor:pointer}.modal-body{display:flex;flex-direction:column;gap:16px}@media (min-width: 640px){.photo-row{flex-direction:row}.photo-row>*{flex:1}}
