.splash-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}.splash-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;display:flex;flex-direction:column;overflow:hidden;transform:scale(.8);transform-origin:center}.splash-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px}.splash-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.splash-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.splash-body{position:absolute;top:201px;left:50%;transform:translate(-50%);width:239px;display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center}.splash-title{margin:0;font-size:20px;line-height:1.4;font-weight:600;letter-spacing:-.01em}.splash-illustration{width:200px;height:200px;display:flex;align-items:center;justify-content:center}.splash-illustration img{width:100%;height:100%;object-fit:contain}.splash-subtitle{display:flex;flex-direction:column;gap:6px;font-size:20px;font-weight:600;line-height:1.4}.splash-subtitle strong{font-size:32px;line-height:1.4}.splash-cta{position:absolute;left:50%;bottom:69px;transform:translate(-50%);display:flex;justify-content:center;width:360px}.splash-start-button{width:100%;height:50px;border:none;border-radius:10px;background:#833d15;color:#fff;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;line-height:1.4;cursor:pointer;transition:background .2s ease,transform .2s ease}.splash-start-button:hover{background:#9b4c1f;transform:translateY(-1px)}.splash-start-button:active{transform:translateY(0)}.splash-start-button:focus-visible{outline:3px solid rgba(131,61,21,.35);outline-offset:2px}.splash-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.splash-root{padding:24px 12px}.splash-device{transform:scale(.7);transform-origin:center}}.home-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}.home-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.home-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px;z-index:2}.home-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.home-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.home-header{position:absolute;top:130px;left:50%;transform:translate(-50%);width:340px;display:flex;flex-direction:column;gap:18px}.home-header h1{margin:0;font-size:24px;line-height:1.45;font-weight:600}.home-refresh{align-self:flex-end;padding:6px 14px;border-radius:999px;border:none;background:#d3d3d3;color:#3f3f3f;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.home-refresh:disabled{opacity:.7;cursor:not-allowed}.home-refresh:not(:disabled):hover{background:#c4c4c4;transform:translateY(-1px)}.home-content{position:absolute;top:220px;bottom:140px;left:0;right:0;padding:0 24px;overflow-y:auto}.home-error{margin:0 0 16px;padding:12px 16px;border-radius:12px;background:#dc26261f;color:#c02626;font-size:14px}.home-empty{margin-top:60px;text-align:center;color:#4c4c4c;font-size:16px;line-height:1.6}.home-room-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.home-room-card{background:#fff;border-radius:24px;box-shadow:0 12px 28px #0f172a1f;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;outline:none;transition:transform .2s ease,box-shadow .2s ease}.home-room-card:hover,.home-room-card:focus-visible{transform:translateY(-2px);box-shadow:0 18px 32px #0f172a26}.room-image-wrapper{width:100%;height:180px;overflow:hidden}.room-image-wrapper img{width:100%;height:100%;object-fit:cover}.room-info{display:flex;flex-direction:column;gap:12px;padding:18px 20px 20px}.room-address{margin:0;font-size:18px;font-weight:600;color:#111}.room-meta{margin:0;font-size:14px;color:#5b5b5b}.room-summary{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600}.room-price{color:#111}.room-rating{color:#d97706}.home-cta{position:absolute;left:50%;bottom:69px;transform:translate(-50%);width:360px}.home-add-button{width:100%;height:50px;border-radius:14px;border:none;background:#833d15;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.home-add-button:disabled{opacity:.7;cursor:not-allowed}.home-add-button:not(:disabled):hover{background:#9b4c1f;transform:translateY(-1px)}.home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.home-root{padding:24px 12px}.home-device{transform:scale(.7)}}.add-room-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}.add-room-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.add-room-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px;z-index:2}.add-room-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.add-room-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.add-room-header{position:absolute;top:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 24px}.add-room-header h1{margin:0;font-size:18px;font-weight:600}.add-room-back-button{position:absolute;left:24px;width:32px;height:32px;border:none;background:none;cursor:pointer}.add-room-back-button:before{content:"";position:absolute;top:50%;left:12px;width:8px;height:8px;border-left:2px solid #000000;border-bottom:2px solid #000000;transform:translateY(-50%) rotate(45deg)}.add-room-form{position:absolute;top:140px;left:0;right:0;bottom:86px;padding:0 32px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.add-room-section{display:flex;flex-direction:column;gap:20px}.add-room-section h2{margin:0;font-size:20px;font-weight:600;line-height:1.4}.field{display:flex;flex-direction:column;gap:8px}.field-label{font-size:14px;font-weight:600;color:#111}.field input[type=text],.field input[type=number]{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(0,0,0,.12);background:#fff;font-size:16px;color:#111}.field input:focus{outline:2px solid rgba(131,61,21,.35);outline-offset:2px}.room-type-group{display:flex;gap:12px}.room-type-option{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:12px 14px;border-radius:12px;border:1.5px solid rgba(0,0,0,.3);background:#fff;font-size:15px;font-weight:500;color:#111;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.room-type-option.selected{border-color:#833d15;box-shadow:0 6px 16px #833d1533}.room-type-checkbox{font-size:16px;line-height:1}.fee-options{display:flex;flex-direction:column;gap:16px}.fee-toggle{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500}.fee-toggle input{width:20px;height:20px;accent-color:#833d15}.fee-field{display:flex;flex-direction:column;gap:8px}.photo-upload{display:block;border-radius:18px;overflow:hidden;border:none;background:#d9d9d9;cursor:pointer}.photo-upload input{display:none}.photo-upload-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 24px;color:#fff;font-size:16px;font-weight:600}.photo-icon{width:42px;height:32px;background-image:url('data:image/svg+xml,%3Csvg width="40" height="32" viewBox="0 0 40 32" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M28 4h-3.6L22 2h-4l-2.4 2H12c-2.2 0-4 1.8-4 4v18c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V8c0-2.2-1.8-4-4-4Zm-8 20c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6Z" fill="%23ffffff" fill-opacity="0.85"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center}.photo-hint{margin:8px 0 0;font-size:13px;color:#00000073}.form-error,.form-info{padding:12px 16px;border-radius:12px;font-size:14px}.form-error{background:#dc26261a;color:#dc2626}.form-info{background:#833d151f;color:#833d15}.add-room-submit{width:100%;padding:18px;border:none;border-radius:14px;background:#833d15;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.add-room-submit:disabled{opacity:.7;cursor:not-allowed}.add-room-submit:not(:disabled):hover{background:#9b4c1f;transform:translateY(-1px)}.add-room-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.add-room-root{padding:24px 12px}.add-room-device{transform:scale(.7)}}.checklist-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}.checklist-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.checklist-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px;z-index:2}.checklist-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.checklist-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.checklist-header{position:absolute;top:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 24px}.checklist-header h1{margin:0;font-size:18px;font-weight:600}.checklist-back-button{position:absolute;left:24px;width:32px;height:32px;border:none;background:none;cursor:pointer}.checklist-back-button:before{content:"";position:absolute;top:50%;left:12px;width:8px;height:8px;border-left:2px solid #000000;border-bottom:2px solid #000000;transform:translateY(-50%) rotate(45deg)}.checklist-form{position:absolute;top:140px;left:0;right:0;bottom:86px;padding:0 32px;overflow-y:auto;display:flex;flex-direction:column;gap:28px}.checklist-intro{background:#ffffffb3;border-radius:24px;padding:20px 20px 24px;box-shadow:0 8px 20px #0f172a14}.checklist-intro h2{margin:0;font-size:20px;line-height:1.5;font-weight:600}.checklist-loading,.checklist-error{font-size:15px;color:#4c4c4c}.checklist-error{color:#dc2626;background:#dc26261f;padding:12px 16px;border-radius:12px}.checklist-groups{display:flex;flex-direction:column;gap:32px}.checklist-group h3{margin:0 0 12px;font-size:17px;font-weight:600;color:#111}.checklist-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.checklist-item{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;color:#222}.checklist-item input{width:20px;height:20px;margin-top:2px;accent-color:#833d15;flex-shrink:0}.checklist-submit{width:100%;padding:18px;border:none;border-radius:14px;background:#833d15;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease;margin-top:auto}.checklist-submit:disabled{opacity:.7;cursor:not-allowed}.checklist-submit:not(:disabled):hover{background:#9b4c1f;transform:translateY(-1px)}.checklist-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.checklist-root{padding:24px 12px}.checklist-device{transform:scale(.7)}}.success-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}.success-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.success-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px;z-index:2}.success-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.success-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.success-header{position:absolute;top:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 24px}.success-header h1{margin:0;font-size:18px;font-weight:600}.success-back-button{position:absolute;left:24px;width:32px;height:32px;border:none;background:none;cursor:pointer}.success-back-button:before{content:"";position:absolute;top:50%;left:12px;width:8px;height:8px;border-left:2px solid #000000;border-bottom:2px solid #000000;transform:translateY(-50%) rotate(45deg)}.success-content{position:absolute;top:210px;left:50%;transform:translate(-50%);width:280px;display:flex;flex-direction:column;align-items:center;gap:36px;text-align:center}.success-content h2{margin:0;font-size:22px;line-height:1.4;font-weight:600}.success-actions{position:absolute;left:50%;bottom:110px;transform:translate(-50%);display:flex;flex-direction:column;gap:12px;width:360px}.success-primary,.success-secondary{width:100%;height:52px;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease;border:none}.success-primary{background:#833d15;color:#fff}.success-primary:hover{background:#9b4c1f;transform:translateY(-1px)}.success-secondary{background:#d3d3d3;color:#3f3f3f}.success-secondary:hover{background:#c4c4c4;transform:translateY(-1px)}.success-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.success-root{padding:24px 12px}.success-device{transform:scale(.7)}}.room-detail-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}.room-detail-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.room-detail-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px;z-index:2}.status-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.status-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.room-detail-header{position:absolute;top:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 24px}.room-detail-header h1{margin:0;font-size:18px;font-weight:600}.room-detail-content{position:absolute;top:140px;bottom:140px;left:0;right:0;padding:0 24px;overflow-y:auto;display:flex;flex-direction:column;gap:32px}.room-section h2{margin:0 0 16px;font-size:20px;font-weight:600}.room-card{background:#fff;border-radius:24px;box-shadow:0 12px 26px #0f172a1a;overflow:hidden;display:flex;flex-direction:column;gap:16px}.room-photo img{width:100%;height:190px;object-fit:cover}.room-card-info{padding:0 20px;display:flex;flex-direction:column;gap:6px}.room-card-info .room-address{margin:0;font-size:18px;font-weight:600;color:#111}.room-card-info .room-meta{margin:0;font-size:14px;color:#5b5b5b}.room-card-summary{padding:0 20px 20px;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600}.checklist{background:#fff;border-radius:24px;padding:24px;box-shadow:0 12px 26px #0f172a14;display:flex;flex-direction:column;gap:20px}.checklist-group h3{margin:0 0 12px;font-size:16px;font-weight:600}.checklist-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;color:#2f2f2f;font-size:14px}.room-detail-actions{position:absolute;left:50%;bottom:80px;transform:translate(-50%);width:360px}.detail-primary{width:100%;height:52px;border-radius:14px;border:none;background:#833d15;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.detail-primary:hover{background:#9b4c1f;transform:translateY(-1px)}.detail-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}.room-detail-loading,.room-detail-error{margin:auto;font-size:16px;color:#4c4c4c}.room-detail-error{color:#c02626}@media (max-width: 480px){.room-detail-root{padding:24px 12px}.room-detail-device{transform:scale(.7)}}.monitor-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}.monitor-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.monitor-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px;z-index:2}.monitor-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.monitor-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.status-icon{display:inline-flex;color:#000}.status-icon.cellular{gap:1.8px;align-items:flex-end}.status-icon.cellular span{display:inline-block;width:3px;border-radius:1.5px;background-color:currentColor}.status-icon.cellular span:nth-child(1){height:6px;opacity:.7}.status-icon.cellular span:nth-child(2){height:8.5px;opacity:.8}.status-icon.cellular span:nth-child(3){height:11px;opacity:.9}.status-icon.cellular span:nth-child(4){height:12.5px}.status-icon.wifi{width:17.14px;height:12.33px}.status-icon.battery{display:flex;align-items:center;gap:2px}.battery-body{width:25px;height:13px;border:1px solid rgba(0,0,0,.35);border-radius:4.3px;padding:2px;box-sizing:border-box;position:relative}.battery-charge{position:absolute;top:3px;left:3px;width:19px;height:7px;border-radius:2.5px;background:#000;opacity:.9}.battery-cap{width:2px;height:8px;border-radius:1px;background:#0006}.monitor-header{position:absolute;top:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 24px}.monitor-header h1{margin:0;font-size:18px;font-weight:600}.monitor-content{position:absolute;top:140px;bottom:140px;left:0;right:0;padding:0 28px;display:flex;flex-direction:column;gap:28px;overflow-y:auto}.monitor-content h2{margin:0 0 12px;font-size:22px;font-weight:600}.monitor-content p{margin:0;font-size:16px;color:#3f3f3f}.monitor-subtitle{margin-top:12px;color:#6b6b6b;font-size:15px}.monitor-transcript{background:#fffaf5;border-radius:24px;padding:24px 24px 28px;box-shadow:0 12px 26px #0f172a1a;min-height:160px;display:flex;align-items:center;justify-content:center}.transcript-text{margin:0;font-size:16px;line-height:1.6;color:#1f2937;white-space:pre-wrap}.transcript-placeholder{margin:0;font-size:15px;color:#9ca3af;text-align:center}.monitor-recorder{display:flex;flex-direction:column;gap:12px}.recorder-button{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.recorder-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a1f}.recorder-label{display:flex;gap:8px;align-items:center}.recorder-dot{width:28px;height:28px;border-radius:50%;background:#ef4444;border:4px solid rgba(0,0,0,.08)}.recorder-card{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:24px;box-shadow:0 12px 24px #0f172a1f;cursor:pointer}.recorder-card:focus-visible{outline:2px solid rgba(131,61,21,.45);outline-offset:4px}.recorder-info{display:flex;gap:12px;align-items:center}.recorder-mic{color:#111}.recorder-text{font-size:16px;font-weight:600}.recorder-controls{display:flex;gap:10px;align-items:center}.recorder-controls button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #111111;cursor:pointer;transition:transform .2s ease}.recorder-controls button:hover{transform:translateY(-1px)}.pause-button{gap:4px}.pause-button span{display:block;width:4px;height:14px;background:#111}.pause-button span:nth-child(2){margin-left:3px}.pause-button{border-color:#111}.stop-button{border-color:#ef4444}.stop-button span{display:block;width:12px;height:12px;background:#ef4444}.monitor-error{color:#c02626;font-size:14px}.monitor-actions{position:absolute;bottom:90px;left:50%;transform:translate(-50%);width:360px;display:flex;flex-direction:column;gap:12px}.upload-button{display:inline-flex;justify-content:center;align-items:center;width:100%;height:52px;border-radius:14px;border:none;background:#2563eb;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.upload-button:hover{background:#1d4ed8;transform:translateY(-1px)}.generate-button:disabled,.upload-button:disabled{opacity:.65;cursor:not-allowed;transform:none;pointer-events:none}.monitor-toast{position:absolute;bottom:170px;left:50%;transform:translate(-50%);background:#282e3ce6;color:#fff;padding:10px 16px;border-radius:12px;font-size:14px}.monitor-report-progress{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px;padding:32px 12px}.monitor-report-progress h2{margin:0;font-size:24px;font-weight:600;color:#0f172a}.monitor-report-message{margin:0;font-size:18px;line-height:1.5;color:#111827}.monitor-report-image{width:180px;height:180px;object-fit:contain}.monitor-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.monitor-root{padding:24px 12px}.monitor-device{transform:scale(.7)}}.doc-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111}.doc-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.doc-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff;height:62px}.doc-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:22px;width:108px;text-align:center}.doc-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.doc-header{position:absolute;top:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 24px}.doc-header h1{margin:0;font-size:18px;font-weight:600}.doc-content{position:absolute;top:140px;left:0;right:0;bottom:160px;padding:0 28px;display:flex;flex-direction:column;gap:28px;overflow-y:auto}.doc-upload-group h2{margin:0 0 12px;font-size:18px;font-weight:600}.doc-upload-box{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#5f5f5f;color:#fff;border-radius:24px;padding:28px 16px;cursor:pointer;transition:background .2s ease,transform .2s ease}.doc-upload-box:hover{background:#4c4c4c;transform:translateY(-1px)}.doc-upload-box.uploading{background:#2563eb}.doc-upload-box input{display:none}.doc-upload-icon{display:inline-flex}.doc-upload-text{font-size:16px;font-weight:600}.doc-note{margin:0;font-size:14px;color:#ef4444}.doc-error{background:#dc26261f;color:#c02626;padding:12px 16px;border-radius:12px;font-size:14px}.doc-actions{position:absolute;bottom:90px;left:50%;transform:translate(-50%);width:360px}.generate-button{width:100%;height:52px;border-radius:14px;border:none;background:#833d15;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.generate-button:hover{background:#9b4c1f;transform:translateY(-1px)}.generate-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.doc-toast{position:absolute;bottom:170px;left:50%;transform:translate(-50%);background:#282e3ce6;color:#fff;padding:10px 16px;border-radius:12px;font-size:14px}.doc-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.doc-root{padding:24px 12px}.doc-device{transform:scale(.7)}}.llm-root{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff;padding:48px 24px;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111}.llm-device{position:relative;width:402px;height:874px;background:#fffbf7;border-radius:48px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;transform:scale(.8);transform-origin:center;display:flex;flex-direction:column}.llm-status-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:21px 16px 19px;background:#fff}.llm-time{font-family:SF Pro,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;width:108px;text-align:center}.llm-levels{display:flex;align-items:center;gap:7px;width:108px;justify-content:center;color:#000}.llm-header{position:absolute;top:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 24px}.llm-header h1{margin:0;font-size:18px;font-weight:600}.back-button{position:absolute;left:24px;width:32px;height:32px;border:none;background:none;cursor:pointer}.back-button:before{content:"";position:absolute;top:50%;left:12px;width:8px;height:8px;border-left:2px solid #000000;border-bottom:2px solid #000000;transform:translateY(-50%) rotate(45deg)}.llm-content{position:absolute;top:140px;left:0;right:0;bottom:120px;padding:0 28px 32px;overflow-y:auto;display:flex;flex-direction:column;gap:28px}.llm-summary{background:linear-gradient(180deg,#fff4ec,#ffe9d9);border-radius:24px;padding:28px 24px;box-shadow:inset 0 1px #fff9,0 14px 28px #c16c1d24;color:#2b1b10}.llm-summary h2{margin:0 0 12px;font-size:22px;font-weight:600}.llm-summary p{margin:0;line-height:1.6;color:#2b1b10bf;font-size:15px}.llm-section{border-radius:24px;padding:24px 22px;display:flex;flex-direction:column;gap:18px;border:1px solid rgba(180,142,103,.18)}.llm-section.caution{background:#fff1ed}.llm-section.good{background:#eefbf3}.llm-section.glossary{background:#f5f6ff}.llm-section-title{display:flex;align-items:flex-start;gap:14px}.llm-section-title h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#1f2937}.llm-section-title p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.llm-section-icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ea580c1f;color:#d1433d}.llm-section.good .llm-section-icon{background:#22c55e1f;color:#16a34a}.llm-section.glossary .llm-section-icon{background:#3b82f61f;color:#2563eb}.llm-icon{width:24px;height:24px;fill:currentColor}.llm-point-list{display:flex;flex-direction:column;gap:12px}.llm-point-card{background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 18px 36px #0f172a1a;border:1px solid rgba(229,231,235,.6);display:flex;flex-direction:column;gap:12px}.llm-point-card.is-good{box-shadow:0 18px 36px #22c55e24;border-color:#22c55e33}.llm-point-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.llm-point-left{display:flex;align-items:center;gap:10px;font-weight:600;color:#1f2937}.llm-point-title{font-size:15px;line-height:1.4}.llm-point-dot{width:12px;height:12px;border-radius:50%}.llm-point-dot.severity-high{background:#ef4444}.llm-point-dot.severity-medium{background:#facc15}.llm-point-dot.severity-low{background:#f59e0b}.llm-point-dot.severity-info{background:#22c55e}.llm-point-toggle{border:none;background:none;display:flex;align-items:center;gap:6px;font-weight:600;color:#8b6225;cursor:pointer;font-size:14px}.llm-point-toggle-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .2s ease}.llm-point-toggle.expanded .llm-point-toggle-icon{transform:rotate(180deg)}.llm-point-detail{margin:0;padding:14px 16px;border-radius:14px;font-size:14px;line-height:1.6;color:#4b5563;background:#ecedf0b3}.llm-point-detail.caution{background:#ffe4d6e6}.llm-glossary-list{display:flex;flex-direction:column;gap:12px}.llm-accordion-item{background:#fff;border-radius:16px;border:1px solid rgba(209,213,219,.6);box-shadow:0 14px 28px #1e3a8a1f;overflow:hidden}.llm-accordion-trigger{width:100%;border:none;background:none;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:16px;color:#1f2937;cursor:pointer}.llm-accordion-icon{width:16px;height:16px;fill:none;stroke:#4b5563;stroke-width:1.5;transition:transform .2s ease}.llm-accordion-trigger.expanded .llm-accordion-icon{transform:rotate(180deg)}.llm-accordion-body{margin:0;padding:0 20px 18px;color:#4b5563;font-size:14px;line-height:1.6}.llm-actions{position:absolute;bottom:90px;left:50%;transform:translate(-50%);width:360px}.llm-home-button{width:100%;height:52px;border:none;border-radius:14px;background:#833d15;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.llm-home-button:hover{background:#9b4c1f;transform:translateY(-1px)}.llm-loading,.llm-error{margin:auto;font-size:16px;color:#4d4d4d;text-align:center}.llm-error{color:#c02626}.llm-home-indicator{position:absolute;bottom:0;left:0;right:0;padding:10px 32px 26px;background:#fff;display:flex;align-items:center;justify-content:center}.home-bar{display:block;width:205px;height:6px;background:#000;border-radius:999px}@media (max-width: 480px){.llm-root{padding:24px 12px}.llm-device{transform:scale(.7)}}:root{color-scheme:light dark;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f4f6fb;color:#111827}*{box-sizing:border-box}body,html,#root{margin:0;min-height:100%}body{background:linear-gradient(180deg,#f9fafc,#eef2f8)}.app-shell{max-width:1280px;margin:0 auto;padding:24px}header{margin-bottom:24px}header h1{margin:0 0 8px;font-size:28px}header p{margin:0;color:#4b5563}main{display:flex;flex-direction:column;gap:24px}.grid{display:grid;gap:16px}.grid.two-columns{grid-template-columns:1fr 1fr}.grid.three-columns{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.column{display:flex;flex-direction:column;gap:16px}.panel{background-color:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 10px 25px #0f172a14;display:flex;flex-direction:column;gap:12px}.panel h2,.panel h3{margin:0}.controls{display:flex;gap:8px}button{border:1px solid #d1d5db;background-color:#fff;color:#111827;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s ease}button.primary{border-color:#2563eb;background-color:#2563eb;color:#fff}button:disabled{opacity:.6;cursor:not-allowed}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #3b82f626}button.link{background:none;border:none;padding:0;color:#2563eb;text-decoration:underline}button.danger{color:#dc2626}.status-text{color:#2563eb;font-weight:500}.error-text{color:#dc2626;background-color:#dc26261a;padding:8px 12px;border-radius:8px}.toast,.global-toast{background-color:#2563eb;color:#fff;padding:10px 16px;border-radius:8px;align-self:flex-start}.global-toast{margin-bottom:16px}.spinner{color:#6b7280}.transcript{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-right:8px}.bubble{background-color:#f3f4f6;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.bubble-speaker{font-weight:600;color:#2563eb}.bubble-text{white-space:pre-wrap}.partial{border:1px dashed #2563eb;border-radius:10px;padding:10px 12px;background-color:#2563eb14}.partial-label{font-weight:600;margin-right:8px}.stats-panel .stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.llm-preview{display:flex;flex-direction:column;align-items:flex-start;padding:0;position:relative;width:402px;min-height:1950px}.llm-preview-shell{width:100%;background:linear-gradient(180deg,#fffbf7,#fff4ec);border-radius:28px;padding:32px 28px 120px;box-shadow:0 32px 120px #78350f1f;display:flex;flex-direction:column;gap:28px;border:1px solid rgba(249,115,22,.2)}.llm-preview-header h3{margin:0 0 8px;font-size:22px;font-weight:600;color:#1f2937}.llm-preview-header p{margin:0;color:#6b7280;line-height:1.6}.llm-preview-section{display:flex;flex-direction:column;gap:20px;border-radius:24px;padding:24px 22px;border:1px solid rgba(148,91,41,.1)}.llm-preview-section.caution{background:#fff1ed}.llm-preview-section.good{background:#eefbf3}.llm-preview-section.glossary{background:#f5f6ff}.llm-preview-section-title{display:flex;gap:16px;align-items:flex-start;color:#1f2937}.llm-preview-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:#945b291f;border-radius:10px}.llm-icon{width:20px;height:20px;fill:currentColor}.llm-icon-caution{color:#ef4444}.llm-icon-good{color:#22c55e}.llm-preview-section-title h4{margin:0 0 4px;font-size:16px;font-weight:600}.llm-preview-section-title p{margin:0;color:#6b7280;font-size:13px}.llm-preview-points{display:flex;flex-direction:column;gap:12px}.llm-preview-point{background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 18px 38px #0f172a14;display:flex;flex-direction:column;gap:12px}.llm-preview-point.good{box-shadow:0 12px 24px #22c55e1f}.llm-preview-point-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.llm-preview-point-left{display:flex;align-items:center;gap:10px;font-weight:600;color:#1f2937}.llm-preview-point-title{font-size:14px;line-height:1.4}.llm-preview-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.llm-preview-dot.severity-high{background:#ef4444}.llm-preview-dot.severity-medium{background:#f59e0b}.llm-preview-dot.severity-low,.llm-preview-dot.severity-info{background:#22c55e}.llm-preview-toggle{border:none;background:none;color:#6b21a8;font-weight:600;cursor:pointer}.llm-preview-toggle:hover{text-decoration:underline}.llm-preview-point-detail{margin:0;font-size:13px;line-height:1.6;color:#4b5563}.llm-preview-accordion{display:flex;flex-direction:column;gap:8px}.llm-preview-accordion-item{background:#ffffffe6;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px #6366f11f;border:1px solid rgba(99,102,241,.1)}.llm-preview-accordion-trigger{width:100%;padding:14px 16px;border:none;background:none;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#1f2937;cursor:pointer}.llm-preview-accordion-body{margin:0;padding:0 16px 16px;color:#4b5563;font-size:13px;line-height:1.6}.llm-preview-footer{position:absolute;bottom:40px;left:50%;transform:translate(-50%);width:calc(100% - 56px);display:flex;justify-content:center}.llm-preview-home{background:#8b4513;border:none;color:#fff;font-weight:600;padding:16px 32px;border-radius:999px;cursor:pointer;font-size:16px;width:100%;transition:transform .2s ease,box-shadow .2s ease}.llm-preview-home:hover{transform:translateY(-2px);box-shadow:0 18px 35px #8b451359}.stats-panel .stats-grid .label{display:block;font-size:12px;color:#6b7280}.room-form,.checklist,.llm-form{display:flex;flex-direction:column;gap:12px}.field-group{display:flex;flex-direction:column;gap:6px}.field-row{display:flex;gap:12px}.field-row .field-group{flex:1}.field-group.align-end{justify-content:flex-end}input,textarea,select{border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-size:14px;font-family:inherit}textarea{resize:vertical}.room-layout{display:grid;grid-template-columns:240px 1fr;gap:16px}.room-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.room-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:6px}.room-list li.selected{background-color:#2563eb1a}.room-list li button[type=button]{flex:1;text-align:left;border:none;background:none;padding:0;font-weight:600;color:#111827}.room-price{font-size:12px;color:#6b7280}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.photos-grid img{width:100%;height:90px;object-fit:cover;border-radius:8px;border:1px solid rgba(148,163,184,.4)}.ocr-report pre{background-color:#0f172a;color:#f8fafc;padding:12px;border-radius:8px;max-height:200px;overflow-y:auto}.ocr-report table{width:100%;border-collapse:collapse}.ocr-report th,.ocr-report td{border:1px solid #e5e7eb;padding:8px;text-align:left}.badge{display:inline-block;background-color:#2563eb26;color:#2563eb;font-size:10px;margin-left:8px;padding:2px 6px;border-radius:999px;text-transform:uppercase;letter-spacing:.5px}.llm-report ul,.llm-report ol{padding-left:20px;margin:8px 0}.audio-player audio{width:100%}@media (max-width: 1024px){.grid.two-columns,.room-layout{grid-template-columns:1fr}}
