*,*:before,*:after{box-sizing:border-box}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0;min-height:100vh;padding:24px 16px 40px;background-color:#fdf5ec;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:center}.container{display:flex;flex-direction:column;align-items:stretch;width:min(100%,420px);margin:0 auto}.greeting{text-align:center;margin:8px 0 16px;color:#444}.view-tabs{display:flex;gap:8px;padding:6px;background:#ffffffd9;border-radius:14px;box-shadow:0 8px 20px #00000014;margin-bottom:16px}.view-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1;border:none;background:transparent;font:inherit;font-weight:600;color:#555;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease;position:relative}.view-tab:hover{background-color:#ed592e14;color:#222}.view-tab.active{background-color:#ed592e;color:#fff;transform:translateY(-1px);box-shadow:0 10px 20px #ed592e47}.view-tab-icon{display:inline-flex;align-items:center;justify-content:center}.view-tab-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:transform .2s ease}.view-tab:hover .view-tab-icon svg{transform:scale(1.05)}.view-tab-badge{position:absolute;top:6px;right:12px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ed592e;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #ed592e4d}.view-tab.active .view-tab-badge{background:#fff;color:#ed592e}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.label{display:block;margin:8px 0;font-weight:600}.select-container{position:relative;margin-bottom:1rem;width:100%;max-width:350px;box-shadow:0 2px 5px #0000001a;margin-left:auto;margin-right:auto}.select-container select{width:100%;padding:.6rem 1rem;border:1px solid var(--muted, #ddd);border-radius:8px;font:inherit;font-size:18px;background-color:var(--bg, #fdf5ec);color:var(--text, #000);appearance:none}.select-container:after{content:"▼";position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(#999);font-size:.8em}.floating-controls{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:14px;z-index:20}@media (max-width: 333){.floating-controls{right:16px;bottom:16px;gap:12px}}.floating-button{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;border:none;background-color:#ed592e;color:#fff;cursor:pointer;box-shadow:0 12px 24px #0003;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.floating-button svg{width:28px;height:28px}.floating-button:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0000003d}.floating-button:active{transform:scale(.96)}.floating-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 8px 18px #00000024}.mic-button{background-color:#ed592e}.mic-button:hover{background-color:#d04a24}.mic-button.recording{animation:pulse 1.5s infinite}.keyboard-button{background-color:#38404b}.keyboard-button:hover{background-color:#2a323c}h1{color:#333;text-align:center}.logo-wrapper{text-align:center;margin-bottom:20px}.logo{max-width:100px;height:auto}.error{color:#d04a24;padding:10px;margin:10px 0;border-radius:4px;background-color:#f8d7da;text-align:center}.primary-button{margin-top:8px;margin-left:auto;margin-right:auto;padding:10px 14px;background-color:#ed592e;color:#fff;border:none;border-radius:6px;cursor:pointer}.primary-button:disabled{opacity:.6;cursor:not-allowed}.manual-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:flex-end;justify-content:center;padding:24px 16px calc(32px + env(safe-area-inset-bottom,0px));z-index:40}.manual-overlay.locked{cursor:progress}.manual-sheet{width:min(560px,100%);background:#fff;border-radius:18px 18px 14px 14px;padding:16px;box-shadow:0 -8px 28px #0003;max-height:min(80vh,560px);overflow:auto;-webkit-overflow-scrolling:touch}@supports (height: 100dvh){.manual-sheet{max-height:min(80dvh,560px)}}.manual-sheet form{display:flex;flex-direction:column}.manual-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-weight:600;color:#333}.icon-button{border:none;background:transparent;color:#666;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.icon-button:hover{background-color:#00000014;color:#111}.icon-button:disabled{opacity:.5;cursor:not-allowed}.manual-sheet textarea{width:100%;min-height:140px;border:1px solid var(--muted, #ddd);border-radius:12px;padding:12px;font:inherit;font-size:16px;resize:vertical;background-color:#fffaf6}.manual-sheet textarea:focus{outline:2px solid rgba(237,89,46,.3);outline-offset:2px}.manual-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.ghost-button{border:1px solid #ccc;background:transparent;color:#333;padding:10px 16px;border-radius:8px;cursor:pointer;font:inherit;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.ghost-button:hover{border-color:#999;color:#000;background-color:#0000000a}.ghost-button:disabled{opacity:.5;cursor:not-allowed}.ghost-button.small{padding:6px 12px;font-size:13px}.manual-actions .primary-button,.manual-actions .ghost-button{margin:0}.messages-view,.schedule-view{margin-top:16px;background:#ffffffeb;border-radius:18px;box-shadow:0 16px 40px #00000014;padding:18px 20px;display:flex;flex-direction:column;gap:16px}.messages-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.messages-header-actions{display:flex;gap:8px}.messages-header h2,.schedule-toolbar h2{margin:0;font-size:20px;color:#2f2f2f}.messages-empty{padding:24px 12px;text-align:center;color:#666;background:#ed592e0d;border-radius:14px;border:1px dashed rgba(237,89,46,.2)}.messages-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.messages-item{border-radius:16px;border:1px solid rgba(0,0,0,.05);padding:16px;background:#fffdfb;display:flex;flex-direction:column;gap:10px;box-shadow:0 12px 24px #ed592e14}.messages-item-content{display:flex;flex-direction:column;gap:6px}.messages-item-title{font-weight:700;font-size:17px;color:#2d2d2d}.messages-item-body{white-space:pre-wrap;color:#444;font-size:15px}.messages-item-meta{font-size:13px;color:#7a7a7a;display:flex;flex-wrap:wrap;gap:8px}.messages-item-link{color:#0b5394;font-weight:600}.messages-item-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.chat-container{display:flex;flex-direction:column;height:100%;min-height:420px}.chat-scroll{flex:1;overflow-y:auto;padding-right:4px;margin-bottom:16px}.chat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.chat-item{display:flex;flex-direction:column}.chat-bubble{max-width:82%;padding:10px 14px;border-radius:16px;box-shadow:0 8px 20px #00000014;background:#fffdfb;position:relative;word-wrap:break-word;white-space:pre-wrap}.chat-bubble.outgoing{align-self:flex-end;background:#ed592e;color:#fff}.chat-bubble.incoming{align-self:flex-start;background:#0000000d;color:#2f2f2f}.chat-body{font-size:15px;line-height:1.4}.chat-meta{margin-top:6px;font-size:12px;opacity:.75}.chat-composer{display:flex;flex-direction:column;gap:8px}.chat-textarea{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:10px 12px;font:inherit;resize:vertical;min-height:78px}.chat-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-send{min-width:110px}.chat-record{border:1px solid rgba(0,0,0,.12);background:#0000000d;color:#333;padding:8px 12px;border-radius:999px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.chat-record:hover{background:#00000014}.chat-record.recording{background:#ed592e26;color:#ed592e}.chat-status{font-size:13px;color:#666}.chat-error{font-size:13px;color:#a51212;background:#c81e1e1a;padding:8px 10px;border-radius:10px}.schedule-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.schedule-caption{font-size:13px;color:#888;margin-top:4px}.schedule-weeks{display:flex;flex-direction:column;gap:16px}.schedule-week{border-radius:16px;border:1px solid rgba(0,0,0,.05);background:#fff;padding:16px;box-shadow:0 12px 30px #00000014}.schedule-week-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.schedule-week-title{font-weight:700;font-size:16px;color:#2a2a2a}.schedule-week-range{font-size:13px;color:#7c7c7c}.schedule-week-status{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.schedule-pill{display:inline-flex;padding:6px 12px;border-radius:999px;background:#ed592e1f;color:#b54820;font-size:13px;font-weight:600}.schedule-pill-error{background:#c81e1e1f;color:#a51212}.schedule-pill-muted{background:#0000000d;color:#555}.schedule-week-body{display:flex;flex-direction:column;gap:12px}.schedule-card{border-radius:14px;border:1px solid rgba(237,89,46,.1);padding:14px;background:#fffdfb;box-shadow:0 10px 20px #ed592e14;display:flex;flex-direction:column;gap:10px}.schedule-card-head{display:flex;justify-content:space-between;gap:12px}.schedule-card-title{font-weight:700;font-size:16px;color:#2c2c2c}.schedule-card-notes{font-size:14px;color:#666;margin-top:4px}.schedule-status{align-self:flex-start;background:#0b53941a;color:#0b5394;font-size:13px;font-weight:600;padding:4px 10px;border-radius:999px}.schedule-card-row{display:flex;flex-wrap:wrap;gap:6px;font-size:14px;color:#444}.schedule-card-label{font-weight:600}.schedule-card-value{font-weight:500}.schedule-card-meta{font-size:12px;color:#888}.schedule-map-button{appearance:none;border:1px solid rgba(11,83,148,.2);background:#0b539414;color:#0b5394;font-size:13px;font-weight:600;padding:4px 10px;border-radius:999px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.schedule-map-button:hover{background:#0b53942e;border-color:#0b539459}.pending-section{margin:16px auto 24px;padding:16px;border-radius:16px;background:#ffffffe6;box-shadow:0 12px 30px #00000014;width:100%}.pending-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.pending-section-header h2{margin:0;font-size:18px;color:#2f2f2f}.pending-info{font-size:14px;color:#555}.pending-error{font-size:14px;color:#a51212;background:#c81e1e1a;padding:10px 12px;border-radius:10px}.pending-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pending-item{border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:12px;background:#fffdfb;box-shadow:0 6px 18px #0000000f}.pending-project{font-weight:600;color:#2f2f2f;margin-bottom:4px}.pending-meta{font-size:13px;color:#666}.results{margin-top:20px;padding:15px;border-radius:14px;background-color:transparent;box-shadow:0 2px 5px #0000001a;width:100%;max-width:100%}.collapsible{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:8px 0}.collapsible-title{font-weight:600}.chev{transform:rotate(-90deg);transition:transform .2s}.chev.open{transform:rotate(0)}.transcription-text{white-space:pre-wrap;color:#333;margin:8px 0 16px}.table-wrapper{overflow:auto}.mappings-table{width:100%;border-collapse:collapse}.mappings-table th,.mappings-table td{padding:8px;border-bottom:1px solid #eee;text-align:left}.mappings-header{margin:10px 0;font-weight:600}.mapping-list{display:flex;flex-direction:column;gap:16px;min-width:300px}.mapping-card{display:grid;grid-template-columns:1fr;gap:8px;padding:12px 0;border-top:1px solid #eee}.mapping-card:first-child{border-top:0;padding-top:0}.field{display:flex;flex-direction:column}.field-label{font-weight:600;margin-bottom:4px;color:#333}.mapping-card select,.mapping-card input[type=date]{width:100%;max-width:300px;padding:.6rem 1rem;border:1px solid var(--muted, #ddd);border-radius:8px;font:inherit;font-size:18px;color:var(--text, #000);background-color:transparent}.mapping-card .todo-display{width:100%;max-width:300px;padding:.6rem 1rem;border:1px solid var(--muted, #ddd);border-radius:8px;font:inherit;font-size:18px;background-color:var(--bg, #fdf5ec);color:var(--text, #000)}.mapping-card .summary-textarea{padding:.6rem 1rem;border:1px solid var(--muted, #ddd);border-radius:8px;font-size:18px;max-width:300px;background-color:var(--bg, #fdf5ec)}.summary-textarea{width:100%;min-height:38px;resize:vertical;padding:6px 8px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px}.topics{width:100%;margin-top:16px;background-color:transparent;border-radius:14px;padding:12px 12px 8px;box-shadow:0 2px 5px #0000001a}.topics-header{font-weight:600;margin-bottom:8px;color:#333}.topics-body{max-height:640px;overflow:auto;padding-right:4px}.topic-section+.topic-section{border-top:1px solid rgba(237,89,46,.12);margin-top:8px;padding-top:8px}.topic-toggle{width:100%;border:none;background:transparent;font:inherit;font-weight:600;color:#333;display:flex;align-items:center;justify-content:space-between;padding:10px 8px;border-radius:10px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.topic-toggle:hover{background-color:#ed592e14}.topic-toggle .chevron{font-size:20px;transform:rotate(-90deg);transition:transform .2s ease}.topic-toggle.open .chevron{transform:rotate(0)}.topic-todos{display:flex;flex-direction:column;gap:6px;margin-top:6px;padding-left:6px}.todo-block{border-left:2px solid rgba(237,89,46,.14);padding-left:12px}.todo-toggle{width:100%;border:none;background:transparent;font:inherit;color:#444;text-align:left;padding:8px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease,color .2s ease}.todo-toggle:hover{background-color:#0000000a}.todo-toggle .chevron{font-size:18px;color:#888;transform:rotate(-90deg);transition:transform .2s ease,color .2s ease}.todo-toggle.open .chevron{transform:rotate(0);color:#888}.todo-comments{display:flex;flex-direction:column;gap:8px;margin:6px 0 10px}.todo-comment-button{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:1px solid rgba(237,89,46,.25);background-color:#fff6f1;color:#444;font:inherit;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.todo-comment-button:hover{background-color:#ed592e1f;border-color:#ed592e73;transform:translate(3px)}.todo-comment-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.todo-comment-empty{padding:10px 12px;color:#888;font-size:.9rem}.warnings{margin-top:10px}.warning-item{color:#9a6b00;background:#fff7e6;border:1px solid #ffe4b5;padding:6px 8px;border-radius:4px;margin-bottom:6px}.confirm-results{margin-top:12px}.confirm-row{padding:6px 8px;border-radius:4px;margin-bottom:6px}.confirm-row.ok{background:#e7f8ee;color:#206a3a;border:1px solid #bbebcd}.confirm-row.fail{background:#fde8e8;color:#8a2525;border:1px solid #f4c6c6}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);padding:10px 14px;border-radius:8px;font-weight:600;box-shadow:0 6px 18px #00000026;z-index:9999}.toast.success{background:#e7f8ee;color:#206a3a;border:1px solid #bbebcd;text-align:center}.toast.error{background:#fdecea;color:#7a1c1c;border:1px solid #f5c2c7;text-align:center}.translating-message{text-align:center;margin:20px 0;color:#ed592e;font-size:18px;display:flex;flex-direction:column;align-items:center;gap:10px}.loading-dots{display:flex;justify-content:center;gap:8px}.loading-dots span{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#ed592e;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes pulse{0%{box-shadow:0 0 #ed592eb3}70%{box-shadow:0 0 0 30px #ed592e00}to{box-shadow:0 0 #ed592e00}}.image-field{margin-top:12px}.image-uploader{display:flex;flex-direction:column;gap:12px}.image-file-trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;border:1px dashed rgba(237,89,46,.45);background-color:#fff;color:#d04a24;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.image-file-trigger:hover{background-color:#ffe8de;border-color:#ed592ea6}.image-file-trigger input{display:none}.image-preview-list{display:flex;flex-wrap:wrap;gap:12px}.image-preview-wrapper{display:flex;flex-direction:column;align-items:center;width:80px;font-size:12px;color:#555}.image-preview-item{position:relative;width:72px;height:72px;border-radius:8px;overflow:hidden;background:#f6f6f6;border:1px solid rgba(0,0,0,.08)}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-preview-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:11px;padding:8px;text-align:center;color:#888}.image-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border:none;border-radius:50%;background:#0000008c;color:#fff;font-size:14px;line-height:20px;cursor:pointer}.image-remove:hover{background:#000000bf}.image-preview-caption{margin-top:6px;text-align:center;word-break:break-word;line-height:1.2}.image-placeholder{font-size:13px;color:#777}
