*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}#app{width:100%;max-width:500px}.logo-container{text-align:center;margin-bottom:30px}.logo-container img{max-width:200px;height:auto}.card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.card-header{background:linear-gradient(135deg,#667eeae6,#764ba2e6);color:#fff;padding:30px;text-align:center}.card-header h1{font-size:28px;font-weight:600;margin-bottom:8px}.status-badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;margin-top:5px}.status-indicator{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.card-body{padding:30px}.section{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:20px;transition:opacity .3s,filter .3s}.section:last-child{margin-bottom:0}.section.inactive{opacity:.5;filter:grayscale(50%);pointer-events:none;-webkit-user-select:none;user-select:none}.section-title{font-size:16px;font-weight:600;color:#333;margin-bottom:15px}.sign-selector{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.sign-selector:focus{outline:none;border-color:#667eea}.input-group{display:flex;gap:10px;margin-bottom:15px}input[type=text]{flex:1;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s}input[type=text]:focus{outline:none;border-color:#667eea}input[type=text]::placeholder{color:#9ca3af}input[type=text]:disabled{background:#f3f4f6;cursor:not-allowed}.btn{padding:12px 24px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn:hover:not(:disabled){background:#5568d3}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.6}.current-message{background:#fff;padding:12px 16px;border-radius:8px;border:2px solid #e5e7eb;color:#333;font-family:monospace;font-size:13px;margin-top:8px}.current-message-label{font-size:13px;color:#6b7280;margin-bottom:8px}.brightness-control{display:flex;align-items:center;gap:15px}.slider-container{flex:1}input[type=range]{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none}input[type=range]:disabled{cursor:not-allowed;opacity:.5}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 4px #0003}input[type=range]:disabled::-webkit-slider-thumb{background:#cbd5e1;cursor:not-allowed}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none;box-shadow:0 2px 4px #0003}input[type=range]:disabled::-moz-range-thumb{background:#cbd5e1;cursor:not-allowed}.brightness-value{min-width:30px;font-size:18px;font-weight:600;color:#667eea;text-align:center}.toggle-container{display:flex;align-items:center;gap:15px}.toggle-switch{position:relative;width:60px;height:32px;background:#667eea;border-radius:16px;cursor:pointer;transition:background .3s}.toggle-switch.off{background:#cbd5e1}.toggle-switch.disabled{cursor:not-allowed;opacity:.6}.toggle-knob{position:absolute;top:4px;left:4px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.toggle-switch:not(.off) .toggle-knob{transform:translate(28px)}.toggle-label{font-size:16px;font-weight:600;color:#667eea}.toggle-label.off{color:#64748b}
