@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;font-family:Inter,-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:#fff;color:#111827;line-height:1.5}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}button{font-family:inherit;cursor:pointer;border:none;outline:none}input{font-family:inherit}a{color:inherit;text-decoration:none}*:focus-visible{outline:2px solid #FF9419;outline-offset:2px}::selection{background:#ff941933;color:#111827}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;background:#fff;font-family:Inter,-apple-system,sans-serif;position:relative;display:flex;flex-direction:column}.App-header{background:#fff;border-bottom:1px solid #f0f0f0;padding:1rem 0;position:relative;z-index:10}.App-header.login-header{display:none}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem}.header-logo{height:40px;width:auto}.header-wrapper{display:flex;align-items:center;justify-content:space-between}.user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #f0f0f0}.user-name{font-size:.9375rem;color:#333;font-weight:500}.logout-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:transparent;color:#666;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}.logout-button:hover{background:#f8f8f8;border-color:#ccc;color:#333}.main-container{max-width:1200px;margin:0 auto;padding:2rem;flex:1;width:100%}.hero-section{text-align:center;margin-bottom:2rem}.hero-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.375rem}.hero-subtitle{font-size:1.125rem;color:#666;font-weight:400}.search-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;border:1px solid #f0f0f0}.search-form{display:flex;gap:1rem;align-items:center}.search-input-wrapper{flex:1;position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#999}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;outline:none;transition:all .2s;font-family:inherit}.search-input:focus{border-color:#ff9419;box-shadow:0 0 0 3px #ff94191a}.search-input::placeholder{color:#aaa}.search-button{padding:.75rem 2rem;font-size:1rem;font-weight:500;background:#ff9419;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.search-button:hover:not(:disabled){background:#f08800;transform:translateY(-1px);box-shadow:0 4px 12px #ff94194d}.search-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.9375rem;display:flex;align-items:center;gap:.75rem}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;justify-content:space-between;align-items:center}.alert-content{display:flex;align-items:center;gap:.75rem}.alert-icon{width:20px;height:20px;flex-shrink:0}.download-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#22c55e;color:#fff;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s}.download-button:hover{background:#16a34a;transform:translateY(-1px)}.download-icon{width:16px;height:16px}.preview-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;border:1px solid #f0f0f0}.preview-header{padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0;background:#fafafa}.preview-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.preview-filename{font-size:.875rem;color:#666;margin-top:.25rem}.pdf-preview{background:#fafafa}.pdf-preview iframe{display:block;width:100%;height:1000px;border:none}.login-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:#fff;position:relative}.login-card{background:#fff;border-radius:12px;padding:2.5rem;max-width:420px;width:100%;position:relative;z-index:1;box-shadow:0 1px 3px #00000014,0 8px 24px #0000000f;border:1px solid #f0f0f0;text-align:center}.login-logo{height:36px;width:auto;margin-bottom:2rem}.login-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.375rem;letter-spacing:-.025em}.login-subtitle{font-size:.9375rem;color:#666;margin-bottom:0;line-height:1.5;font-weight:400}.login-divider{height:1px;background:#e9ecef;margin:1.75rem 0;width:100%}.login-signin-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.375rem}.login-signin-subtitle{font-size:.875rem;color:#6c757d;margin-bottom:1.75rem;font-weight:400}.google-login-wrapper{margin-bottom:1.25rem}.google-login-wrapper>div{transform:scale(1.05)}.login-note{font-size:.8125rem;color:#9ca3af;margin:0;margin-top:1.25rem}@media (max-width: 768px){.hero-title{font-size:1.5rem}.search-form{flex-direction:column}.search-input-wrapper{width:100%}.search-button{width:100%;justify-content:center}.alert-success{flex-direction:column;align-items:flex-start}.download-button{margin-top:.75rem;width:100%;justify-content:center}.pdf-preview iframe{height:700px}.login-card{padding:2rem;margin:1rem}.login-title{font-size:1.25rem}}
