@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";*{box-sizing:border-box;font-family:Pretendard,sans-serif}body{margin:0;padding:0}.login-wrapper{background:linear-gradient(135deg,#f0f4f8 0%,#d9e2ec 100%);justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:1rem;display:flex}.login-card{background-color:#fff;border-radius:1.5rem;width:100%;max-width:480px;padding:3rem 2.5rem;transition:all .3s;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.card-header{text-align:center;margin-bottom:2.5rem}.logo-container{justify-content:center;align-items:center;gap:8px;margin-bottom:.75rem;display:flex}.card-logo{color:#1e3a8a;letter-spacing:-.5px;margin:0;font-size:1.75rem;font-weight:800}.card-title{color:#0f172a;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.card-subtitle{color:#64748b;margin:0;font-size:.9rem}.input-group{margin-bottom:1.25rem}.input-label{color:#334155;align-items:center;gap:6px;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.input-label span{color:#ef4444}.input-hint{color:#64748b;align-items:center;gap:4px;margin-top:.4rem;font-size:.75rem;display:flex}.input-field{color:#0f172a;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.input-field:focus{background-color:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.flex-row{gap:.5rem;display:flex}.optional-group{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:1.25rem;overflow:hidden}.optional-summary{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-size:.875rem;font-weight:600;list-style:none;display:flex}.optional-summary::-webkit-details-marker{display:none}.optional-group[open] .optional-summary{border-bottom:1px solid #e2e8f0}.optional-content{background-color:#fff;padding:1rem}.optional-content .input-group:last-child{margin-bottom:0}.remember-container{cursor:pointer;color:#475569;align-items:center;gap:8px;margin-bottom:1.5rem;display:flex}.remember-checkbox{cursor:pointer;accent-color:#2563eb;width:16px;height:16px;margin:0}.remember-text{-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:6px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-primary{color:#fff;background-color:#2563eb;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;box-shadow:0 4px 6px -1px #2563eb33}.btn-primary:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;box-shadow:none;background-color:#94a3b8}.btn-secondary{color:#475569;white-space:nowrap;background-color:#f1f5f9}.btn-secondary:hover:not(:disabled){color:#0f172a;background-color:#e2e8f0}.btn-outline{color:#2563eb;white-space:nowrap;background:0 0;border:1.5px solid #e2e8f0}.btn-outline:hover{background-color:#eff6ff;border-color:#bfdbfe}.message-box{z-index:9999;white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;gap:8px;margin-top:0;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards popDown;display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000026}@keyframes popDown{0%{opacity:0;top:-3rem}to{opacity:1;top:2rem}}.footer-text{text-align:center;color:#64748b;border-top:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:8px;margin-top:2rem;padding-top:1.5rem;font-size:.9rem;display:flex}.toggle-link{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0 .25rem;font-size:.9rem;font-weight:600;display:inline-flex}.toggle-link:hover{text-decoration:underline}@media (width<=480px){.login-card{border-radius:1rem;padding:2rem 1.5rem}}.qr-dashboard-wrapper{background-color:#f1f5f9;flex-direction:column;min-height:100vh;font-family:Pretendard,sans-serif;display:flex;overflow-x:hidden}.dashboard-header{background-color:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;box-shadow:0 2px 4px #0000000d}.header-left{align-items:center;gap:12px;display:flex}.header-left h1{color:#0f172a;margin:0;font-size:1.35rem;font-weight:800}.badge{color:#1e40af;background-color:#dbeafe;border-radius:50px;padding:5px 10px;font-size:.8rem;font-weight:700}.header-right{align-items:center;gap:1.5rem;display:flex}.time-display{color:#334155;align-items:center;gap:6px;font-size:1.15rem;font-weight:700;display:flex}.logout-btn{color:#64748b;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:8px;align-items:center;gap:6px;padding:.6rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.logout-btn:hover{color:#ef4444;background-color:#fee2e2}.dashboard-main{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.qr-container{align-items:stretch;gap:1.5rem;width:100%;max-width:1100px;display:flex}.qr-card{background-color:#fff;border-radius:1.5rem;flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:2rem;display:flex;box-shadow:0 10px 25px #0000000d}.qr-card-header{text-align:center;margin-bottom:1.5rem}.qr-card-header h2{color:#0f172a;margin:0 0 .4rem;font-size:1.7rem;font-weight:800}.qr-card-header p{color:#475569;margin:0;font-size:1rem}.qr-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;justify-content:center;align-items:center;width:100%;max-width:320px;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000014}.timer-section{width:100%;max-width:340px}.timer-text{color:#475569;justify-content:center;align-items:center;gap:6px;margin-bottom:8px;font-size:.95rem;display:flex}.progress-bg{background-color:#e2e8f0;border-radius:10px;width:100%;height:8px;overflow:hidden}.progress-bar{background-color:#059669;border-radius:10px;height:100%}.info-panel{flex-direction:column;flex:1;display:flex}.info-card{background-color:#fff;border-radius:1.5rem;flex-direction:column;flex:1;justify-content:center;padding:2.5rem 2rem;display:flex;box-shadow:0 10px 25px #0000000d}.info-card-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.info-card-header h3{color:#0f172a;margin:0;font-size:1.4rem;font-weight:800}.icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.bg-blue{background-color:#eff6ff}.bg-indigo{background-color:#e0e7ff}.bg-green{background-color:#dcfce7}.bg-red{background-color:#fee2e2}.guide-list{flex-direction:column;gap:1.25rem;display:flex}.guide-item{align-items:flex-start;gap:1rem;display:flex}.guide-icon-box{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.guide-text h4{color:#1e293b;margin:0 0 .3rem;font-size:1.1rem;font-weight:700}.guide-text p{color:#475569;margin:0;font-size:.95rem;line-height:1.5}@media (width<=1024px){.qr-container{flex-direction:column;align-items:center}.qr-card,.info-panel{width:100%;max-width:600px}}@media (width<=600px){.dashboard-header{padding:0 1rem}.header-left h1{font-size:1.1rem}.badge{display:none}.header-right{gap:.75rem}.time-display span{display:none}}.mobile-container{background-color:#f8fafc;flex-direction:column;width:100vw;min-height:100vh;padding:1.5rem;font-family:Pretendard,sans-serif;display:flex;position:relative}.flex-center{justify-content:center;align-items:center;gap:1rem}.loading-text{color:#475569;font-size:1rem;font-weight:500}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-toast{z-index:9999;color:#ef4444;white-space:nowrap;background-color:#fee2e2;border-radius:50px;align-items:center;gap:8px;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards slideDown;display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000001a}@keyframes slideDown{0%{opacity:0;top:-3rem}to{opacity:1;top:2rem}}.result-card{text-align:center;background-color:#fff;border-radius:1.5rem;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:360px;padding:3rem 2rem;display:flex;box-shadow:0 20px 25px -5px #0000000d}.result-title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:800}.result-msg{color:#475569;word-break:keep-all;margin:0 0 1rem;font-size:1.05rem;line-height:1.6}.close-browser-btn{color:#475569;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:6px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.close-browser-btn:hover,.close-browser-btn:active{color:#0f172a;background-color:#e2e8f0}.form-card{background-color:#fff;border-radius:1.5rem;width:100%;max-width:420px;margin:auto 0;padding:2.5rem 1.5rem;box-shadow:0 10px 25px -5px #0000000d}.header-actions{justify-content:flex-end;margin-bottom:.5rem;display:flex}.unified-title{color:#0f172a;word-break:keep-all;letter-spacing:-.5px;margin:0 0 .5rem;font-size:1.65rem;font-weight:800;line-height:1.35}.unified-site-name{color:#2563eb;margin-bottom:6px;font-size:1.4rem;display:inline-block}.unified-subtitle{color:#64748b;word-break:keep-all;margin:0 0 2rem;font-size:.9rem;line-height:1.5}.timer-badge{color:#475569;background-color:#f1f5f9;border-radius:50px;align-items:center;gap:4px;padding:4px 10px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.timer-badge.danger{color:#ef4444;background-color:#fee2e2;animation:1s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.mobile-form{flex-direction:column;gap:1.25rem;display:flex}.m-input-group{flex-direction:column;gap:.5rem;display:flex}.m-input-group label{color:#334155;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.m-input-group input,.m-input-group select{color:#0f172a;appearance:none;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.75rem;outline:none;width:100%;padding:1rem;font-size:1rem;transition:all .2s}.m-input-group select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.m-input-group input:focus,.m-input-group select:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.m-input-group input::placeholder{color:#94a3b8}.m-submit-btn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.75rem;width:100%;margin-top:1rem;padding:1.1rem;font-size:1.05rem;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #2563eb33}.m-submit-btn:active{box-shadow:none;background-color:#1d4ed8;transform:translateY(2px)}.m-submit-btn:disabled{box-shadow:none;cursor:not-allowed;background-color:#94a3b8;transform:none}
