body{margin:0;font-family:Pretendard,sans-serif;background:#f5f7fa;min-height:100vh;display:flex;flex-direction:column;color:#1f2937}.header h1{font-size:3rem;text-align:center;margin-bottom:1rem}.header p{text-align:center;font-size:1.2rem}.page-container{max-width:640px;margin:0 auto;padding:2rem}.page-container,.upload-box{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.upload-box{background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:3rem 2.5rem;min-height:360px;text-align:center;animation:fadeIn .3s ease}.title{margin-top:0;margin-bottom:1.4rem;font-size:2rem;font-weight:700;color:#1f2937}.mode-buttons{display:flex;gap:.8rem;margin:1.2rem 0;width:100%;max-width:380px}.mode-btn{flex:1 1;padding:.8rem;border-radius:.6rem;border:1px solid #d1d5db;background:#f3f4f6;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease}.mode-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.input-field{width:95%;margin-top:1.2rem;padding:.9rem;border-radius:.6rem;border:1px solid #d1d5db;font-size:1rem}.submit-btn{margin-top:1.8rem;width:100%;padding:1rem;border:none;border-radius:.6rem;font-weight:600;font-size:1rem;color:#fff;background:#2563eb;cursor:pointer;transition:background .2s ease}.submit-btn:hover{background:#1d4ed8}.result-box{background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:2.5rem;width:100%;min-height:520px;text-align:center;animation:fadeIn .3s ease}.result-title{font-size:1.5rem;color:#111827;margin-bottom:.6rem;font-weight:700}.result-sub{color:#4b5563;font-size:1rem;margin-bottom:1.5rem}.result-content{background:#f9fafb;border-radius:.8rem;padding:1.4rem;text-align:left;font-size:1rem;line-height:1.6;color:#374151;max-height:65vh;overflow-y:auto;overflow-x:hidden;word-break:break-word;white-space:pre-wrap}.close-btn{margin-top:1.8rem;padding:.9rem 1.4rem;border:none;border-radius:.6rem;background:#2563eb;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s ease}.close-btn:hover{background:#1e40af}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.page-container{padding:1rem}.upload-box{padding:2rem 1.2rem;min-height:300px}.result-box{padding:2rem 1rem;min-height:420px}.input-field{font-size:.9rem;padding:.8rem}.submit-btn{padding:.9rem;font-size:.9rem}.result-content{font-size:.9rem;max-height:55vh}}.footer{width:70%;display:flex;justify-content:space-between;gap:5rem;text-align:center;margin:0 auto}.footer h3{font-size:1.2rem}.footer p{font-size:.9rem;color:#6b7280}.footer .footer-icon{font-size:1rem;margin-bottom:.8rem}.footer-company{width:100%;background:linear-gradient(90deg,#f9fafb,#ffffff,#f9fafb);border-top:1px solid #e5e7eb;padding:4rem 0;margin-top:6rem;color:#4b5563;font-family:Inter,sans-serif;justify-content:center;align-items:center}.footer-company h3{font-size:1.5rem}.footer-company .container{width:50%;margin:0;padding:0 6rem;display:flex;flex-direction:column;gap:1.5rem}.footer-company .link{display:flex;justify-content:flex-start;gap:4rem}.footer-company .footer-top{display:flex;flex-direction:column;gap:5.5rem}@media(min-width:768px){.footer-company .footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-company .footer-top .brand{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;margin:0 auto}@media(min-width:768px){.footer-company .footer-top .brand{align-items:flex-start;text-align:left}}.footer-company .footer-top .brand .logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-company .footer-top .brand .logo .emoji{font-size:2rem}.footer-company .footer-top .brand .logo .title{font-size:1.5rem;font-weight:700;color:#1f2937}.footer-company .footer-top .brand p{font-size:.9rem;line-height:1.6;color:#6b7280}.footer-company .footer-top .footer-links{display:flex;flex-direction:column;gap:3rem;text-align:center}@media(min-width:768px){.footer-company .footer-top .footer-links{flex-direction:row;text-align:left}}.footer-company .footer-top .footer-links .link-group h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.75rem}.footer-company .footer-top .footer-links .link-group ul{list-style:none;padding:0}.footer-company .footer-top .footer-links .link-group ul li{margin-bottom:.5rem}.footer-company .footer-top .footer-links .link-group ul li a{text-decoration:none;color:#4b5563;transition:color .2s ease}.footer-company .footer-top .footer-links .link-group ul li a:hover{color:#2563eb}.footer-company .footer-bottom{border-top:1px solid #e5e7eb;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem;color:#6b7280}@media(min-width:768px){.footer-company .footer-bottom{flex-direction:row;justify-content:space-between}}.analysis-section{gap:1.8rem;margin-top:1rem}.analysis-card{border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.5rem 1.8rem;box-shadow:0 4px 14px rgba(0,0,0,.04);transition:all .25s ease;cursor:default}.analysis-card:hover{box-shadow:0 6px 22px rgba(0,0,0,.08)}.analysis-card .section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.analysis-card .section-header .icon{font-size:1.6rem}.analysis-card .section-header h3{font-size:1.25rem;font-weight:700;color:#1f2937}.analysis-card .section-content{font-size:1rem;line-height:1.65;color:#374151;white-space:pre-wrap}@media(max-width:600px){.analysis-card{padding:1.2rem 1.4rem}.analysis-card .section-header h3{font-size:1.1rem}.analysis-card .section-content{font-size:.95rem}}@media(max-width:768px){body{padding:0;overflow-x:hidden}main{padding:1rem!important}.header h1{font-size:2rem!important;line-height:1.2}.header p{font-size:1rem;text-align:center;padding:0 .5rem}.upload-box{width:100%;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 12px rgba(0,0,0,.05)}.mode-buttons{flex-direction:column;width:100%;max-width:none}.submit-btn{font-size:.95rem;padding:.8rem}.input-field{font-size:.9rem;padding:.8rem;width:100%}.analysis-section{gap:1.2rem}.analysis-card{padding:1.2rem 1rem;border-radius:1rem;box-shadow:0 3px 12px rgba(0,0,0,.05)}.section-header h3{font-size:1rem}.section-content{font-size:.9rem;line-height:1.5}.result-box{min-height:380px;padding:1.4rem}}@media(max-width:600px){.flex{flex-direction:column!important;gap:.8rem!important}button{width:100%}}@media(max-width:768px){.footer-company{padding:2.5rem 1.2rem;text-align:center}.footer-company .container{width:100%;align-items:center}.footer-company .footer-top{flex-direction:column!important;align-items:center!important;gap:2rem!important}.footer-company .footer-links{flex-direction:column!important;text-align:center;gap:1.8rem}.footer-company .footer-bottom{flex-direction:column!important;text-align:center;gap:.5rem}}.analysis-section{display:flex;flex-direction:column;gap:2rem;line-height:1.75;color:#2b2b2b;font-size:15.5px;font-family:Noto Sans KR,Inter,system-ui,sans-serif;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;background-color:#fafafa;padding:1.2rem 1.4rem;border-radius:1rem}.analysis-card{background:#fff;border:1px solid #e6e6e6;border-radius:1rem;padding:1.5rem 1.7rem;box-shadow:0 2px 10px rgba(0,0,0,.03);transition:all .2s ease}.analysis-card:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,.06)}.section-header{display:flex;align-items:center;gap:10px;border-bottom:1px solid #eaeaea;padding-bottom:.3rem;margin-bottom:.8rem}.section-title{font-size:1.1rem;font-weight:700;color:#1f2937}.section-icon{font-size:1.4rem}.section-content{color:#374151;font-size:15.5px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.section-content ol,.section-content ul{margin-left:1.2rem;list-style:disc}.section-content li{margin:.3rem 0}.section-content strong{color:#111827;font-weight:600}.section-content h3,.section-content h4{margin-top:1rem;margin-bottom:.5rem;font-weight:700;color:#111827}.analysis-plain{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;font-size:15.5px;color:#2d2d2d;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.75}.analysis-section::-webkit-scrollbar{width:0;height:0}