@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}.kiosk-root{color:#2d1f0e;background:#f5ede0;flex-direction:column;height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex;overflow:hidden}.kiosk-header{background:#1a3e26;border-bottom:none;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 32px;display:flex}.kiosk-logo{object-fit:contain;width:auto;height:36px}.kiosk-logout{color:#fff9;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:8px;padding:7px 16px;font-family:inherit;font-size:13px;transition:all .2s}.kiosk-logout:hover{color:#fff;border-color:#ffffff80}.kiosk-body{flex:1;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}@media (orientation:portrait){.kiosk-body{grid-template-rows:1fr 1fr;grid-template-columns:1fr}.kiosk-left{border-bottom:1px solid #8b5a2b1f;border-right:none}.avatar-ring{width:160px;height:160px}.kiosk-right{justify-content:center;align-items:center;padding:20px;display:flex}.kiosk-chat{text-align:center;width:100%}.kiosk-welcome,.kiosk-bubble{align-items:center}}.kiosk-left{background:#eee0cc;border-right:1px solid #8b5a2b1f;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:32px;display:flex}.avatar-ring{background:#fff8f0;border:3px solid #8b5a2b33;border-radius:50%;flex-shrink:0;width:280px;height:280px;padding:5px;transition:border-color .4s,box-shadow .4s;position:relative}.avatar-ring.active{border-color:#8b5a2b;animation:2s ease-in-out infinite pulse-ring;box-shadow:0 0 32px #8b5a2b33}@keyframes pulse-ring{0%,to{box-shadow:0 0 24px #8b5a2b33}50%{box-shadow:0 0 40px #8b5a2b59}}.avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.kiosk-status-badge{color:#2d1f0e99;white-space:nowrap;text-align:center;background:#8b5a2b14;border:1px solid #8b5a2b26;border-radius:100px;padding:6px 16px;font-size:20px;font-weight:500;transition:all .3s}.kiosk-status-listening{color:#dc2626;background:#dc262614;border-color:#dc262640}.kiosk-status-thinking{color:#a16207;background:#a162071a;border-color:#a1620740}.kiosk-status-speaking{color:#15803d;background:#15803d14;border-color:#15803d33}.kiosk-controls{flex-direction:column;align-items:center;gap:14px;width:100%;max-width:320px;display:flex}.kiosk-mic-btn{color:#fff8f0;cursor:pointer;background:#8b5a2b;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;transition:background .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #8b5a2b4d}.kiosk-mic-btn svg{width:26px;height:26px}.kiosk-mic-btn:hover:not(:disabled){background:#6b4421;transform:scale(1.05)}.kiosk-mic-btn:active:not(:disabled){transform:scale(.95)}.kiosk-mic-btn:disabled{color:#2d1f0e4d;cursor:not-allowed;box-shadow:none;background:#8b5a2b33}.kiosk-mic-btn.listening{background:#dc2626;animation:1.2s ease-in-out infinite pulse-mic;box-shadow:0 4px 24px #dc262659}@keyframes pulse-mic{0%,to{box-shadow:0 4px 24px #dc262659}50%{box-shadow:0 4px 40px #dc262699}}.kiosk-text-form{align-items:center;gap:8px;width:100%;display:flex}.kiosk-text-input{color:#2d1f0e;background:#fff8f0;border:1px solid #8b5a2b33;border-radius:12px;outline:none;flex:1;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.kiosk-text-input::placeholder{color:#2d1f0e4d}.kiosk-text-input:focus{border-color:#8b5a2b}.kiosk-text-input:disabled{opacity:.4;cursor:not-allowed}.kiosk-send-btn{color:#8b5a2b;cursor:pointer;background:#8b5a2b1f;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s;display:flex}.kiosk-send-btn svg{width:15px;height:15px}.kiosk-send-btn:hover:not(:disabled){background:#8b5a2b38}.kiosk-send-btn:disabled{opacity:.3;cursor:not-allowed}.kiosk-right{background:#f5ede0;flex-direction:column;padding:32px;display:flex;overflow-y:auto}.kiosk-chat{flex-direction:column;flex:1;justify-content:center;gap:20px;display:flex}.kiosk-welcome{flex-direction:column;gap:12px;display:flex}.kiosk-welcome h2{color:#2d1f0e;letter-spacing:-.5px;font-size:56px;font-weight:700}.kiosk-welcome p{color:#2d1f0e99;max-width:100%;font-size:32px;line-height:1.7}.kiosk-bubble{flex-direction:column;gap:6px;display:flex}.bubble-label{text-transform:uppercase;letter-spacing:.5px;color:#2d1f0e66;font-size:22px;font-weight:700}.kiosk-bubble .bubble-text{white-space:pre-wrap;border-radius:16px;max-width:100%;padding:16px 20px;font-size:32px;line-height:1.75}.kiosk-bubble.user .bubble-text{color:#2d1f0eb3;background:#8b5a2b14;border:1px solid #8b5a2b1f;font-size:14px}.kiosk-bubble.assistant .bubble-text{color:#2d1f0e;background:#fff8f0;border:1px solid #8b5a2b26;box-shadow:0 2px 12px #8b5a2b0f}.kiosk-cursor{color:#8b5a2b;margin-left:2px;animation:.8s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.kiosk-expired{background:#f5ede0;justify-content:center;align-items:center;height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.kiosk-expired-card{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.kiosk-expired-card span{font-size:48px}.kiosk-expired-card h2{color:#2d1f0e;font-size:24px;font-weight:700}.kiosk-expired-card p{color:#2d1f0e80}.kiosk-expired-card button{color:#fff8f0;cursor:pointer;background:#8b5a2b;border:none;border-radius:10px;margin-top:8px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:700}.kiosk-new-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;padding:7px 16px;font-family:inherit;font-size:13px;transition:all .2s}.kiosk-new-btn:hover{background:#fff3}.typing-wrap{width:100%;position:relative}.kiosk-btn-row{justify-content:center;align-items:center;gap:12px;display:flex}.kiosk-camera-btn{color:#fff;cursor:pointer;background:#1a3e26;border:none;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;transition:background .2s,transform .15s;display:flex;box-shadow:0 4px 20px #1a3e2640}.kiosk-camera-btn svg{width:26px;height:26px}.kiosk-camera-btn:hover:not(:disabled){background:#0f2418;transform:scale(1.05)}.kiosk-camera-btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.camera-wrap{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.camera-preview{object-fit:cover;aspect-ratio:4/3;background:#000;border-radius:16px;width:100%;max-width:320px}.camera-controls{align-items:center;gap:12px;display:flex}.camera-capture-btn{color:#1a3e26;cursor:pointer;background:#fff;border:4px solid #1a3e26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .1s;display:flex}.camera-capture-btn:hover{transform:scale(1.05)}.camera-capture-btn:active{transform:scale(.95)}.camera-cancel-btn{color:#2d1f0e99;cursor:pointer;background:0 0;border:1px solid #2d1f0e40;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px}.photo-preview-wrap{flex-direction:column;align-items:center;gap:6px;display:flex}.photo-preview{object-fit:cover;border:2px solid #1a3e26;border-radius:10px;width:120px;height:90px}.photo-clear-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12px}.bubble-photo{object-fit:cover;border-radius:8px;width:100px;height:75px;margin-bottom:6px;display:block}.cetak-btn{color:#fff;cursor:pointer;background:#1a3e26;border:none;border-radius:8px;align-self:flex-start;margin-top:10px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.cetak-btn:hover{background:#0f2418}.modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:#fff8f0;border-radius:20px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{border-bottom:1px solid #8b5a2b26;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;display:flex}.modal-title{color:#1a3e26;margin:0 0 4px;font-size:20px;font-weight:700}.modal-date{color:#2d1f0e80;margin:0;font-size:13px}.modal-close{color:#2d1f0e66;cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px;line-height:1}.modal-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.modal-field{flex-direction:column;gap:6px;display:flex}.modal-field label{text-transform:uppercase;letter-spacing:.5px;color:#2d1f0e73;font-size:11px;font-weight:700}.modal-field textarea{color:#2d1f0e;resize:vertical;background:#fff;border:1px solid #8b5a2b33;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .2s}.modal-field textarea:focus{border-color:#8b5a2b}.modal-footer{border-top:1px solid #8b5a2b1a;justify-content:flex-end;gap:10px;padding:16px 24px 24px;display:flex}.modal-cancel{color:#2d1f0e80;cursor:pointer;background:0 0;border:1px solid #8b5a2b33;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:14px}.modal-print{color:#fff;cursor:pointer;background:#1a3e26;border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s}.modal-print:hover{background:#0f2418}.modal-loading{color:#2d1f0e66;border:1px dashed #8b5a2b33;border-radius:10px;padding:12px 14px;font-size:14px;font-style:italic}.modal-print:disabled{opacity:.5;cursor:not-allowed}
