*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}button{font-family:inherit}a{font-weight:500;text-decoration:inherit}h1,h2,h3,h4,h5,h6{font-weight:600}*{scroll-behavior:smooth}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;transition:all .3s ease}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s;flex-shrink:0}.logo:hover{transform:scale(1.02)}.logo-icon-wrapper{width:32px;height:32px;color:#14b8a6;display:flex;align-items:center;justify-content:center}.logo-icon-wrapper svg{width:100%;height:100%}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#14b8a6,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.nav-link{color:#475569;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s;position:relative;white-space:nowrap}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,#14b8a6,#0d9488);transition:width .3s ease}.nav-link:hover{color:#1e293b}.nav-link:hover:after{width:100%}.btn-contact{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;padding:.75rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #14b8a64d;white-space:nowrap}.btn-contact:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666}.user-menu{display:flex;align-items:center;gap:1rem}.user-name{color:#374151;font-weight:500;font-size:.9rem}.btn-logout{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.btn-logout:hover{background:#dc2626}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;flex-shrink:0}.menu-toggle span{width:24px;height:2px;background:#1e293b;transition:all .3s ease;border-radius:2px}@media(max-width:768px){.header-container{padding:1rem 1.5rem}.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.5rem;box-shadow:0 10px 40px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;pointer-events:all}.nav-link{font-size:1.1rem}.btn-contact{width:100%}}.search-bar{display:flex;align-items:center;width:100%;background:linear-gradient(135deg,#f8fafc52,#ffffff2e);border-radius:20px;box-shadow:0 18px 35px #0f172a14;padding:.85rem 1.15rem;gap:.9rem;flex-wrap:wrap;transition:border .2s ease,box-shadow .2s ease,transform .2s ease;border:1px solid rgba(148,163,184,.2);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.search-field{flex:1 1 320px;display:flex;align-items:center;gap:.75rem;background:#ffffffd1;border-radius:16px;padding:.6rem .95rem;border:1px solid rgba(148,163,184,.32);box-shadow:inset 0 1px #fff9}.search-bar.focused{transform:translateY(-2px);box-shadow:0 24px 45px #0ea5e926;border-color:#38bdf859}.search-icon{color:#64748be6;display:flex;align-items:center}.search-input{flex:1;border:none;font-size:1.05rem;color:#0f172a;outline:none;background:transparent;min-width:0}.search-input::placeholder{color:#94a3b8}.search-shortcuts{display:flex;gap:.5rem;padding-top:.75rem;margin-left:0;border-left:none;border-top:1px solid rgba(148,163,184,.18);flex:1 1 100%;justify-content:flex-start;flex-wrap:wrap}.shortcut-btn{padding:.5rem 1rem;background:#ffffffb3;border:none;border-radius:999px;font-size:.82rem;color:#0f172aa6;cursor:pointer;transition:all .2s;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shortcut-btn:hover,.shortcut-btn:focus-visible{background:#0ea5e929;color:#0f172a}.search-button{padding:.75rem 1.9rem;background:linear-gradient(135deg,#2563eb,#6366f1 60%,#8b5cf6);color:#fff;border:none;border-radius:14px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap;box-shadow:0 12px 28px #6366f140}.search-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px #6366f152}@media(max-width:768px){.search-bar{flex-direction:column;padding:1.25rem;gap:1rem;align-items:stretch}.search-input{font-size:1rem;width:100%}.search-shortcuts{padding-top:.75rem}.shortcut-btn{flex:1 1 auto;text-align:center}.search-button{width:100%;padding:1rem}.search-icon{display:none}}.statistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:linear-gradient(150deg,#ecfcffcc,#eef2fff2);border:1px solid rgba(148,163,184,.3);border-radius:22px;padding:1.6rem;box-shadow:0 16px 36px #4f46e529;display:flex;flex-direction:column;gap:.5rem;transition:transform .25s ease,box-shadow .25s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stat-card:hover{transform:translateY(-3px);box-shadow:0 22px 40px #3b82f638}.stat-value{font-size:2.2rem;font-weight:700;color:#0f172a}.stat-label{font-size:.95rem;font-weight:600;color:#0f172ab3}.stat-trend{font-size:.8rem;font-weight:500;color:#4f46e5cc}@media(max-width:768px){.stat-card{text-align:center}.stat-value{font-size:2rem}}.hero{position:relative;overflow:hidden;margin-top:80px;padding:clamp(6rem,10vw,9rem) 0 clamp(5rem,8vw,7rem)}.hero-background{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,#e0fafa,#dbe9ff,#ecddff)}.hero-gradient{position:absolute;inset:0;background:radial-gradient(at 20% 20%,rgba(20,184,166,.2),transparent 45%),radial-gradient(at 80% 10%,rgba(99,102,241,.18),transparent 40%),radial-gradient(at 80% 80%,rgba(59,130,246,.18),transparent 40%)}.hero-orb{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(100px);opacity:.35}.hero-orb--one{bottom:-120px;left:-160px;background:#14b8a6}.hero-orb--two{top:-160px;right:-120px;background:#6366f1}.hero-inner{position:relative;z-index:1;width:min(1240px,92vw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:clamp(3rem,6vw,6rem)}.hero-copy{flex:1;max-width:560px;display:flex;flex-direction:column;gap:1.75rem}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem 1.4rem;border-radius:999px;background:#0f766e1f;border:1px solid rgba(14,116,144,.2);color:#0f766e;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.hero-badge-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#0ea5e9);display:inline-flex}.hero-title{font-size:clamp(2.8rem,4vw,3.8rem);line-height:1.08;font-weight:800;color:#0f172a}.title-highlight{display:inline;background:linear-gradient(135deg,#f97316,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;line-height:1.7;color:#0f172ab8;max-width:520px}.hero-actions{display:flex;flex-direction:column;gap:.85rem}.hero-actions .search-bar{max-width:640px}.hero-footnote{font-size:.9rem;color:#0f172a8c}.hero-benefits{display:flex;flex-wrap:wrap;gap:.75rem}.benefit-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;background:#ffffffe6;border-radius:999px;border:1px solid rgba(148,163,184,.4);color:#0f172abf;font-size:.9rem;font-weight:500;box-shadow:0 10px 30px #0f172a14}.hero-benefits .benefit-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:#14b8a6e6}.hero-visual{flex:1;max-width:540px;margin-left:auto;display:grid;gap:1.75rem;justify-items:stretch}.hero-card{padding:2.4rem;border-radius:28px;background:linear-gradient(150deg,#ffffff80,#ffffffd9);border:1px solid rgba(148,163,184,.28);box-shadow:0 26px 56px #4f46e52e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:1.5rem}.hero-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#0f172a8c;font-weight:600}.hero-card-pill{padding:.3rem .75rem;border-radius:999px;background:#ec48991f;color:#db2777;font-size:.75rem;letter-spacing:.06em}.hero-card-title{font-size:1.35rem;font-weight:700;color:#0f172a;line-height:1.35}.hero-card-copy{color:#0f172a9e;line-height:1.6;font-size:.95rem}.hero-card-progress{display:flex;gap:.75rem;flex-wrap:wrap}.hero-card-step{padding:.6rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;border:1px solid rgba(148,163,184,.35);color:#0f172a99;background:#f8fafce6}.hero-card-step--done{background:#10b9811a;color:#0f766e;border-color:#10b98140}.hero-card-step--active{background:#6366f11f;color:#4f46e5;border-color:#6366f14d}.hero-metrics{padding:1.75rem;border-radius:26px;background:linear-gradient(150deg,#f4f4ffa6,#f6feffd1);border:1px solid rgba(148,163,184,.3);box-shadow:0 18px 44px #6366f12e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media(max-width:1080px){.hero-inner{flex-direction:column;align-items:flex-start}.hero-copy{max-width:none}.hero-visual{width:100%}}@media(max-width:768px){.hero{padding:6rem 0 5rem}.hero-inner{width:min(94vw,640px)}.hero-actions{gap:.7rem}.hero-benefits{gap:.5rem}.hero-card{padding:2rem;border-radius:24px}}.demo-section{background:#f8fafc;padding:6rem 2rem;position:relative}.demo-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.demo-visual{position:relative}.demo-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;overflow:hidden;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .3s ease}.demo-card:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.demo-card-header{background:#f1f5f9;padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem}.demo-card-dots{display:flex;gap:.5rem}.demo-card-dots span{width:12px;height:12px;border-radius:50%;background:#cbd5e1}.demo-card-dots span:nth-child(1){background:#ef4444}.demo-card-dots span:nth-child(2){background:#f59e0b}.demo-card-dots span:nth-child(3){background:#10b981}.demo-card-content{padding:2rem}.demo-line{height:12px;background:#e2e8f0;border-radius:6px;margin-bottom:1rem}.demo-line.short{width:60%}.demo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.demo-grid-item{height:80px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:8px}.demo-content{max-width:600px}.demo-label{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.demo-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;line-height:1.2}.demo-description{font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:2.5rem}.demo-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.demo-feature{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:2rem;flex-shrink:0}.demo-feature h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.demo-feature p{font-size:.95rem;color:#64748b;margin:0}.demo-actions{display:flex;gap:1rem}.btn-primary{padding:1rem 2rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #14b8a64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666}.btn-secondary{padding:1rem 2rem;background:#fff;color:#14b8a6;border:2px solid #14b8a6;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#f0fdfa;transform:translateY(-2px)}@media(max-width:1024px){.demo-container{grid-template-columns:1fr;gap:3rem}.demo-card{transform:none}}@media(max-width:768px){.demo-section{padding:4rem 1.5rem}.demo-title{font-size:2rem}.demo-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.features-section{background:#fff;padding:8rem 2rem}.features-container{max-width:1400px;margin:0 auto}.features-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.section-label{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.features-title{font-size:3rem;font-weight:800;color:#1e293b;line-height:1.2;margin-bottom:1.5rem}.features-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-card{padding:2.5rem;border-radius:20px;background:#f8fafc;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-8px);background:#fff;border-color:#e2e8f0;box-shadow:0 20px 60px #0000001a}.feature-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg)}.feature-icon{font-size:2rem}.feature-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.feature-description{font-size:1rem;color:#64748b;line-height:1.7}@media(max-width:1024px){.features-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.features-section{padding:5rem 1.5rem}.features-header{margin-bottom:3rem}.features-title{font-size:2rem}.features-subtitle{font-size:1.1rem}.feature-card{padding:2rem}}.filter-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 0}.filter-container{max-width:1400px;margin:0 auto;padding:0 2rem}.filter-group{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem}.filter-item{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px}.filter-select,.filter-input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#1e293b;background:#fff;cursor:pointer;transition:all .2s ease;font-family:inherit}.filter-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2314b8a6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.filter-select:hover,.filter-input:hover{border-color:#14b8a6;background-color:#f0fdfa}.filter-select:focus,.filter-input:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a;background-color:#fff}.filter-input[type=date]{cursor:pointer}.filter-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(.5) sepia(1) saturate(5) hue-rotate(140deg)}.filter-input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.filter-actions{display:flex;justify-content:flex-end;gap:1rem;align-items:center}.btn-clear-filters{padding:.875rem 1.5rem;background:transparent;border:2px solid #cbd5e1;border-radius:10px;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-clear-filters:hover{border-color:#94a3b8;color:#475569;background:#f8fafc}@media(max-width:1200px){.filter-group{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.filter-container{padding:0 1rem}.filter-bar{padding:1.25rem 0}.filter-group{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}.filter-actions{flex-direction:column;align-items:stretch}.btn-clear-filters{width:100%;justify-content:center}}@media(max-width:480px){.filter-label{font-size:.8rem}.filter-select,.filter-input{padding:.75rem .875rem;font-size:.9rem}}.tender-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #e2e8f0;cursor:pointer}.tender-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.tender-card-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.tender-title{font-size:1.25rem;font-weight:700;color:#14b8a6;margin:0;cursor:pointer}.tender-title:hover{text-decoration:underline}.tender-card-body{margin-bottom:1.5rem}.tender-info-row{display:flex;gap:1rem;margin-bottom:1rem;align-items:flex-start;min-width:0}.info-label{font-size:.9rem;font-weight:600;color:#64748b;min-width:120px;flex-shrink:0}.info-value{font-size:.95rem;color:#1e293b;flex:1;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;overflow:visible;text-overflow:clip;min-width:0}.tender-details{display:flex;flex-wrap:wrap;gap:2rem;padding-top:1rem;margin-top:1rem;border-top:1px solid #e2e8f0}.tender-detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.85rem;color:#94a3b8;font-weight:500}.detail-value{font-size:1rem;color:#1e293b;font-weight:600}.tender-card-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-follow{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.btn-follow:hover{border-color:#14b8a6;color:#14b8a6;background:#f0fdfa}.btn-follow.followed{background:#fef2f2;border-color:#f87171;color:#dc2626}.btn-follow.followed:hover{background:#fee2e2;border-color:#ef4444}.btn-view{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #14b8a64d}.btn-view:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666}@media(max-width:768px){.tender-card{padding:1.5rem}.tender-title{font-size:1.1rem}.tender-info-row{flex-direction:column;gap:.5rem}.info-label{min-width:unset}.tender-details{flex-direction:column;gap:1rem}.tender-card-actions{flex-direction:column}.btn-follow,.btn-view{width:100%;justify-content:center}}.demo-banner{display:flex;align-items:center;gap:1.5rem;background:linear-gradient(135deg,#ccfbf1,#99f6e4);border:2px solid #5eead4;border-radius:12px;padding:2rem;margin:1.5rem 0;box-shadow:0 4px 12px #14b8a626}.demo-banner-icon{position:relative;flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.demo-banner-icon svg{color:#14b8a6;z-index:1}.chart-bars{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;align-items:flex-end;gap:2px;height:20px;width:24px}.chart-bars .bar{width:4px;background:#14b8a6;border-radius:2px 2px 0 0;opacity:.7}.demo-banner-content{flex:1}.demo-banner-title{font-size:1.5rem;font-weight:700;color:#0f766e;margin-bottom:.5rem}.demo-banner-text{font-size:1rem;color:#134e4a;line-height:1.5;margin:0}.btn-demo-request{padding:1rem 2rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #14b8a64d;flex-shrink:0}.btn-demo-request:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666}@media(max-width:768px){.demo-banner{flex-direction:column;text-align:center;padding:1.5rem}.demo-banner-content{width:100%}.demo-banner-title{font-size:1.25rem}.btn-demo-request{width:100%}}.tender-list-container{max-width:1400px;margin:0 auto;padding:2rem}.tender-list{display:flex;flex-direction:column;gap:1.5rem}.results-header{margin-bottom:1.5rem}.results-count{font-size:.95rem;color:#64748b;margin:0}.no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.no-results p{font-size:1.25rem;color:#475569;margin-bottom:.5rem}.no-results-hint{font-size:1rem;color:#94a3b8}.loading-state,.error-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.spinner{border:4px solid #f1f5f9;border-top:4px solid #14b8a6;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-state p,.error-state p{font-size:1.1rem;color:#475569;margin-bottom:1rem}.btn-retry{padding:.75rem 1.5rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-retry:hover{transform:translateY(-2px);box-shadow:0 4px 12px #14b8a64d}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.pagination-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#14b8a6;color:#14b8a6;background:#f0fdfa}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.95rem;color:#64748b;font-weight:500}@media(max-width:768px){.tender-list-container{padding:1rem}.tender-list{gap:1rem}.pagination{flex-direction:column;gap:.75rem}.pagination-btn{width:100%}}.browse-bids-page{min-height:100vh;background:#f8fafc;padding-top:80px}.browse-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:0}.browse-search-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.browse-search-container .search-bar{margin:0;box-shadow:0 2px 8px #00000014;max-width:100%}.breadcrumbs{max-width:1400px;margin:0 auto;padding:1rem 2rem;font-size:.9rem;color:#64748b;display:flex;gap:.5rem;align-items:center;background:#f8fafc}.breadcrumbs span:last-child{color:#1e293b;font-weight:500}.section-header{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.section-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.search-results-info{color:#64748b;margin-bottom:1rem;font-size:.95rem}.search-results-info strong{color:#14b8a6;font-weight:600}@media(max-width:768px){.browse-search-container,.breadcrumbs,.section-header{padding:1rem}.section-header h1{font-size:1.5rem}}.bid-detail-page{min-height:100vh;background:radial-gradient(circle at 10% 10%,#ecfdf5e6,#f0f9ff99 45%,#f1f5f9);padding:104px 0 72px}.bid-detail-shell{width:min(1320px,95vw);margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:24px}.page-actions{display:flex;justify-content:space-between;align-items:center}.surface-card{background:#ffffffeb;border-radius:24px;padding:32px;box-shadow:0 24px 60px #0f172a14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr);gap:32px;background:linear-gradient(135deg,#14b8a624,#4f46e51f);border:1px solid rgba(14,116,144,.08)}.hero-main{display:flex;flex-direction:column;gap:18px}.status-pill{align-self:flex-start;padding:8px 16px;border-radius:999px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#0f766e1f;color:#0f766e}.status-pill--success{background:#16a34a29;color:#166534}.status-pill--warning{background:#eab3082e;color:#92400e}.status-pill--danger{background:#dc26262e;color:#b91c1c}.status-pill--idle{background:#94a3b833;color:#475569}.hero-title{font-size:clamp(2rem,2.6vw,2.6rem);font-weight:700;color:#0f172a;line-height:1.15}.hero-subtitle{font-size:1.05rem;color:#0f172ab3}.hero-tags{display:flex;flex-wrap:wrap;gap:12px}.hero-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#0f172a0a;border-radius:12px;font-size:.9rem;font-weight:500;color:#0f172ab3}.hero-tag--link{color:#0f766e;border:1px solid rgba(20,184,166,.3);background:#f0fdfacc;text-decoration:none;transition:all .2s ease}.hero-tag--link:hover{background:#14b8a624;color:#0d9488}.hero-cta{display:flex;flex-wrap:wrap;gap:12px}.prepare-docs-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:14px 22px;border-radius:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 18px 30px #10b98140}.prepare-docs-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 24px 38px #10b98147}.prepare-docs-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.primary-btn,.secondary-btn,.ghost-btn{border-radius:14px;font-size:.95rem;font-weight:600;padding:14px 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;cursor:pointer;text-decoration:none}.primary-btn{background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;border:none;box-shadow:0 18px 30px #6366f140}.primary-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 24px 38px #6366f147}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.secondary-btn{background:#0f172a0a;color:#0f172a;border:1px solid rgba(148,163,184,.3)}.secondary-btn:hover{background:#0f172a14}.ghost-btn{background:transparent;color:#0f766e;border:1px solid rgba(14,116,144,.18)}.ghost-btn:hover{background:#14b8a61f;color:#0d9488}.hero-metrics{display:grid;gap:16px}.metric-card{padding:20px;border-radius:18px;background:#ffffffb8;border:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;gap:6px}.metric-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#0f172a80;font-weight:600}.metric-value{font-size:1.35rem;font-weight:700;color:#0f172a}.metric-footnote{font-size:.85rem;color:#0f172a8c}.page-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:28px}.grid-column{display:flex;flex-direction:column;gap:24px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.eyebrow-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#0f172a80;font-weight:600}.insight-card,.timeline-card,.document-card{border:1px solid rgba(148,163,184,.16)}.insight-placeholder,.insight-loading,.insight-error{padding:24px;background:#f0f9ff99;border-radius:18px;text-align:left;display:flex;flex-direction:column;gap:12px;color:#0f172abf}.insight-placeholder h3{font-size:1.25rem;font-weight:600;color:#0f172a}.insight-content{display:flex;flex-direction:column;gap:18px}.summary-rich-text{color:#0f172abf;line-height:1.75;font-size:.98rem}.summary-rich-text strong{color:#0f172a}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.summary-card{background:#0f172a0a;border:1px solid rgba(148,163,184,.24);border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px;min-height:180px}.summary-card h3{font-size:1.05rem;font-weight:600;color:#0f172a;margin:0}.summary-card-body{display:flex;flex-direction:column;gap:10px;color:#0f172abf;font-size:.95rem}.summary-line{display:flex;flex-direction:column;gap:2px}.summary-key{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#0f172a8c}.summary-value{font-weight:600;color:#0f172a}.summary-bullet{position:relative;padding-left:16px}.summary-bullet:before{content:"";position:absolute;left:4px;top:10px;width:6px;height:6px;border-radius:50%;background:#4f46e599}.timeline{list-style:none;margin:0;padding:0;display:grid;gap:18px}.timeline-item{position:relative;padding-left:28px;display:flex;flex-direction:column;gap:4px;color:#0f172abf}.timeline-item:before{content:"";position:absolute;left:10px;top:6px;width:12px;height:12px;border-radius:50%;background:#94a3b880}.timeline-item:after{content:"";position:absolute;left:15px;top:22px;bottom:-22px;width:2px;background:#94a3b84d}.timeline-item:last-child:after{display:none}.timeline-item--done:before{background:linear-gradient(135deg,#22c55e,#0ea5e9);box-shadow:0 0 0 4px #22c55e2e}.timeline-item--current:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 0 0 4px #6366f133}.timeline-title{font-weight:600;color:#0f172a}.timeline-meta{font-size:.9rem;color:#0f172a99}.pdf-preview{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(148,163,184,.2);background:#0f172a08;min-height:420px}.pdf-iframe{width:100%;height:100%;border:none}.pdf-footnote{margin-top:20px;display:flex;flex-direction:column;gap:16px;color:#0f172aa6}.pdf-actions{display:flex;flex-wrap:wrap;gap:12px}.document-empty{padding:28px;text-align:center;border-radius:18px;background:#f8fafccc;color:#0f172ab3;border:1px dashed rgba(148,163,184,.4)}.loading-card{height:320px;display:grid;align-content:center;gap:18px}.skeleton{display:block;width:100%;background:linear-gradient(90deg,#e2e8f0e6,#f1f5f999,#e2e8f0e6);background-size:200% 100%;animation:shimmer 1.6s infinite;border-radius:14px}.skeleton-pill{width:140px;height:32px}.skeleton-title{height:36px}.skeleton-subtitle{height:24px;width:60%}.skeleton-block{height:120px}.spinner{border:3px solid rgba(148,163,184,.2);border-top:3px solid #0ea5e9;border-radius:999px;width:42px;height:42px;animation:spin .9s linear infinite;margin:0 auto}.error-card{text-align:center;gap:12px;display:flex;flex-direction:column;align-items:center}.error-card h2{font-size:1.6rem;font-weight:600;color:#0f172a}.error-card p{color:#0f172ab3}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:1080px){.hero-card{grid-template-columns:1fr}.hero-metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.page-grid{grid-template-columns:1fr}}@media(max-width:768px){.bid-detail-page{padding-top:88px}.bid-detail-shell{padding:0 16px}.surface-card{padding:24px;border-radius:20px}.hero-title{font-size:1.9rem}.hero-cta{width:100%}.hero-cta>*{flex:1 1 auto}.metric-card{padding:16px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(min-width:1440px){.bid-detail-shell{width:min(1420px,92vw)}.page-grid{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr)}}.vault-container{min-height:100vh;background:radial-gradient(circle at 10% 10%,#ecfdf573,#dbeafe59 45%,#f8fafc);padding:clamp(3rem,7vw,5rem) clamp(1rem,8vw,4rem);display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.5rem)}.vault-header{text-align:center;display:grid;gap:1.25rem}.vault-header h1{font-size:clamp(2.4rem,4vw,3.1rem);color:#0f172a;letter-spacing:-.02em}.vault-header p{font-size:1.1rem;color:#0f172aad;max-width:560px;margin:0 auto;line-height:1.65}.vault-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(1.5rem,3vw,2.5rem)}.vault-collection{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;border-radius:24px;background:#ffffffeb;border:1px solid rgba(148,163,184,.24);box-shadow:0 28px 50px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vault-collection__header{display:flex;justify-content:space-between;gap:1.5rem;align-items:center}.vault-collection__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:#0f172a7a;font-weight:600;margin-bottom:.35rem}.vault-collection h2{font-size:1.45rem;color:#0f172a;margin:0}.vault-collection__status{font-size:.9rem;font-weight:600;color:#4f46e5d9;background:#3b82f61f;border-radius:999px;padding:.4rem .9rem}.vault-items{display:flex;flex-direction:column;gap:1rem}.vault-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;background:#f8fafcb8;border-radius:18px;border:1px solid rgba(226,232,240,.6);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.vault-item:hover{transform:translateY(-2px);box-shadow:0 16px 24px #0f172a14}.vault-item--uploaded{background:linear-gradient(135deg,#ecfdf5cc,#f0fdfa99);border-color:#22c55e4d}.vault-item--uploaded:hover{border-color:#22c55e80}.vault-item__content{display:flex;flex-direction:column;gap:.3rem;flex:1}.vault-item__title-row{display:flex;align-items:center;gap:.75rem}.vault-item__title{font-weight:600;color:#0f172a}.vault-item__checkmark{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.vault-item__hint{font-size:.85rem;color:#0f172a8c}.vault-item__error{font-size:.8rem;color:#dc2626;margin-top:.2rem;font-weight:500}.btn-upload{background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:12px;font-size:.88rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 12px 24px #6366f140;white-space:nowrap;min-width:100px;display:inline-flex;align-items:center;justify-content:center}.btn-upload:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px #6366f14d}.btn-upload:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-upload--success{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 12px 24px #22c55e40}.btn-upload--success:hover:not(:disabled){box-shadow:0 16px 30px #22c55e4d}.btn-upload--loading{background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:0 12px 24px #94a3b840}.upload-spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vault-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,3vw,2rem)}.stat-card{padding:2rem;border-radius:24px;background:#fffffff0;border:1px solid rgba(148,163,184,.24);box-shadow:0 24px 45px #0f172a1a;display:flex;flex-direction:column;gap:1rem}.stat-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.stat-card h3{font-size:1.2rem;color:#0f172a;margin:0}.stat-chip{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px;background:#3b82f626;color:#2563eb}.stat-chip--success{background:#22c55e2e;color:#15803d}.stat-chip--warning{background:#eab3082e;color:#92400e}.stat-card--progress{position:relative;overflow:hidden}.progress-bar{width:100%;height:12px;background:#e2e8f0b3;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#22c55e,#16a34a);transition:width .35s ease;border-radius:inherit}.stat-progress{display:flex;align-items:baseline;gap:.8rem}.stat-progress__value{font-size:2.4rem;font-weight:700;color:#0f172a}.stat-progress__label{color:#0f172a94;font-size:.92rem}.btn-secondary{align-self:flex-start;background:transparent;border:1px solid rgba(148,163,184,.5);color:#0f172a;padding:.65rem 1.2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{border-color:#3b82f673;color:#2563eb}.stat-number{font-size:3rem;font-weight:700;color:#2563eb}.stat-card small{color:#0f172a99}.stat-pill-group{display:flex;flex-wrap:wrap;gap:.6rem}.stat-pill{padding:.4rem .8rem;border-radius:999px;background:#ecfeffb3;border:1px solid rgba(148,163,184,.3);font-size:.82rem;color:#0f172aa6}@media(max-width:768px){.vault-container{padding:2.5rem 1.25rem}.vault-collection{padding:1.75rem}.vault-collection__header,.vault-item{flex-direction:column;align-items:flex-start}.btn-upload{width:100%;justify-content:center}}.vault-item__validation{n font-size: .8rem;n font-weight: 500;n margin-top: 4px;n display: block;n}.vault-item__title-row{n display: flex;n align-items: center;n justify-content: space-between;n}nn.vault-item__delete{n background: #ef4444;n color: white;n border: none;n border-radius: 50%;n width: 20px;n height: 20px;n font-size: 12px;n cursor: pointer;n display: flex;n align-items: center;n justify-content: center;n margin-left: 8px;n}nn.vault-item__delete:hover{n background: #dc2626;n}nn.vault-item__validation{n font-size: .8rem;n font-weight: 500;n margin-top: 4px;n display: block;n}nn.vault-item__validation.valid{n color: #10b981;n}nn.vault-item__validation.invalid{n color: #ef4444;n}.analyzer-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}.analyzer-header{text-align:center;margin-bottom:3rem}.analyzer-header h1{font-size:2.5rem;color:#1a365d;margin-bottom:.5rem}.analyzer-header p{font-size:1.1rem;color:#64748b}.input-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.pdf-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.pdf-input:focus{outline:none;border-color:#3b82f6}.analyze-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.analyze-btn:hover:not(:disabled){background:#2563eb}.analyze-btn:disabled{background:#9ca3af;cursor:not-allowed}.results-section{display:grid;gap:2rem}.result-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.result-card h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.tender-info{display:grid;gap:1rem}.info-item{display:flex;gap:.5rem}.info-item strong{min-width:100px;color:#374151}.score-display{display:flex;align-items:center;gap:3rem}.score-circle{width:120px;height:120px;border:8px solid;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.score-number{font-size:2rem;font-weight:700;color:#1f2937}.score-label{font-size:.875rem;color:#6b7280}.score-details{display:flex;gap:2rem}.score-item{text-align:center}.score-count{display:block;font-size:1.5rem;font-weight:700;color:#1f2937}.score-text{font-size:.875rem;color:#6b7280}.recommendation{padding:1.5rem;border-left:4px solid;background:#f9fafb;border-radius:0 8px 8px 0}.rec-action{font-weight:700;font-size:1.1rem;color:#1f2937;margin-bottom:.5rem}.rec-message{color:#4b5563;line-height:1.6}.doc-status{display:grid;gap:2rem}.doc-section h3{font-size:1.1rem;margin-bottom:1rem;color:#374151}.doc-item{padding:.75rem;border-radius:6px;margin-bottom:.5rem}.doc-item.available{background:#f0fdf4;border:1px solid #bbf7d0}.doc-item.missing{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.doc-required{font-weight:500}.doc-available{color:#059669;font-size:.875rem}.eligibility-list{display:grid;gap:1rem}.eligibility-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.eligibility-item.eligible{background:#f0fdf4;border-color:#bbf7d0}.eligibility-item.missing_documents{background:#fef2f2;border-color:#fecaca}.eligibility-item.needs_verification{background:#fffbeb;border-color:#fed7aa}.eligibility-criteria{font-weight:500;color:#374151}.eligibility-status{font-size:.875rem;font-weight:600;text-transform:capitalize}.generated-docs{display:grid;gap:1.5rem}.doc-preview{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.doc-preview h3{background:#f9fafb;padding:1rem;margin:0;font-size:1.1rem;color:#374151;border-bottom:1px solid #e5e7eb}.bid-content{padding:1.5rem;background:#fafafa;font-family:monospace;font-size:.875rem;line-height:1.6;color:#4b5563;white-space:pre-wrap}.download-btn{background:#059669;color:#fff;border:none;padding:.75rem 1.5rem;margin:1rem;border-radius:6px;cursor:pointer;font-weight:500}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-secondary{background:#f59e0b;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-outline{background:transparent;color:#374151;border:2px solid #d1d5db;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer}@media(max-width:768px){.analyzer-container{padding:1rem}.score-display{flex-direction:column;gap:2rem}.action-buttons{flex-direction:column}}.bid-prep-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}.prep-header{text-align:center;margin-bottom:3rem}.prep-header h1{font-size:2.5rem;color:#1a365d;margin-bottom:.5rem}.prep-header p{font-size:1.1rem;color:#64748b}.vault-status-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;border:1px solid #e5e7eb}.vault-status-card h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem}.status-display{display:flex;align-items:center;gap:3rem;margin-bottom:2rem}.completeness-circle{width:120px;height:120px;border:8px solid;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.completeness-number{font-size:2rem;font-weight:700;color:#1f2937}.completeness-label{font-size:.875rem;color:#6b7280}.status-details{display:flex;gap:2rem}.status-item{text-align:center}.status-count{display:block;font-size:1.5rem;font-weight:700;color:#1f2937}.status-text{font-size:.875rem;color:#6b7280}.ready-badge{background:#dcfce7;color:#166534;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;border:1px solid #bbf7d0}.not-ready-badge{background:#fef2f2;color:#dc2626;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;border:1px solid #fecaca}.prep-form-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;border:1px solid #e5e7eb}.prep-form-card h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.tender-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.tender-input:focus{outline:none;border-color:#3b82f6}.prepare-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.prepare-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.prepare-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.error-message{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:8px;border:1px solid #fecaca;margin-bottom:2rem}.bid-package-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.package-header{margin-bottom:2rem}.package-header h2{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.generation-info{color:#6b7280;font-size:.875rem}.documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.doc-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fafafa}.doc-card h3{background:#f3f4f6;padding:1rem;margin:0;font-size:1.1rem;color:#374151;border-bottom:1px solid #e5e7eb}.doc-preview{padding:1rem;font-family:monospace;font-size:.875rem;line-height:1.5;color:#4b5563;background:#fff;height:120px;overflow:hidden;white-space:pre-wrap}.download-btn{background:#059669;color:#fff;border:none;padding:.75rem 1rem;width:100%;cursor:pointer;font-weight:500;transition:background-color .2s}.download-btn:hover{background:#047857}.package-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#f59e0b;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background:#d97706}.btn-outline{background:transparent;color:#374151;border:2px solid #d1d5db;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#f3f4f6;border-color:#9ca3af}@media(max-width:768px){.bid-prep-container{padding:1rem}.status-display{flex-direction:column;gap:2rem}.documents-grid{grid-template-columns:1fr}.package-actions{flex-direction:column}}.cookie-banner{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:1.5rem;max-width:600px;width:calc(100% - 2rem);z-index:10000;animation:slideUp .4s ease-out;border:1px solid #e2e8f0}@keyframes slideUp{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.cookie-content{display:flex;gap:1.25rem;align-items:flex-start}.cookie-icon{font-size:2rem;flex-shrink:0}.cookie-text-wrapper{flex:1}.cookie-text{font-size:.95rem;color:#475569;line-height:1.6;margin:0 0 .75rem}.cookie-links{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.cookie-link{color:#14b8a6;text-decoration:none;font-weight:500;transition:color .2s}.cookie-link:hover{color:#0d9488;text-decoration:underline}.cookie-separator{color:#cbd5e1}.cookie-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.btn-accept{padding:.75rem 1.5rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-accept:hover{transform:translateY(-2px);box-shadow:0 4px 12px #14b8a64d}.btn-decline{padding:.75rem 1.5rem;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-decline:hover{background:#f8fafc;border-color:#cbd5e1}@media(max-width:768px){.cookie-banner{bottom:1rem;left:1rem;right:1rem;width:auto;transform:none;max-width:none}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-content{flex-direction:column}.cookie-actions,.btn-accept,.btn-decline{width:100%}.cookie-icon{font-size:1.5rem}}.app{min-height:100vh;width:100%;background:#fff}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
