*,:before,:after{box-sizing:border-box}:root{--background:0 0% 100%;--foreground:220 20% 15%;--primary:260 32% 36%;--primary-foreground:0 0% 100%;--primary-light:263 43% 70%;--primary-dark:260 32% 28%;--dark-charcoal:225 5% 25%;--secondary-cyan:190 82% 50%;--secondary-cyan-light:190 82% 93%;--secondary-gold:47 82% 51%;--secondary-gold-light:47 82% 93%;--muted:220 15% 96%;--muted-foreground:220 15% 55%;--border:220 15% 90%;--radius:.5rem}body{color:hsl(var(--foreground));background:hsl(var(--background));margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}header{color:hsl(var(--foreground));background:#fff;padding:1.5rem 2rem;box-shadow:0 4px 20px -2px #1f242e1a}.header-container{max-width:1400px;margin:0 auto}.header-tagline{color:hsl(var(--primary));letter-spacing:.01em;margin:.5rem 0 0;font-family:Zain,Georgia,serif;font-size:1.4rem;font-style:italic;font-weight:600}.header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}h1{color:hsl(var(--foreground));margin:0;font-family:Zain,Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:700}.header-nav{gap:.5rem;display:flex}.header-nav button,.header-nav a{border:1px solid hsl(var(--primary-foreground) / .3);border-radius:var(--radius);color:hsl(var(--primary-foreground));cursor:pointer;background:0 0;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-nav button:hover,.header-nav a:hover{background:hsl(var(--primary-foreground) / .1)}.header-nav button.nav-active,.header-nav a.nav-active{background:hsl(var(--primary-foreground));border-color:hsl(var(--primary-foreground));color:hsl(var(--primary))}main{flex:1;width:100%;padding:0 0 4rem}.card{background:hsl(var(--background));border-radius:var(--radius);padding:2rem;box-shadow:0 4px 20px -2px #1f242e1a}.feed-section{z-index:1;width:100%;max-width:1400px;margin:0 auto;padding-top:0;position:relative}h2{color:hsl(var(--primary));margin-top:0;margin-bottom:.5rem;font-family:Zain,Georgia,serif;font-size:1.75rem;font-weight:700}h3{font-family:Zain,Georgia,serif;font-weight:600}.feed-header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}@media (width<=768px){.feed-header{flex-direction:column;gap:1rem}}.feed-header-text{flex:1}.feed-header a{flex-shrink:0;transition:opacity .3s}.feed-header a:hover{opacity:.85}.gets-logo{object-fit:contain;width:auto;height:50px;transition:opacity .3s;display:block}.gets-logo:hover{opacity:.85}@media (width<=768px){.gets-logo{display:none}}.tagline{color:hsl(var(--muted-foreground));margin:.5rem 0 .35rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400}.gets-attribution{background:hsl(var(--primary-dark));width:100%;margin:0;padding:1.5rem 2rem 7rem;font-size:1rem}.gets-attribution-content{max-width:1400px;margin:0 auto}.disclaimer-text{color:#fff;align-items:flex-start;gap:.5rem;max-width:1100px;margin:0 0 1rem;font-family:Zain,Georgia,serif;font-size:1.3rem;font-weight:500;line-height:1.5;display:flex}.disclaimer-text svg{flex-shrink:0;margin-top:.1rem}.attribution-meta{color:#e6e6e6;margin:0;font-family:Zain,Georgia,serif}.attribution-meta a{color:#fff;font-weight:600;text-decoration:underline}.filters-container{background:hsl(var(--background));box-shadow:0 8px 20px -6px hsl(var(--primary-dark) / .25);border-radius:12px;margin-top:-4rem;margin-bottom:3rem;padding:1.25rem}.filters-container .search-row{padding:0 0 1rem}.filters-container .filters-row{padding:0}.subscribe-link{color:#fff;background:hsl(var(--primary));border-radius:var(--radius);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.subscribe-link:hover{background:hsl(var(--primary-dark));box-shadow:0 4px 12px hsl(var(--primary) / .3);gap:.625rem;transform:translateY(-1px)}.subscribe-link svg{font-size:1.1em}.header-subscribe-link{border:1px solid #0000}.header-subscribe-text-short{display:none}@media (width<=768px){.header-subscribe-text-long{display:none}.header-subscribe-text-short{display:inline}.header-subscribe-link{white-space:nowrap;border:1px solid #0000;flex-shrink:0}}@media (width<=640px){.header-row{flex-flow:row;justify-content:space-between;align-items:center;gap:.75rem}.header-row>div:first-child{flex:1;justify-content:flex-start;min-width:0;overflow:visible}.header-row>div:first-child>div,.header-row>div:first-child a{min-width:0}.header-row .header-tagline{min-width:0;line-height:1.3}.header-subscribe-link{flex-shrink:0;padding:.5rem .75rem;font-size:.85rem}.header-subscribe-link svg:last-child{display:none}}.results-meta-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.per-page-selector{color:hsl(var(--muted-foreground));align-items:center;gap:.5rem;font-size:.9rem;display:flex}.per-page-selector label{font-weight:500}.per-page-selector select{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;padding:.35rem .6rem;font-size:.9rem;line-height:normal;transition:border-color .2s}.per-page-selector select:hover{border-color:hsl(var(--primary) / .5)}.per-page-selector select:focus{border-color:hsl(var(--primary));outline:none}.results-controls{align-items:center;gap:1.25rem;display:flex}.sort-selector{color:hsl(var(--muted-foreground));align-items:center;gap:.5rem;font-size:.9rem;display:flex}.sort-selector label{font-weight:500}.sort-selector select{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;padding:.35rem .6rem;font-size:.9rem;line-height:normal;transition:border-color .2s}.sort-selector select:hover{border-color:hsl(var(--primary) / .5)}.sort-selector select:focus{border-color:hsl(var(--primary));outline:none}.feed-status{justify-content:center;align-items:center;margin:2rem 0;font-size:.95rem;display:flex}.feed-status.error{color:#c00}.search-row{box-shadow:none;background:0 0;border-radius:0;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:0;padding:1.25rem 1.25rem 1rem;display:flex}.search-input{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);flex:1;min-width:200px;padding:1rem;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1);outline:none}.filters-row{box-shadow:none;background:0 0;border-radius:0;flex-wrap:nowrap;gap:1rem;width:100%;margin-bottom:0;padding:.75rem 1.25rem 1.25rem;display:flex}.filter-select{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));min-width:0;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:normal;transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-select-org,.filter-select-category{flex:2.5 1 0}.filter-select-type{flex:1.5 1 0}.filter-select-date{flex:1 1 0}.filter-select-status{flex:1.2 1 0;min-width:110px}@media (width<=1100px){.filters-row{flex-wrap:wrap}}.filter-select-mobile-only{display:none}.filter-select:focus{border-color:hsl(var(--primary));outline:none}.unsub-banner{border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1.25rem;font-weight:500}.unsub-banner.success{color:#0c5a29;background:#e0fbea}.unsub-banner.error{color:#750a0a;background:#fcdede}.digest-subscribe{background:hsl(var(--muted) / .25);border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem 1.25rem}.digest-subscribe-toggle{background:linear-gradient(135deg, hsl(var(--primary) / .05), hsl(var(--primary) / .08));border:2px solid hsl(var(--primary) / .2);width:100%;color:hsl(var(--primary));cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.digest-subscribe-toggle:hover{background:linear-gradient(135deg, hsl(var(--primary) / .08), hsl(var(--primary) / .12));border-color:hsl(var(--primary) / .3);box-shadow:0 4px 12px hsl(var(--primary) / .1);transform:translateY(-1px)}.digest-subscribe-toggle .toggle-icon{color:hsl(var(--primary) / .7);margin-left:auto;font-size:1.5em;font-weight:300}.digest-subscribe-form{margin-top:1rem}.digest-subscribe-intro{color:hsl(var(--muted-foreground));margin:0 0 1rem;font-size:.9rem;line-height:1.5}.digest-subscribe-row{margin-bottom:.75rem}.digest-subscribe-row label{color:hsl(var(--foreground));margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.digest-subscribe-row input[type=email]{border:1px solid hsl(var(--border));border-radius:var(--radius);width:100%;max-width:320px;padding:.5rem .75rem;font-size:.95rem}.subscribe-banner{margin-bottom:-12rem;padding-bottom:15rem!important}.subscribe-feed-section{z-index:1;padding-top:0;position:relative}.subscribe-form-container{background:hsl(var(--background));max-width:1400px;box-shadow:0 8px 20px -6px hsl(var(--primary-dark) / .25);border-radius:12px;margin:0 auto;padding:3rem;position:relative}@media (width<=768px){.subscribe-form-container{padding:2rem 1.5rem}}.digest-filters-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (width>=768px){.digest-filters-grid{grid-template-columns:repeat(3,1fr)}}.digest-btn-group{flex-direction:column;gap:.5rem;display:flex}.digest-option-btn{border:1px solid hsl(var(--border) / .5);border-radius:var(--radius);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;padding:.4rem .75rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:all .2s}.digest-option-btn:hover{background:hsl(var(--muted));border-color:hsl(var(--border));color:hsl(var(--foreground))}.digest-option-btn.active{background:hsl(var(--background));color:hsl(var(--primary));border-color:hsl(var(--primary) / .5);font-weight:600}.digest-subscribe-msg{margin:.5rem 0;font-size:.9rem}.digest-subscribe-msg.success{color:#0f7033}.digest-subscribe-msg.error{color:#a40e0e}.digest-submit{color:#fff;border-radius:var(--radius);cursor:pointer;background:#ff6a3d;border:none;margin-top:.5rem;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s}.digest-submit:hover:not(:disabled){background:#e85a2d}.digest-submit:disabled{opacity:.7;cursor:not-allowed}.clear-filters{border:1px solid hsl(var(--dark-charcoal) / .3);border-radius:var(--radius);cursor:pointer;color:hsl(var(--dark-charcoal));background:0 0;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.clear-filters:hover{background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground))}.jobs-board{align-items:flex-start;gap:2rem;display:flex}@media (width<=768px){.jobs-board{flex-direction:column}}.category-pick{background:hsl(var(--muted));border-radius:var(--radius);flex-shrink:0;width:300px;padding:1.25rem}@media (width<=768px){.category-pick{width:100%}.category-pick h3{margin-bottom:.5rem;font-size:.95rem}.category-pick ul{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:hsl(var(--primary) / .3) transparent;max-height:200px;overflow:hidden auto}.category-pick ul::-webkit-scrollbar{width:6px}.category-pick ul::-webkit-scrollbar-track{background:0 0}.category-pick ul::-webkit-scrollbar-thumb{background:hsl(var(--primary) / .3);border-radius:3px}.category-pick ul::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary) / .5)}.category-pick li{margin-bottom:.15rem}.category-pick button{padding:.4rem .65rem;font-size:.85rem}}.category-pick h3{color:hsl(var(--foreground));margin:0 0 1rem;font-size:1rem;font-weight:700}.category-pick ul{margin:0;padding:0;list-style:none}.category-pick li{margin-bottom:.25rem}.category-pick button{text-align:left;border-radius:calc(var(--radius) - 2px);cursor:pointer;width:100%;color:hsl(var(--foreground));background:0 0;border:none;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.category-pick button:hover{background:hsl(var(--background))}.category-pick button.active{background:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-light)));color:hsl(var(--primary-foreground));box-shadow:0 2px 8px hsl(var(--primary) / .2);font-weight:600}.cards-area{flex:1;min-width:0}.results-meta{color:hsl(var(--muted-foreground));margin:0;font-size:.95rem;font-weight:500}.tender-cards{flex-direction:column;gap:1.25rem;display:flex}.tender-card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);gap:1.5rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.tender-card:hover{box-shadow:0 10px 40px -10px hsl(var(--primary) / .2);border-color:hsl(var(--primary) / .3)}@media (width<=640px){.tender-card{flex-direction:column}}.tender-card-main{flex:1;min-width:0}.tender-title{margin:0 0 .5rem;font-family:Zain,Georgia,serif;font-size:1.15rem;font-weight:700}.tender-title a{color:hsl(var(--primary));text-decoration:none;transition:color .3s}.tender-title a:hover{color:hsl(var(--primary-light));text-underline-offset:4px;text-decoration:underline}.tender-meta{color:hsl(var(--muted-foreground));margin:0 0 .35rem;font-size:.875rem}.tender-type{background:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-light)));color:hsl(var(--primary-foreground));text-transform:uppercase;letter-spacing:.75px;box-shadow:0 2px 8px hsl(var(--primary) / .25);border-radius:999px;padding:.25em .75em;font-size:.75rem;font-weight:700;display:inline-block}.tender-badge-new{color:#fff;text-transform:uppercase;letter-spacing:1.5px;z-index:10;text-align:center;vertical-align:middle;background:linear-gradient(135deg,#3879fa,#69f);padding:.35rem 2.8rem;font-size:.65rem;font-weight:900;position:absolute;top:8px;right:-35px;transform:rotate(45deg);box-shadow:0 2px 8px #00329666}.tender-dates{margin:0 0 .5rem;font-size:.95rem;font-weight:500;transition:background .2s,border-color .2s}.tender-dates .countdown{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:400}.tender-dates--soon{border-left:3px solid hsl(var(--secondary-gold));background:hsl(var(--secondary-gold-light) / .5);border-radius:0 4px 4px 0;margin-left:-.6rem;margin-right:-.6rem;padding:.35rem .6rem}.tender-dates--soon .countdown{color:hsl(var(--secondary-gold));font-weight:600}.tender-dates--urgent{border-left:3px solid hsl(var(--secondary-gold));background:hsl(var(--secondary-gold-light));border-radius:0 4px 4px 0;margin-left:-.6rem;margin-right:-.6rem;padding:.35rem .6rem}.tender-dates--urgent .countdown{color:hsl(var(--secondary-gold));font-weight:700}.tender-dates--today{background:#fdf2f2;border-left:3px solid #c52020;border-radius:0 4px 4px 0;margin-left:-.6rem;margin-right:-.6rem;padding:.35rem .6rem}.tender-dates--today .countdown{color:#af1d1d;font-weight:700}.tender-location{color:hsl(var(--muted-foreground));margin:0 0 .75rem;font-size:.875rem}.tender-award{background:hsl(var(--secondary-gold-light));border-left:3px solid hsl(var(--secondary-gold));color:hsl(var(--foreground));border-radius:0 4px 4px 0;margin:0 0 .75rem;padding:.75rem;font-size:.95rem}.tender-award strong{color:hsl(var(--secondary-gold));font-weight:700}.tender-desc-container{color:hsl(var(--foreground));margin:0 0 1rem;font-size:.95rem;line-height:1.6}.tender-desc{white-space:pre-wrap;word-break:break-word;display:inline}.tender-desc-html{white-space:normal;line-height:1.6;display:block}.tender-desc-html ul,.tender-desc-html ol{margin:.75rem 0;padding-left:1.75rem;list-style-position:outside;display:block}.tender-desc-html ul{list-style-type:disc}.tender-desc-html ol{list-style-type:decimal}.tender-desc-html li{margin:.4rem 0;line-height:1.6;display:list-item}.tender-desc-html p{margin:.75rem 0;display:block}.tender-desc-html p:first-child{margin-top:0}.tender-desc-html p:last-child{margin-bottom:0}.tender-desc-html strong,.tender-desc-html b{font-weight:600}.tender-desc-html br{content:"";margin:.5rem 0;display:block}.show-more{color:hsl(var(--primary));cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin:0;padding:0;font-size:.875rem;font-weight:600;text-decoration:underline;transition:color .3s;display:inline}.show-more:hover{color:hsl(var(--primary-light))}.tender-link-btn{background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground));border-radius:var(--radius);margin-top:.75rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.tender-link-btn:hover{background:#303236;transform:scale(1.05)}.tender-buttons{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.tender-link-btn-vp{color:#fff;background:#2fa4da}.tender-link-btn-vp:hover{color:#fff;background:#2087b6}.tender-view-count{letter-spacing:.02em;color:hsl(var(--muted-foreground));white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:inline-flex;position:absolute;bottom:1rem;right:1.25rem}.tender-view-count:before{content:"";background:hsl(var(--primary) / .5);border-radius:50%;width:6px;height:6px}@media (width<=640px){.tender-view-count{margin-top:.5rem;position:static}}.tender-logo-wrap{flex-shrink:0;width:80px;height:80px;position:relative}.tender-logo{object-fit:contain;border-radius:calc(var(--radius) - 2px);width:80px;height:80px}.tender-logo-placeholder{background:hsl(var(--muted));border:1px dashed hsl(var(--border));border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;inset:0}.tender-logo-placeholder.hidden{display:none}.pagination{border-top:1px solid hsl(var(--border));justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.pagination button{border:1px solid hsl(var(--dark-charcoal) / .3);border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--dark-charcoal));cursor:pointer;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.pagination button:hover:not(:disabled){background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground));border-color:hsl(var(--dark-charcoal))}.pagination button:disabled{opacity:.4;cursor:not-allowed}.page-info{color:hsl(var(--foreground));font-size:.95rem;font-weight:500}.logo-gallery{background:hsl(var(--background));width:100%;max-width:1400px;margin:0 auto;padding-top:2rem}.gallery-header{margin-bottom:2rem}.gallery-header .back-link{color:hsl(var(--primary));cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.gallery-header .back-link:hover{color:hsl(var(--primary-light));text-underline-offset:4px;text-decoration:underline}.gallery-header h2{margin-bottom:.5rem}.gallery-meta{color:hsl(var(--muted-foreground));margin:.5rem 0 0;font-size:.95rem}.gallery-search{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.gallery-search .search-input{max-width:400px}.gallery-filter-check{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.gallery-filter-check input{cursor:pointer;width:1.1rem;height:1.1rem;accent-color:hsl(var(--primary));margin:0}.gallery-results{color:hsl(var(--muted-foreground));font-size:.95rem;font-weight:500}.logo-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}@media (width<=640px){.logo-grid{grid-template-columns:1fr}}.logo-card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.logo-card:hover{box-shadow:0 10px 40px -10px hsl(var(--primary) / .15);border-color:hsl(var(--primary) / .3)}.logo-card-img{background:hsl(var(--muted));border-radius:calc(var(--radius) - 2px);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.logo-img{object-fit:contain;width:64px;height:64px}.logo-placeholder{color:hsl(var(--muted-foreground));text-align:center;padding:.25rem;font-size:.7rem}.logo-card-info{flex:1;min-width:0}.logo-org-name{word-break:break-word;color:hsl(var(--foreground));margin-bottom:.35rem;font-size:.95rem;font-weight:600}.logo-domain{color:hsl(var(--muted-foreground));margin-bottom:.5rem;font-size:.85rem}.logo-url{color:hsl(var(--muted-foreground));word-break:break-all;margin-bottom:.5rem;font-size:.75rem;display:block}.logo-edit-btn{background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground));border-radius:calc(var(--radius) - 2px);cursor:pointer;border:none;margin-top:.5rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-edit-btn:hover{background:hsl(var(--primary));transform:scale(1.02)}.logo-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#1f242e80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.logo-modal{background:hsl(var(--background));border-radius:var(--radius);width:100%;max-width:480px;padding:2rem;box-shadow:0 10px 40px -10px #523e794d}.logo-modal h3{color:hsl(var(--primary));margin:0 0 1.5rem;font-size:1.35rem}.logo-modal-form label{color:hsl(var(--foreground));margin-bottom:1.25rem;font-size:.95rem;font-weight:600;display:block}.logo-modal-form label input{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);width:100%;margin-top:.5rem;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.logo-modal-form label input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1);outline:none}.logo-modal-error{color:#c00;margin:0 0 1rem;font-size:.9rem;font-weight:500}.logo-modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.logo-modal-actions button{border-radius:var(--radius);cursor:pointer;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-modal-actions button:first-child{border:1px solid hsl(var(--dark-charcoal) / .3);color:hsl(var(--dark-charcoal));background:0 0}.logo-modal-actions button:first-child:hover{background:hsl(var(--muted))}.logo-modal-actions button:last-child{background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground));border:none}.logo-modal-actions button:last-child:hover{background:hsl(var(--primary));transform:scale(1.05)}.logo-modal-actions button:last-child:disabled{opacity:.6;cursor:not-allowed;transform:none}footer.site-footer{background:#523e79;border-top:none;justify-content:center;align-items:center;margin-top:auto;padding:2rem 1.5rem 2.5rem;display:flex}.footer-inner{text-align:left;width:100%;max-width:1400px;margin:0 auto}.footer-brought-by{color:#ffffffd9;margin-bottom:.5rem;font-size:.9rem;display:block}.footer-brand-row{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-bottom:1.25rem;display:flex}.footer-brand-logo{flex-shrink:0}.footer-brand a{text-decoration:none;display:inline-block}.footer-brand a.footer-cta-link{text-underline-offset:.2em;text-decoration:underline;display:inline}.footer-logo-light{width:auto;max-width:180px;height:52px;display:block}.footer-cta{color:#ffffffe6;max-width:28rem;margin:0;padding-bottom:.15rem;font-size:1.05rem;font-weight:500;line-height:1.4}.footer-cta-link{color:#fff;text-underline-offset:.2em;white-space:nowrap;font-weight:600;text-decoration:underline;transition:opacity .2s}.footer-cta-link:hover{opacity:.9}.footer-tagline{color:#ffffffd9;margin:0;font-size:.9rem;font-style:italic;line-height:1.5}.footer-disclaimer{color:#ffffffd9;border-top:1px solid #fff3;padding-top:1.25rem;font-size:.85rem;line-height:1.6}.footer-disclaimer p{margin:0 0 .5rem}.footer-disclaimer p:last-child{margin-bottom:0}.footer-disclaimer a{color:#fffffff2;text-underline-offset:.2em;text-decoration:underline;transition:opacity .2s}.footer-disclaimer a:hover{opacity:.9}.footer-small{color:#ffffffb3!important;margin-top:.5rem!important;font-size:.75rem!important}@media (width<=640px){footer.site-footer{padding:1.5rem 1rem 2rem}.footer-inner{max-width:100%}.footer-brand-row{flex-direction:column;align-items:flex-start;gap:1rem}.footer-brand{margin-bottom:0}.footer-cta{max-width:none;font-size:.95rem}.footer-logo-light{max-width:150px;height:40px}.footer-tagline{font-size:.85rem}.footer-disclaimer{padding-top:1rem;font-size:.8rem}.footer-disclaimer p{margin:0 0 .4rem}}@media (width>=641px) and (width<=900px){footer.site-footer{padding:2rem 1.5rem}}footer:not(.site-footer) .footer-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;max-width:1400px;margin:0 auto;display:flex}.footer-text{color:hsl(var(--muted-foreground));font-size:.9rem}.footer-content a{align-items:center;transition:opacity .3s;display:inline-flex}.footer-content a:hover{opacity:.8}.footer-logo{width:auto;height:48px}@media (width>=641px) and (width<=1200px){.feed-section,.logo-gallery{padding-left:2rem;padding-right:2rem}header{padding:1.5rem}.subscribe-banner{margin-bottom:-4.5rem;padding:1.5rem 2rem 6rem!important}.subscribe-banner .gets-attribution-content h1{font-size:1.85rem!important}.subscribe-banner .gets-attribution-content p{font-size:1.05rem!important}.subscribe-form-container{padding:2rem 1.5rem}}@media (width<=640px){h1{font-size:1.75rem}h2{font-size:1.35rem}header{padding:1rem 1.25rem}.header-row{gap:1rem}.header-row img{flex-shrink:0;height:48px!important}.header-tagline{font-size:.85rem}.gets-attribution{padding:1rem 1.25rem 5rem}.subscribe-banner{margin-bottom:-1.5rem;padding:1.25rem 1.25rem 3rem!important}.subscribe-banner .gets-attribution-content h1{margin-bottom:.35rem!important;font-size:1.5rem!important}.subscribe-banner .gets-attribution-content p{font-size:.95rem!important;line-height:1.4!important}.subscribe-feed-section{padding-top:.5rem}.subscribe-form-container{padding:1.5rem 1.25rem}.filters-container{margin-top:-3.5rem;padding:1rem}.filters-container .search-row,.filters-container .filters-row{padding-left:0;padding-right:0}.disclaimer-text{font-size:1rem}.card{padding:1.25rem}.feed-section,.logo-gallery{padding:0 1rem 1rem}.search-row{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.search-input{min-width:unset;width:100%;font-size:.875rem}.clear-filters{width:100%;padding:.625rem 1rem}.filters-row{flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem;overflow-x:visible}.filter-select{width:100%;min-width:unset;max-width:100%;padding:.5625rem .75rem}.filter-select-type,.filter-select-org,.filter-select-category,.filter-select-date,.filter-select-status{width:100%;min-width:unset;flex:none;max-width:100%}.filter-select-mobile-only{width:100%;min-width:unset;display:block}.subscribe-link{justify-content:center;padding:.625rem 1rem;font-size:.9rem}.results-meta-row{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.results-meta{font-size:.9rem}.results-controls{flex-wrap:wrap;gap:1rem;width:100%}.per-page-selector,.sort-selector{width:auto}.per-page-selector select,.sort-selector select{padding:.45rem .65rem}.tender-desc-container{font-size:.875rem}.tender-link-btn{padding:.5rem 1.25rem;font-size:.875rem}.digest-subscribe-toggle{gap:.5rem;padding:.875rem 1rem;font-size:.9rem}.digest-subscribe-toggle .toggle-icon{font-size:1.25em}.jobs-board{gap:0;padding:0}.category-pick{display:none}.feed-header{padding:0 0 1rem}.results-meta{padding:0}.tender-cards{gap:1rem}.pagination{flex-wrap:wrap;gap:.5rem;padding:0}.pagination button{padding:.4rem .75rem;font-size:.85rem}.page-info{text-align:center;order:-1;width:100%;margin-bottom:.5rem;font-size:.85rem}.tender-badge-new{padding:.3rem 2.2rem;font-size:.6rem;right:-25px}.tender-card{gap:1rem;margin-left:0;margin-right:0;padding:1rem}.tender-title{font-size:1rem}.tender-cards{padding:0}.cards-area{width:100%;max-width:100%;padding:0 .5rem}.jobs-board{width:100%;max-width:100%}.tender-meta,.tender-dates{font-size:.85rem}.tender-logo-wrap,.tender-logo{width:60px;height:60px}}.spinner{border:4px solid hsl(var(--muted));border-top-color:hsl(var(--primary));border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spinner-rotate}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}main section{margin-bottom:2.5rem}main section h2{color:var(--text-primary);border-bottom:2px solid var(--primary);margin:2rem 0 1rem;padding-bottom:.5rem;font-family:Zain,Georgia,serif;font-size:1.75rem;font-weight:700}main section h3{color:var(--text-primary);margin:1.5rem 0 .75rem;font-family:Zain,Georgia,serif;font-size:1.25rem;font-weight:600}main section p{color:var(--text-primary);margin:.75rem 0;line-height:1.7}main section ul{color:var(--text-primary);margin:.75rem 0;padding-left:1.5rem;line-height:1.7}main section ul li{margin:.5rem 0}main section a{color:var(--primary);font-weight:500;text-decoration:none;transition:opacity .2s}main section a:hover{opacity:.8;text-decoration:underline}.stats-bar{border-top:1px solid #ffffff26;max-width:1400px;margin:1rem auto 0;padding-top:.85rem}.stats-bar-inner{flex-wrap:wrap;align-items:center;gap:.5rem 1.75rem;display:flex}.stats-bar-item{color:#ffffffb3;white-space:nowrap;align-items:baseline;gap:.4rem;font-size:.825rem;display:flex}.stats-bar-item strong{color:#fff;font-size:.95rem;font-weight:700}.stats-bar-divider{color:#ffffff4d;-webkit-user-select:none;user-select:none;font-size:1rem}.stats-bar-heading{color:#fff;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:.75rem;font-weight:700}.stats-bar-btn{color:hsl(var(--primary-dark));white-space:nowrap;border-radius:var(--radius);background:#fff;border:1px solid #fff;margin-left:auto;padding:.3rem .85rem;font-size:.78rem;font-weight:600;line-height:1;text-decoration:none;transition:background .2s,color .2s}.stats-bar-btn:hover{background:#ffffffd9}@media (width<=640px){.stats-bar-inner{gap:.4rem 1.25rem}.stats-bar-link{width:100%;margin-left:0}}.insights-attribution{padding-bottom:2rem!important}.insights-back-btn{color:#fff;border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #ffffff59;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.85rem;font-weight:500;transition:background .2s;display:inline-block}.insights-back-btn:hover{background:#ffffff1a}.insights-page-title{margin:0 0 .35rem;font-size:2rem;font-weight:700;color:#fff!important}.insights-subtitle{color:#ffffffbf;margin:0 0 1.5rem;font-size:.95rem}.insights-period-picker{flex-wrap:wrap;gap:.5rem;display:flex}.insights-period-btn{color:#fffc;border-radius:var(--radius);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;padding:.35rem .85rem;font-size:.8rem;font-weight:500;transition:background .2s,color .2s,border-color .2s}.insights-period-btn:hover{color:#fff;background:#ffffff2e}.insights-period-btn.active{color:hsl(var(--primary-dark));background:#fff;border-color:#fff;font-weight:700}.insights-period-btn.insufficient{opacity:.35;cursor:default}.insights-period-btn.insufficient:hover{color:#fffc;background:#ffffff1a}.insights-period-btns{flex-wrap:wrap;gap:.5rem;display:flex}.insights-data-from{color:#ffffff73;letter-spacing:.01em;margin-top:.5rem;font-size:.72rem;display:block}.insights-loading{color:hsl(var(--muted-foreground));flex-direction:column;align-items:center;gap:1rem;padding:4rem;display:flex}.insights-error{color:#c52020;text-align:center;padding:2rem 1.5rem}.insights-body{flex-direction:column;gap:2rem;max-width:1400px;margin:2rem auto;padding:0 1.5rem 4rem;display:flex}.insights-section{border:1px solid hsl(var(--border));box-shadow:0 2px 8px hsl(var(--primary) / .05);background:#fff;border-radius:12px;padding:1.5rem}.insights-section-title{color:hsl(var(--primary));margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.insights-section-sub{color:hsl(var(--muted-foreground));margin:0 0 1.25rem;font-size:.8rem}.insights-stat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.insights-stat-card{background:hsl(var(--muted));border-radius:10px;flex-direction:column;justify-content:flex-start;height:100%;padding:1rem 1.25rem;display:flex}@media (width<=900px){.insights-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.insights-stat-grid{grid-template-columns:1fr}}.insights-stat-value{color:hsl(var(--primary));margin-bottom:.35rem;font-size:1.75rem;font-weight:800;line-height:1}.insights-stat-label{color:hsl(var(--foreground));font-size:.8rem;font-weight:600}.insights-stat-sub{color:hsl(var(--muted-foreground));margin-top:.2rem;font-size:.72rem}.insights-bar-list{flex-direction:column;gap:.6rem;display:flex}.insights-bar-list--scroll{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent;max-height:400px;padding-right:.25rem;overflow-y:auto}.insights-bar-row{grid-template-columns:1fr 2fr auto;align-items:center;gap:.75rem;display:grid}.insights-bar-label{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.3;display:-webkit-box;overflow:hidden}.insights-bar-track{background:hsl(var(--muted));border-radius:99px;height:10px;overflow:hidden}.insights-bar-fill{border-radius:99px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.insights-bar-count{color:hsl(var(--muted-foreground));text-align:right;min-width:2rem;font-size:.78rem;font-weight:700}.monthly-chart-wrap{padding-top:.5rem}.monthly-chart{gap:0;height:200px;display:flex}.monthly-y-axis{flex-direction:column;flex-shrink:0;justify-content:space-between;width:36px;padding-bottom:28px;display:flex}.monthly-y-label{color:hsl(var(--muted-foreground));text-align:right;padding-right:6px;font-size:.65rem;line-height:1}.monthly-chart-area{flex:1;padding-bottom:28px;position:relative}.monthly-grid-line{background:hsl(var(--border));height:1px;position:absolute;left:0;right:0}.monthly-baseline{background:hsl(var(--border));height:2px;position:absolute;bottom:28px;left:0;right:0}.monthly-bars{align-items:flex-end;gap:6px;height:100%;padding-bottom:28px;display:flex}.monthly-bar-col{flex-direction:column;flex:1;align-items:center;height:100%;display:flex;position:relative}.monthly-bar-value{color:hsl(var(--primary));margin-bottom:3px;font-size:.65rem;font-weight:700;line-height:1}.monthly-bar-outer{flex:1;align-items:flex-end;width:100%;display:flex}.monthly-bar-inner{background:hsl(var(--primary));border-radius:4px 4px 0 0;width:100%;min-height:3px;transition:height .5s cubic-bezier(.4,0,.2,1)}.monthly-bar-label{color:hsl(var(--muted-foreground));white-space:nowrap;font-size:.62rem;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.monthly-trend-svg{pointer-events:none;z-index:2;width:100%;height:calc(100% - 28px);position:absolute;inset:0 0 28px;overflow:visible}.monthly-trend-legend{color:hsl(var(--muted-foreground));align-items:center;gap:.4rem;margin-top:.5rem;margin-left:40px;font-size:.72rem;display:flex}.monthly-trend-dot{border-radius:1px;flex-shrink:0;width:20px;height:2px;display:inline-block}.donut-wrap{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;display:flex}.donut-chart-col{flex-shrink:0}.donut-svg{width:180px;height:180px}.donut-centre-total{fill:hsl(var(--foreground));font-family:inherit;font-size:1.5rem;font-weight:800}.donut-centre-label{fill:hsl(var(--muted-foreground));font-family:inherit;font-size:.7rem}.donut-legend{flex-direction:column;flex:1;justify-content:center;gap:.45rem;min-width:180px;display:flex}.donut-legend-item{align-items:baseline;gap:.5rem;font-size:.78rem;display:flex}.donut-legend-swatch{border-radius:2px;flex-shrink:0;width:10px;height:10px;display:inline-block;position:relative;top:1px}.donut-legend-name{color:hsl(var(--foreground));flex:1;line-height:1.35}.donut-legend-pct{color:hsl(var(--muted-foreground));text-align:right;min-width:2.5rem;font-weight:700}.donut-segment{cursor:pointer;transition:opacity .15s}.donut-segment:hover{opacity:.85}.donut-tooltip{background:hsl(var(--foreground));color:#fff;border-radius:var(--radius);pointer-events:none;white-space:nowrap;text-align:center;z-index:10;padding:.45rem .75rem;font-size:.75rem;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.donut-tooltip-name{white-space:normal;text-align:center;max-width:180px;margin-bottom:.15rem;font-weight:600}.donut-tooltip-stats{color:#fffc}.donut-legend-item{cursor:default;border-radius:4px;padding:2px 4px;transition:background .15s}.donut-legend-item:hover,.donut-legend-item--active{background:hsl(var(--muted))}@media (width<=640px){.donut-wrap{flex-direction:column;align-items:center}.monthly-bar-label{font-size:.55rem}}.insights-type-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;display:grid}.insights-type-card{background:hsl(var(--muted));text-align:center;border-radius:8px;padding:.85rem .75rem}.insights-type-badge{color:hsl(var(--primary));margin-bottom:.35rem;font-size:.75rem;font-weight:700}.insights-type-count{color:hsl(var(--foreground));font-size:1.3rem;font-weight:800;line-height:1}.insights-type-pct{color:hsl(var(--muted-foreground));margin-top:.2rem;font-size:.7rem}.insights-two-col{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=900px){.insights-two-col{grid-template-columns:1fr}}.insights-footer-note{color:hsl(var(--muted-foreground));text-align:center;margin-top:.5rem;font-size:.75rem}.insights-footer-note a{color:hsl(var(--primary))}.tender-outcome{border-left:3px solid #0000;border-radius:6px;flex-direction:column;gap:.1rem;margin:.35rem 0 0;padding:.35rem .5rem;font-size:.78rem;line-height:1.35;display:flex}.tender-outcome--awarded{color:#2b6443;background:#30a6611f;border-left-color:#30a661}.tender-outcome--terminal{background:hsl(var(--muted));border-left-color:hsl(var(--muted-foreground));color:hsl(var(--muted-foreground))}.tender-outcome--interim{color:#264d73;background:#2680d91a;border-left-color:#2680d9}.tender-outcome--pending{color:#834921;background:#f17b271a;border-left-color:#f17b27}.tender-outcome-label{margin-bottom:.05rem;font-weight:600}.tender-outcome-vendor{display:block}.tender-outcome-date{opacity:.7;margin-top:.1rem;font-size:.72rem}.insights-table{border-collapse:collapse;width:100%;font-size:.8rem}.insights-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#ffffffd9;background:hsl(var(--primary-dark));white-space:nowrap;border-bottom:none;padding:.55rem .75rem;font-size:.7rem;font-weight:700}.insights-table th:first-child{border-radius:0}.insights-table td{color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border) / .5);vertical-align:middle;padding:.55rem .5rem}.insights-table tbody tr:last-child td{border-bottom:none}.insights-table tbody tr:hover td{background:hsl(var(--muted) / .5)}.insights-table-num{font-variant-numeric:tabular-nums;text-align:right!important}.insights-table-rank{color:hsl(var(--muted-foreground));width:2rem;font-size:.72rem;text-align:center!important}.insights-table-blind{color:#ad5a1f;font-weight:600}.insights-table-resolved{color:#297a4b;font-weight:600}.insights-table-pct{color:hsl(var(--muted-foreground));font-size:.72rem;font-weight:400}.insights-table-scroll{-webkit-overflow-scrolling:touch;border:1px solid hsl(var(--border));border-radius:var(--radius);max-height:28rem;overflow:auto}.insights-table-scroll thead th{background:hsl(var(--primary-dark));z-index:1;position:sticky;top:0}.insights-table-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.insights-table-sortable:hover{color:#fff}.insights-table-sort-active{color:hsl(var(--secondary-cyan))!important}.sort-arrow{opacity:.5;margin-left:.1rem;font-size:.65rem}.insights-table-sort-active .sort-arrow{opacity:1}.insights-table-cat{color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;max-width:18rem;font-size:.75rem;overflow:hidden}.insights-table-links{min-width:12rem;max-width:18rem}.insights-table tbody td:nth-child(2),.insights-table thead th:nth-child(2){white-space:nowrap;text-overflow:ellipsis;max-width:12rem;overflow:hidden}.insights-tender-link{color:hsl(var(--primary));white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;line-height:1.6;text-decoration:none;display:block;overflow:hidden}.insights-tender-link:hover{text-decoration:underline}
