*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}header{color:#fff;background:#0a0a0a;align-items:center;gap:24px;height:60px;padding:0 24px;display:flex}header h1{background:linear-gradient(90deg,#f97316,#fbbf24);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:800}nav{flex:1;gap:4px;display:flex}nav button{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .2s}nav button:hover{color:#fff;background:#ffffff14}nav button.active{color:#0a0a0a;background:linear-gradient(90deg,#f97316,#fbbf24);font-weight:700}.header-right{white-space:nowrap;align-items:center;gap:12px;display:flex}.staff-name{color:#fff;font-size:14px;font-weight:600}.staff-role{color:#fbbf24;background:#f9731633;border-radius:12px;padding:2px 8px;font-size:12px}main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:24px}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014}.login-container{background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;width:100%;max-width:400px;padding:40px}.login-card h1{background:linear-gradient(90deg,#f97316,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:32px;font-weight:800}.login-subtitle{color:#666;margin-bottom:28px;font-size:14px}.form-group{margin-bottom:16px}.form-group label{color:#999;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.login-card .form-group label{color:#888}.form-group input{color:#1a1a1a;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.login-card .form-group input{color:#fff;background:#2a2a2a;border-color:#333}.login-card .form-group input::placeholder{color:#555}.form-group input:focus{border-color:#f97316;outline:none}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-card{margin-bottom:20px}.checkbox-group label{cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.checkbox-group input{accent-color:#f97316;width:auto}.btn-primary{color:#0a0a0a;cursor:pointer;background:linear-gradient(90deg,#f97316,#fbbf24);border:none;border-radius:8px;width:100%;padding:10px 20px;font-size:14px;font-weight:700;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-large{padding:14px 24px;font-size:16px}.btn-secondary{color:#1a1a1a;cursor:pointer;background:#f0f0f0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600}.btn-logout{color:#aaa;cursor:pointer;background:#ffffff14;border:1px solid #333;border-radius:6px;padding:6px 14px;font-size:13px}.btn-logout:hover{color:#fff;background:#ffffff1f}.btn-success{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600}.btn-danger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600}.btn-danger-sm{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #dc2626;border-radius:6px;padding:4px 10px;font-size:12px}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header h2{font-size:22px;font-weight:700}.two-col{grid-template-columns:320px 1fr;align-items:start;gap:20px;display:grid}.youth-list{flex-direction:column;gap:8px;display:flex}.youth-list.small .youth-card{padding:10px 14px}.youth-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000f}.youth-card:hover{border-color:#f97316}.youth-card.selected{background:#fff8f0;border-color:#f97316}.youth-name{font-size:15px;font-weight:600}.youth-points{color:#f97316;font-size:13px;font-weight:700}.youth-profile h3{margin-bottom:4px;font-size:20px}.points-display{background:linear-gradient(90deg,#f97316,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:28px;font-weight:700}.qr-container{text-align:center;margin:16px 0}.qr-image{width:180px;height:180px}.qr-label{color:#888;margin-top:4px;font-size:12px}.history{margin-top:16px}.history h4{color:#555;margin-bottom:10px;font-size:14px;font-weight:700}.history-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:flex-start;padding:10px 0;display:flex}.history-left{flex-direction:column;gap:2px;display:flex}.history-behavior{font-size:14px;font-weight:600}.history-note{color:#666;font-size:12px;font-style:italic}.history-staff{color:#999;font-size:12px}.history-points{color:#16a34a;font-size:16px;font-weight:700}.award-flow{flex-direction:column;gap:16px;display:flex}.search-input{border:1.5px solid #e0e0e0;border-radius:8px;width:100%;margin-bottom:12px;padding:10px 14px;font-size:14px}.search-input:focus{border-color:#f97316;outline:none}.behavior-list{flex-direction:column;gap:8px;display:flex}.behavior-card{cursor:pointer;border:2px solid #e0e0e0;border-radius:10px;padding:12px 16px;transition:all .2s}.behavior-card:hover{border-color:#f97316}.behavior-card.selected{background:#fff8f0;border-color:#f97316}.behavior-name{font-size:14px;font-weight:600}.behavior-range{color:#f97316;font-size:12px;font-weight:600}.behavior-desc{color:#888;margin-top:2px;font-size:12px}.slider-container{margin:12px 0}.slider-value{background:linear-gradient(90deg,#f97316,#fbbf24);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:32px;font-weight:700}.slider{accent-color:#f97316;width:100%}.slider-labels{color:#888;justify-content:space-between;margin-top:4px;font-size:12px;display:flex}.award-summary p{margin-bottom:16px;font-size:15px;line-height:1.6}.prize-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.prize-card{flex-direction:column;gap:8px;display:flex}.prize-header{justify-content:space-between;align-items:flex-start;display:flex}.prize-header h3{font-size:16px}.prize-desc{color:#666;flex:1;font-size:13px}.prize-footer{align-items:center;gap:12px;margin-top:auto;display:flex}.prize-cost{color:#f97316;font-size:15px;font-weight:700}.prize-qty{color:#888;flex:1;font-size:13px}.redemption-list{flex-direction:column;gap:12px;display:flex}.redemption-card{justify-content:space-between;align-items:center;gap:16px;display:flex}.redemption-info{flex-direction:column;gap:4px;display:flex}.redemption-youth{align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.redemption-points{color:#888;font-size:12px;font-weight:400}.redemption-prize{color:#555;align-items:center;gap:6px;font-size:14px;display:flex}.redemption-cost{color:#f97316;font-weight:600}.redemption-time{color:#aaa;font-size:12px}.redemption-actions{flex-shrink:0;gap:8px;display:flex}.badge{border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.admin-badge{color:#f97316;background:#fff3e0}.error{color:#dc2626;margin-bottom:12px;font-size:14px}.success{color:#16a34a;margin-bottom:12px;font-size:14px}.empty{color:#aaa;font-size:14px}.empty-state{text-align:center;color:#aaa;padding:40px}.login-logo{width:180px;margin-bottom:16px}.header-logo{height:40px}.redeem-section{margin-top:16px}.redeem-section h4{color:#555;margin-bottom:10px;font-size:14px;font-weight:700}.prize-redeem-list{flex-direction:column;gap:8px;display:flex}.prize-redeem-item{background:#f9f9f9;border:1px solid #eee;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.prize-redeem-name{font-size:14px;font-weight:600;display:block}.prize-redeem-cost{color:#f97316;font-size:12px;font-weight:600}
