@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";.modal-backdrop{position:fixed;inset:0;background-color:#6b4f4b80;display:flex;justify-content:center;align-items:center;z-index:50;padding:1rem;opacity:0;animation:fadeIn .3s ease-out forwards}.modal-content{background-color:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #FDE8F0;box-shadow:0 10px 25px -3px #6b4f4b33;max-width:28rem;width:100%;position:relative;margin:1rem;transform:scale(.95);opacity:0;animation:modalShow .3s ease-out forwards}.modal-close-button{position:absolute;top:.75rem;right:.75rem;color:#d685a0;background:none;border:none;cursor:pointer;transition:color .2s}.modal-close-button:hover{color:#6b4f4b}.modal-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#d685a0;text-align:center}.modal-body{font-size:.9rem;color:#6b4f4b;max-height:70vh;overflow-y:auto;padding-right:.5rem}.modal-body p{margin-bottom:.75rem;line-height:1.6}.modal-body .font-semibold{font-weight:600;color:#8d5b4c}.modal-body ul{list-style-type:"🌸";padding-left:1.2rem;font-size:.85rem}.modal-body ul li{margin-bottom:.4rem;padding-left:.5rem}.modal-body strong{color:#f472b6;font-weight:600}.modal-body .text-rose-500{color:#f472b6}.modal-body .font-bold{font-weight:700}.modal-body a{color:#d685a0!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalShow{0%{transform:scale(.95) translateY(-10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.ocr-upload-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .3s;font-size:14px;font-weight:600;color:#6b4f4b;background-color:#fff;border:1px solid #FBCFE8;box-shadow:0 1px 2px #00000008}.ocr-upload-button:not(.loading){animation:pulse-ocr 2.5s infinite}.ocr-upload-button:hover:not(.loading){background-color:#fff8f6;border-color:#f472b6}.ocr-upload-button.loading{background-color:#fde8f0;cursor:not-allowed;color:#d685a0}.ocr-upload-button span{margin-left:8px}.ocr-upload-button input[type=file]{display:none}@keyframes pulse-ocr{0%,to{transform:scale(1);box-shadow:0 0 #f472b64d}50%{transform:scale(1.02);box-shadow:0 0 0 8px #f472b600}}.start-guide-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;color:#d685a0;text-align:center;-webkit-user-select:none;user-select:none}.start-guide-arrow{font-size:90px;margin-bottom:16px;animation:bounce 2s infinite;color:#fbcfe8}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-180px)}60%{transform:translateY(-40px)}}.start-guide-text{font-size:16px;line-height:1.6}.start-guide-text strong{color:#8d5b4c;font-weight:600}.chat-display-area{display:flex;flex-direction:column;gap:12px;height:100%}.message-container{display:flex;align-items:center;gap:8px}.message-container.my-message{justify-content:flex-end}.message-container.partner-message{justify-content:flex-start}.message-bubble{max-width:75%;padding:10px 14px;border-radius:18px;font-size:15px;word-break:break-word;white-space:pre-wrap;box-shadow:0 1px 2px #0000000d;cursor:pointer;transition:transform .1s ease-in-out}.message-bubble:active{transform:scale(.98)}.message-bubble.my-message{background-color:#f472b6;color:#fff;border-bottom-right-radius:4px}.message-bubble.partner-message{background-color:#fff;color:#6b4f4b;border:1px solid #FDE8F0;border-bottom-left-radius:4px}.action-buttons{display:flex;gap:8px}.action-button{width:32px;height:32px;border-radius:50%;border:none;background-color:#fff;color:#8d5b4c;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #8d5b4c1a;transition:all .2s;font-size:14px}.action-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #8d5b4c26}.action-button.edit-button{color:#8d5b4c}.action-button.edit-button:hover{background-color:#fff8f6}.action-button.delete-button{color:#d685a0}.action-button.delete-button:hover{background-color:#fef6f9}.recommendation-list{margin-top:12px}.recommendation-divider{display:flex;align-items:center;text-align:center;color:#d685a0;font-size:12px;margin:20px 0}.recommendation-divider:before,.recommendation-divider:after{content:"";flex:1;border-bottom:1px solid #FDE8F0}.recommendation-divider span{padding:0 10px;font-weight:500}.message-bubble.recommendation-item{background-color:#fff;border:1px dashed #FBCFE8;color:#6b4f4b;font-size:14px;cursor:default}.message-bubble.recommendation-item.is-error{background-color:#fef6f9;border-color:#f472b6;color:#d33c7a}.recommendation-actions{flex-direction:column}.recommendation-actions .select-button{color:#f472b6}.recommendation-actions .select-button:hover{background-color:#fef6f9}.edit-area{display:flex;flex-direction:column}.edit-area textarea{width:100%;padding:8px;border:1px solid #FBCFE8;border-radius:8px;font-size:15px;margin-bottom:8px;resize:none;background-color:#fff8f6;color:#6b4f4b}.edit-area .edit-buttons-confirm{display:flex;justify-content:flex-end;gap:8px}.edit-area .edit-buttons-confirm button{padding:4px 8px;border-radius:6px;border:none;cursor:pointer;background:none;font-size:16px}.edit-area .edit-buttons-confirm button:first-of-type{color:#8d5b4c}.edit-area .edit-buttons-confirm button:last-of-type{color:#f472b6}.chat-app-container{font-family:inherit;display:flex;flex-direction:column;height:100vh;width:100%;max-width:420px;margin:0 auto;background-color:#fff;box-shadow:0 4px 20px #0000000d}.chat-header{padding:10px 16px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;border-bottom:1px solid #FDE8F0}.chat-header button{background:none;border:none;color:#8d5b4c;cursor:pointer;padding:8px;font-size:16px;min-width:60px}.chat-header button:first-of-type{text-align:left}.chat-header button:last-of-type{text-align:right}.chat-header .readme-button{font-size:14px;font-weight:600;color:#d685a0}.header-title-container{display:flex;align-items:center;justify-content:center;gap:8px;color:#6b4f4b}.header-icon{width:24px;height:24px}.header-title{font-size:18px;font-weight:700;white-space:nowrap}.header-version{font-size:12px;font-weight:500;color:#d685a0;background-color:#fff8f6;padding:2px 6px;border-radius:6px;border:1px solid #FDE8F0}.chat-main{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;background-color:#fff8f6}.ocr-section{padding:12px;border-bottom:1px solid #FDE8F0;background-color:#fff;text-align:center;flex-shrink:0}.chat-area{flex-grow:1;overflow-y:auto;padding:16px 8px;background-color:transparent;min-height:0}.chat-area::-webkit-scrollbar{width:6px}.chat-area::-webkit-scrollbar-thumb{background-color:#fbcfe8;border-radius:3px}.chat-area::-webkit-scrollbar-track{background-color:transparent}.input-section{padding:12px;border-top:1px solid #FDE8F0;background-color:#fff;flex-shrink:0}.input-forms{display:flex;gap:8px;align-items:flex-end;margin-bottom:12px}.input-form{flex:1;display:flex;align-items:flex-end;gap:8px}.input-forms textarea{width:100%;box-sizing:border-box;padding:10px 14px;border:1px solid #FBCFE8;border-radius:18px;font-size:15px;font-family:inherit;resize:none;line-height:1.4;max-height:100px;color:#6b4f4b}.input-forms textarea::placeholder{color:#d685a0}.input-forms .partner-textarea{background-color:#fcfdfc}.input-forms .my-textarea{background-color:#fff8f6}.add-button{border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d;transition:background-color .2s}.add-button:disabled{background-color:#e9d5da;cursor:not-allowed}.partner-button{background-color:#8d5b4c}.partner-button:not(:disabled):hover{background-color:#6b4f4b}.my-button{background-color:#f472b6}.my-button:not(:disabled):hover{background-color:#ec4899}.ask-button{width:100%;padding:12px;color:#fff;border-radius:8px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.ask-button:disabled{background-color:#e9d5da;cursor:not-allowed}.ask-button:not(:disabled){background-color:#8d5b4c}.ask-button:not(:disabled):hover{background-color:#6b4f4b}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f3f4f6;padding:1rem}.login-form-wrapper{width:100%;max-width:24rem}.login-form{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.login-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#2563eb}.login-error{color:#ef4444;font-size:.875rem;margin-bottom:1rem;text-align:center}.input-group{margin-bottom:1rem}.input-group label{display:block;color:#374151;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.input-group input{box-shadow:0 1px 2px #0000000d;appearance:none;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem .75rem;color:#374151;line-height:1.5}.input-group input:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}.login-button-container{display:flex;align-items:center;justify-content:center}.login-button{width:100%;background-color:#2563eb;color:#fff;font-weight:700;padding:.5rem 1rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.login-button:hover{background-color:#1d4ed8}.token-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.token-summary-card{background-color:#f9fafb;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.token-summary-card h4{font-weight:600;color:#1e40af;margin-bottom:.5rem}.token-summary-card p{font-size:.875rem;color:#4b5563;margin:.25rem 0}.token-summary-card p strong{color:#1f2937}.total-cost-card{grid-column:1 / -1;background-color:#eef2ff;border-color:#c7d2fe}.total-cost-card .cost-usd{color:#c2410c;font-size:1.125rem}.total-cost-card .cost-krw{color:#166534;font-size:1.125rem}.token-table-container{max-height:96vh;overflow-y:auto}.token-table{width:100%;border-collapse:collapse;font-size:.875rem}.token-table th,.token-table td{border:1px solid #e5e7eb;padding:.5rem .75rem;text-align:left}.token-table thead{background-color:#f3f4f6;position:sticky;top:0}.dashboard-container{min-height:100vh;background-color:#fcfdfc;padding:1.5rem;font-family:inherit}.dashboard-header{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.dashboard-title{font-size:1.875rem;font-weight:700;color:#6b4f4b}.dashboard-header .button-group{display:flex;gap:.5rem}.dashboard-header button{font-weight:700;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .3s;border:none;color:#fff;font-size:.875rem;cursor:pointer}.btn-green{background-color:#8d5b4c}.btn-green:hover{background-color:#6b4f4b}.btn-red{background-color:#d685a0}.btn-red:hover{background-color:#c76c8e}.loading-error{margin-bottom:1rem;padding:1rem;background-color:#fef6f9;color:#d33c7a;border:1px solid #FBCFE8;border-radius:.375rem}.tab-container{margin-bottom:1.5rem}.tab-list{display:flex;border-bottom:1px solid #E9D5DA}.tab-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:none;background:none;cursor:pointer;color:#8d5b4c;margin-bottom:-1px}.tab-button:hover{color:#6b4f4b}.tab-button.active{color:#6b4f4b;font-weight:600;border-bottom:2px solid #8D5B4C}.tab-content .card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.card{background-color:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #FDE8F0;box-shadow:0 1px 3px #00000008}.card-title{font-size:1.25rem;font-weight:600;color:#6b4f4b;margin-bottom:1rem;border-bottom:1px solid #FDE8F0;padding-bottom:.5rem}.card ul{list-style:none;padding:0;font-size:.875rem;color:#8d5b4c;space-y:.5rem}.card pre{margin-top:.25rem;padding:.5rem;background-color:#fff8f6;border:1px solid #FDE8F0;border-radius:.25rem;font-size:.75rem;white-space:pre-wrap;word-break:break-all;max-height:10rem;overflow-y:auto;color:#6b4f4b}.log-viewer{max-height:80vh;overflow-y:auto}.log-group{border:1px solid #FDE8F0;border-radius:.5rem;box-shadow:0 1px 2px #00000008;margin-bottom:.75rem}.log-group-header{width:100%;padding:.75rem;text-align:left;background-color:#fff8f6;border-radius:.5rem .5rem 0 0;border:none;cursor:pointer;color:#6b4f4b}.log-group-header:hover{background-color:#fde8f0}.log-details{padding:.75rem;border-top:1px solid #FDE8F0;background-color:#fff;border-radius:0 0 .5rem .5rem}.conversation-group-header{width:100%;padding:.5rem .75rem;text-align:left;background-color:#f3f4f6;border:none;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;cursor:pointer;font-weight:500;color:#374151}.conversation-group-header:hover{background-color:#e5e7eb}body{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff8f6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
