*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;min-height:100%;overflow-x:hidden!important;font-family:Pretendard,system-ui,sans-serif;background:#f7f8fc}body{color:#1e1e1e}a{all:unset;cursor:pointer}button{all:unset;cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;padding:0}img{display:block;max-width:100%}body{margin:0;padding:0;background:#f7f8fc;font-family:Pretendard,sans-serif}.nav-right{opacity:.8}.hero-section{width:100%;padding-top:150px;text-align:center;background:linear-gradient(to bottom,#f2f4f9,#f7f8fc)}.hero-title{font-size:34px;font-weight:700;color:#1e1e1e;margin-bottom:12px}.hero-subtitle{font-size:16px;color:#555;font-weight:800}.hero-full-divider{width:100%;max-width:1000px;height:1px;background:#0000001f;margin:35px auto 10px}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:50px}.upload-wrapper{width:100%;max-width:1350px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.upload-container{margin-top:60px;width:100%;display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.upload-card{width:420px;padding:32px;background:#fff;border-radius:16px;text-align:center;box-shadow:0 8px 25px #0000000d}.card-title{font-size:17px;font-weight:600;color:#1e1e1e;margin-bottom:16px}.dropzone{width:100%;max-width:420px;height:170px;border:2px dashed #C7C7C7;border-radius:12px;display:flex;justify-content:center;align-items:center;padding:0 18px;color:#777;cursor:pointer;position:relative;transition:background .2s ease,border-color .2s ease}.dropzone:hover{background:#f2f4f8}.drag-active{background:#e9eeff;border-color:#3b63f6;color:#3b63f6}.dropzone-error{border-color:#ff4d4f!important;background:#fff1f0!important;animation:shake .25s ease}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-3px)}to{transform:translate(0)}}.file-input{opacity:0;position:absolute;inset:0;cursor:pointer}.placeholder,.file-name{max-width:360px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 10px}.placeholder{color:#777}.file-name{color:#000;font-weight:500}.file-hint{margin-top:6px;font-size:13px;color:#888}.error-text{margin-top:10px;font-size:13px;color:#d40000}.analyze-button{margin-top:70px;margin-bottom:60px;width:320px;padding:18px 0;display:flex;justify-content:center;align-items:center;border:none;border-radius:10px;background:#3b63f6;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:background .25s ease,transform .15s ease}.analyze-button:not(:disabled):hover{background:#2145e0;transform:translateY(-2px)}.analyze-button:disabled{background:#afc3f7;cursor:not-allowed}.footer{background:#1e2448;color:#fff;margin-top:80px}.footer-col p{margin:3px 0;opacity:.85;font-size:14px}.loading-overlay{position:fixed;inset:0;background:#ffffffb3;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-box{background:#fff;padding:20px 36px;border-radius:12px;text-align:center;box-shadow:0 5px 20px #00000026}.spinner{width:26px;height:26px;border:4px solid #ccc;border-top-color:#3b63f6;border-radius:50%;margin:0 auto 12px;animation:spin .8s linear infinite}.loading-text{font-size:14px;color:#333}.nav-left{cursor:pointer}.analyze-root{background:#f7f8fc;min-height:100vh;font-family:Pretendard,sans-serif}.navbar{width:100%;height:58px;background:#1e2448;color:#fff;padding:0 28px;display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:600}.home-button{position:fixed;top:72px;right:28px;padding:8px 14px;font-size:15px;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:.2s}.home-button:hover{background:#f2f2f2}.analyze-container{padding-top:110px;max-width:900px;width:calc(100% - 40px);margin:130px auto 0;text-align:center}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#3b63f6;border-radius:50%;margin:0 auto 25px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-title{font-size:24px;font-weight:700;margin-bottom:40px}.steps-wrapper{width:100%;display:flex;flex-direction:column;gap:18px}.step-box{width:100%;padding:18px 20px;background:#fff;border:1px solid #dddddd;border-radius:12px;position:relative;font-size:16px;text-align:left;opacity:.6;transition:.25s}.step-box.active{border-color:#3b63f6;opacity:1;background:#f5f7ff}.step-box.completed{background:#e7f9ef;border-color:#25c76f;opacity:1}.check-circle{width:24px;height:24px;border-radius:50%;background:#25c76f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.result-root{background:#f7f8fc;min-height:100vh;font-family:Pretendard,sans-serif}.navbar{width:100%;height:58px;background:#1e2448;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px;font-size:17px;font-weight:600}.nav-right{opacity:.85}.result-container{max-width:1000px;width:calc(100% - 40px);margin:110px auto 80px}.result-hero{text-align:center;margin-bottom:36px}.result-title{font-size:30px;font-weight:800;color:#1e1e1e;margin-bottom:10px}.result-subtitle{font-size:15px;color:#666}.result-divider{width:100%;max-width:900px;height:1px;background:#0000001a;margin:26px auto 0}.empty-card{background:#fff;border-radius:16px;padding:40px 28px;text-align:center;box-shadow:0 6px 18px #00000014}.summary-card{display:flex;gap:32px;background:#fff;padding:30px 32px;border-radius:18px;box-shadow:0 6px 20px #00000014;margin-bottom:48px}.summary-left{flex:1.1;padding-right:28px;border-right:1px solid rgba(0,0,0,.06)}.summary-label{font-size:13px;color:#888;margin-bottom:6px}.summary-score{font-size:46px;font-weight:800;color:#222}.summary-score-unit{font-size:20px;margin-left:4px;color:#555}.summary-caption{margin-top:8px;font-size:13px;color:#777}.summary-right{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-top:4px}.summary-stat-row{display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-bottom:10px}.summary-stat-row .dot{width:9px;height:9px;border-radius:50%;margin-right:6px}.summary-stat-row span:nth-child(2){flex:1}.summary-stat-row.fulfilled .dot{background:#0d8a42}.summary-stat-row.partial .dot{background:#b87900}.summary-stat-row.not .dot{background:#d04848}.download-btn{align-self:flex-end;margin-top:16px;padding:11px 22px;background:#3b63f6;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .22s ease,transform .15s ease}.download-btn:hover{background:#2a4aec;transform:translateY(-2px)}.detail-header{margin-bottom:16px}.detail-title{font-size:22px;font-weight:700;margin-bottom:4px}.detail-subtitle{font-size:13px;color:#777}.result-list{display:flex;flex-direction:column;gap:16px}.result-item{padding:18px 20px 16px;background:#fff;border-radius:14px;box-shadow:0 4px 14px #0000000f;cursor:pointer;transition:transform .12s ease,box-shadow .16s ease}.result-item:hover{transform:translateY(-2px);box-shadow:0 7px 20px #0000001a}.result-main{display:flex;align-items:flex-start}.requirement-text{font-size:15px;font-weight:600;color:#222;padding-right:76px}.result-preview{margin-top:8px;font-size:13px;color:#777}.status-badge{padding:6px 12px;font-size:12px;font-weight:700;border-radius:999px;margin-left:auto;white-space:nowrap}.status-FULFILLED{background:#dbf4e4;color:#0d8a42}.status-PARTIAL{background:#fff3ce;color:#b87900}.status-NOT_FULFILLED{background:#ffe0e0;color:#d04848}.modal-bg{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s;z-index:999}.modal-box{background:#fff;padding:28px 26px;border-radius:16px;width:94%;max-width:540px;animation:slideUp .25s ease;box-shadow:0 14px 30px #00000026}.modal-title{font-size:22px;font-weight:700;margin-bottom:20px}.modal-section{margin-bottom:18px}.modal-section p{margin-top:6px;font-size:14px;line-height:1.6;color:#333}.modal-close{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;background:#4a6cff;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:.2s}.modal-close:hover{background:#3e5ae1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.restart-btn{width:100%;padding:14px 0;border:none;border-radius:12px;background:#e0e0e0;color:#222;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;margin-top:36px;cursor:pointer;transition:background .2s ease,transform .12s ease}.restart-btn:hover{background:#d5d5d5;transform:translateY(-1px)}.restart-btn.primary{max-width:260px;margin:22px auto 0;background:#3b63f6;color:#fff}.restart-btn.primary:hover{background:#2a4aec}.footer{background:#1e2448;color:#fff;padding:60px 0;margin-top:80px}.footer-inner{width:calc(100% - 40px);max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap}.footer-col h4{margin-bottom:6px;font-size:17px}.footer-col p{margin:3px 0;font-size:14px;opacity:.85}
