:root{font-family:Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5}a{font-weight:500;color:#3a6ea5;text-decoration:none;transition:color .3s ease}a:hover{color:#004e98;text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5em}button{border-radius:4px;border:1px solid #3a6ea5;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#3a6ea5;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#004e98;border-color:#004e98}button:focus,button:focus-visible{outline:2px solid #3a6ea5;outline-offset:2px}button:disabled{background-color:#ccc;border-color:#bbb;color:#666;cursor:not-allowed}:root{--primary-color: #3a6ea5;--secondary-color: #004e98;--text-color: #333;--background-color: #f5f5f5;--container-bg: #ffffff;--border-color: #ddd}body{font-family:Helvetica Neue,Arial,sans-serif;color:var(--text-color);background-color:var(--background-color);margin:0;padding:0;line-height:1.6}#root{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1800px;margin:0 auto;padding:1rem;width:100%;box-sizing:border-box}.app-header{background-color:var(--primary-color);color:#fff;padding:1.5rem;text-align:center;border-radius:5px 5px 0 0;margin-bottom:2rem}.app-main{background-color:var(--container-bg);border-radius:5px;box-shadow:0 2px 10px #0000001a;padding:2rem}.welcome-section{text-align:center;max-width:800px;margin:0 auto}.messages-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.messages-section h2{color:var(--secondary-color);margin-bottom:1rem}.message-list{list-style:none;padding:0;margin:0}.message-item{background-color:#f9f9f9;border:1px solid var(--border-color);border-radius:5px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d}.message-item p{margin:.5rem 0}@media (max-width: 768px){.app-header h1{font-size:1.5rem}.welcome-section p{font-size:1rem}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--background-color);padding:1rem}.login-card{background-color:var(--container-bg);border-radius:8px;box-shadow:0 4px 12px #00000026;padding:2.5rem;width:100%;max-width:450px;text-align:center}.login-card h1{color:var(--primary-color);font-size:1.8rem;margin-bottom:1.5rem}.login-card h2{color:var(--secondary-color);font-size:1.4rem;margin-bottom:2rem}.google-login-button{background-color:#4285f4;color:#fff;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;transition:background-color .2s;position:relative}.google-login-button:hover{background-color:#3367d6}.google-login-button:disabled{background-color:#a4a4a4;cursor:not-allowed}.error-message{background-color:#ffebee;color:#d32f2f;padding:.8rem;border-radius:4px;margin-bottom:1.5rem;font-size:.9rem}.email-login-form{text-align:left;margin-top:1rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:var(--text-color);font-weight:500}.form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background-color:var(--input-bg);color:var(--text-color)}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #4285f433}.email-login-button{width:100%;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:.8rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-bottom:1.5rem}.email-login-button:hover{background-color:var(--primary-color-dark, #0056b3)}.toggle-login-button{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color);border-radius:4px;padding:.8rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;width:100%;margin-top:1rem;transition:all .2s}.toggle-login-button:hover{background-color:#4285f41a}button:disabled{background-color:#a4a4a4;border-color:#a4a4a4;cursor:not-allowed}@media (max-width: 768px){.login-card{padding:1.5rem}.login-card h1{font-size:1.5rem}.login-card h2{font-size:1.2rem}.email-login-buttons{flex-direction:column;gap:.5rem}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:var(--background-color)}.loading-spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--primary-color);animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:var(--text-color);font-size:1.1rem}.app-header{background-color:var(--primary-color);color:#fff;padding:1.5rem;text-align:center;border-radius:5px 5px 0 0;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.app-header h1{margin:0;font-size:1.8rem}.user-info{display:flex;align-items:center;gap:1rem;font-size:.9rem}.sign-out-button{background-color:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:4px;padding:.4rem .8rem;font-size:.8rem;cursor:pointer;transition:background-color .2s}.sign-out-button:hover{background-color:#ffffff4d}@media (max-width: 768px){.app-header{flex-direction:column;gap:1rem;padding:1rem}.app-header h1{font-size:1.5rem}.user-info{width:100%;justify-content:center}}.app-main{background-color:var(--container-bg);border-radius:5px;box-shadow:0 2px 10px #0000001a;padding:2rem;display:flex;flex-direction:column;min-height:80vh}.welcome-section{text-align:center;max-width:800px;margin:0 auto 2rem}.welcome-section h2{color:var(--secondary-color);margin-bottom:1rem}.welcome-section p{font-size:1.1rem;line-height:1.6}.chat-section{flex:1;display:flex;flex-direction:column;padding-top:1.5rem;border-top:1px solid var(--border-color)}.error{color:#d32f2f;font-weight:700}@media (max-width: 768px){.app-main{padding:1rem;min-height:70vh}.welcome-section{margin-bottom:1.5rem}.welcome-section h2{font-size:1.4rem}.welcome-section p{font-size:.9rem}}.chat-messages{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:1rem;gap:1rem;max-height:60vh;min-height:300px;background-color:#f9f9f9;border-radius:8px;border:1px solid var(--border-color)}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;text-align:center;padding:2rem}.chat-empty-state p{max-width:400px;line-height:1.6}.chat-message{display:flex;margin-bottom:1rem;animation:fadeIn .3s ease-in-out}.user-message{justify-content:flex-end}.system-message{justify-content:flex-start}.message-content{max-width:80%;padding:.8rem 1rem;border-radius:12px;position:relative;word-break:break-word}.user-message .message-content{background-color:var(--primary-color);color:#fff;border-bottom-right-radius:4px}.system-message .message-content{background-color:#e9e9e9;color:var(--text-color);border-bottom-left-radius:4px}.message-content p{margin:0;line-height:1.4}.message-timestamp{font-size:.7rem;opacity:.7;margin-top:.3rem;text-align:right}.user-message .message-timestamp{color:#fffc}.system-message .message-timestamp{color:#666}.message-attachments{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.attachment{border-radius:8px;overflow:hidden}.attachment-image{max-width:100%;max-height:200px;border-radius:8px;object-fit:contain}.attachment-audio{display:flex;flex-direction:column;gap:.3rem;background-color:#0000000d;padding:.5rem;border-radius:8px}.attachment-name{font-size:.8rem;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.chat-loading{display:flex;justify-content:flex-start;margin:1rem 0}.chat-loading-indicator{display:flex;align-items:center;gap:.3rem}.dot{width:8px;height:8px;background-color:var(--primary-color);border-radius:50%;opacity:.6;animation:pulse 1.5s infinite ease-in-out}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{transform:scale(.8);opacity:.6}50%{transform:scale(1.2);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.chat-messages{padding:.5rem;max-height:50vh}.message-content{max-width:90%;padding:.6rem .8rem}.attachment-image{max-height:150px}}.chat-input-container{margin-top:1rem;border-radius:8px;background-color:#fff;border:1px solid var(--border-color);box-shadow:0 2px 5px #0000000d}.chat-form{display:flex;align-items:center;padding:.5rem;gap:.5rem}.message-input{flex:1;padding:.8rem;border:1px solid var(--border-color);border-radius:20px;font-size:1rem;outline:none;transition:border-color .2s}.message-input:focus{border-color:var(--primary-color)}.message-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.send-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;padding:0}.send-button svg{width:20px;height:20px}.send-button:hover{background-color:var(--secondary-color)}.send-button:disabled{background-color:#ccc;cursor:not-allowed}.estimate-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:20px;padding:0 15px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;font-size:.9rem;font-weight:600}.estimate-button:hover{background-color:var(--secondary-color)}.estimate-button:disabled{background-color:#ccc;cursor:not-allowed}.file-upload{position:relative}.file-upload input[type=file]{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.file-upload label{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f0f0f0;cursor:pointer;transition:background-color .2s}.file-upload label:hover{background-color:#e0e0e0}.file-upload label.disabled{background-color:#f5f5f5;cursor:not-allowed}.file-upload svg{width:20px;height:20px;color:#666}.attachments-preview{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;border-bottom:1px solid var(--border-color)}.attachment-preview{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-direction:column}.attachment-thumbnail{max-width:100%;max-height:100%;object-fit:cover}.audio-preview{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e0e0e0}.audio-preview svg{width:30px;height:30px;color:#666}.attachment-name{position:absolute;bottom:0;left:0;right:0;background-color:#0009;color:#fff;font-size:.6rem;padding:.2rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.remove-attachment{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background-color:#0009;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;border:none;padding:0}.remove-attachment:hover{background-color:#000c}.upload-progress{padding:.5rem;border-bottom:1px solid var(--border-color)}.progress-bar{height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden;margin-bottom:.3rem}.progress-fill{height:100%;background-color:var(--primary-color);transition:width .3s ease}.progress-text{font-size:.7rem;color:#666}.chat-error{background-color:#ffebee;color:#d32f2f;padding:.8rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}@media (max-width: 768px){.chat-form{padding:.3rem}.message-input{padding:.6rem;font-size:.9rem}.send-button,.file-upload label{width:36px;height:36px}.estimate-button{height:36px;padding:0 10px;font-size:.8rem}.attachment-preview{width:60px;height:60px}}.chat-ui{display:flex;flex-direction:column;height:100%;max-width:1800px;margin:0 auto;box-sizing:border-box}.estimate-table-container{background-color:#f9f9f9;border-radius:8px;padding:1rem;margin:1rem 0;box-shadow:0 2px 4px #0000001a;max-width:1800px;width:100%;margin-left:auto;margin-right:auto}.estimate-table-container h3{margin-top:0;margin-bottom:1rem;color:#333;font-size:1.2rem}.estimate-table-wrapper{overflow-x:auto;margin-bottom:1rem;-webkit-overflow-scrolling:touch;width:100%;display:block;max-width:1800px;margin:0 auto}.estimate-table{width:100%;border-collapse:collapse;min-width:650px;max-width:1800px;margin:0 auto;table-layout:fixed}.estimate-table th:nth-child(4),.estimate-table td:nth-child(4),.estimate-table th:nth-child(5),.estimate-table td:nth-child(5){width:60px;min-width:60px;max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estimate-table th:nth-child(9),.estimate-table td:nth-child(9){width:80px;min-width:80px;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estimate-table th:nth-child(10),.estimate-table td:nth-child(10){width:70px;min-width:70px;max-width:70px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estimate-table th,.estimate-table td{padding:.75rem;text-align:left;border-bottom:1px solid #ddd}.estimate-table th{background-color:#f2f2f2;font-weight:600;position:sticky;top:0}.estimate-table tbody tr:hover{background-color:#f5f5f5}.estimate-table .total-row{font-weight:700;background-color:#eef7ff}.estimate-table .total-row td{border-top:2px solid #ccc}.unclear-points-container{background-color:#fff8e1;border-radius:8px;padding:1rem;margin:1rem 0;border-left:4px solid #ffc107}.unclear-points-container h4{margin-top:0;margin-bottom:.75rem;color:#333;font-size:1.1rem}.unclear-points-list{margin:0;padding-left:1.5rem}.unclear-points-list li{margin-bottom:.5rem;line-height:1.5}.unclear-points-list li:last-child{margin-bottom:0}.estimate-actions{display:flex;justify-content:flex-end;margin-top:1rem}.kintone-sync-button{background-color:#4caf50;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.kintone-sync-button:hover{background-color:#45a049}.kintone-sync-button:disabled{background-color:#ccc;cursor:not-allowed}.chat-error{background-color:#ffebee;color:#d32f2f;padding:.8rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;animation:fadeIn .3s ease-in-out}.close-error{background:none;border:none;color:#d32f2f;font-size:1.2rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.chat-ui{width:100%;padding:0 .5rem;overflow-x:hidden}.estimate-table-container{padding:.75rem;margin:.75rem 0;width:100%;box-sizing:border-box}.estimate-table-wrapper{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;display:block}.estimate-table{width:auto;min-width:650px}.estimate-table th,.estimate-table td{padding:.5rem;font-size:.9rem;white-space:nowrap}.estimate-table th:nth-child(4),.estimate-table td:nth-child(4),.estimate-table th:nth-child(5),.estimate-table td:nth-child(5){width:50px;min-width:50px;max-width:50px}.estimate-table th:nth-child(9),.estimate-table td:nth-child(9){width:70px;min-width:70px;max-width:70px}.estimate-table th:nth-child(10),.estimate-table td:nth-child(10){width:60px;min-width:60px;max-width:60px}.kintone-sync-button{padding:.5rem 1rem;font-size:.9rem}.unclear-points-container{padding:.75rem;margin:.75rem 0}.unclear-points-container h4{font-size:1rem}.unclear-points-list{padding-left:1.25rem}.unclear-points-list li{font-size:.9rem}}
