*,*: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{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:hsl(var(--foreground));background:hsl(var(--background))}.app{min-height:100vh;display:flex;flex-direction:column}header{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary-dark)));color:hsl(var(--primary-foreground));padding:1.5rem 2rem;box-shadow:0 4px 20px -2px #1f242e1a}.header-container{max-width:1400px;margin:0 auto}.header-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:.75rem}h1{margin:0;font-family:Zain,Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:700;color:hsl(var(--primary-foreground))}.header-nav{display:flex;gap:.5rem}.header-nav button,.header-nav a{padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;border:1px solid hsl(var(--primary-foreground) / .3);border-radius:var(--radius);background:transparent;color:hsl(var(--primary-foreground));cursor:pointer;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{background:hsl(var(--background));padding-top:2rem;width:100%;max-width:1400px;margin:0 auto}h2{margin-top:0;margin-bottom:.5rem;font-family:Zain,Georgia,serif;font-size:1.75rem;font-weight:700;color:hsl(var(--primary))}h3{font-family:Zain,Georgia,serif;font-weight:600}.feed-header{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}@media(max-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{display:block;height:60px;width:auto;object-fit:contain}@media(max-width:768px){.gets-logo{height:48px}}.tagline{margin:.5rem 0 .35rem;font-family:Inter,sans-serif;font-size:.95rem;color:hsl(var(--muted-foreground));font-weight:400}.gets-attribution{margin:0;font-size:.85rem;color:hsl(var(--muted-foreground))}.tender-status-tabs{display:flex;gap:.5rem;margin-bottom:0;padding:1rem 1.25rem 1.25rem;padding-bottom:0;background:hsl(var(--muted) / .3);border-radius:0}.status-tab{padding:.5rem 1.5rem;font-size:.95rem;font-weight:600;font-family:Inter,sans-serif;background:transparent;border:1px solid hsl(var(--border));border-radius:var(--radius);cursor:pointer;color:hsl(var(--foreground));transition:all .3s cubic-bezier(.4,0,.2,1)}.status-tab:hover{background:hsl(var(--muted));border-color:hsl(var(--primary) / .3)}.status-tab.active{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary-light)));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));box-shadow:0 2px 8px hsl(var(--primary) / .25)}.feed-status{display:flex;justify-content:center;align-items:center;margin:2rem 0;font-size:.95rem}.feed-status.error{color:#c00}.search-row{display:flex;gap:.75rem;align-items:center;margin-bottom:0;flex-wrap:wrap;padding:1.25rem;padding-bottom:0;background:hsl(var(--muted) / .3);border-radius:var(--radius) var(--radius) 0 0}.search-input{flex:1;min-width:200px;padding:.625rem 1rem;font-size:1rem;font-family:Inter,sans-serif;border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.filters-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding:1rem 1.25rem 1.25rem;background:hsl(var(--muted) / .3);border-radius:0 0 var(--radius) var(--radius)}.filter-select{padding:.5rem .75rem;font-size:.9rem;font-family:Inter,sans-serif;border:1px solid hsl(var(--border));border-radius:var(--radius);min-width:160px;background:hsl(var(--background));transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-select:focus{outline:none;border-color:hsl(var(--primary))}.clear-filters{padding:.5rem 1rem;font-size:.9rem;font-weight:600;background:transparent;border:1px solid hsl(var(--dark-charcoal) / .3);border-radius:var(--radius);cursor:pointer;color:hsl(var(--dark-charcoal));transition:all .3s cubic-bezier(.4,0,.2,1)}.clear-filters:hover{background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground))}.jobs-board{display:flex;gap:2rem;align-items:flex-start}@media(max-width:768px){.jobs-board{flex-direction:column}}.category-pick{flex-shrink:0;width:300px;background:hsl(var(--muted));padding:1.25rem;border-radius:var(--radius)}@media(max-width:768px){.category-pick{width:100%}}.category-pick h3{margin:0 0 1rem;font-size:1rem;font-weight:700;color:hsl(var(--foreground))}.category-pick ul{margin:0;padding:0;list-style:none}.category-pick li{margin-bottom:.25rem}.category-pick button{display:block;width:100%;padding:.5rem .75rem;text-align:left;font-size:.9rem;font-family:Inter,sans-serif;background:none;border:none;border-radius:calc(var(--radius) - 2px);cursor:pointer;color:hsl(var(--foreground));transition:all .3s cubic-bezier(.4,0,.2,1)}.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));font-weight:600;box-shadow:0 2px 8px hsl(var(--primary) / .2)}.cards-area{flex:1;min-width:0}.results-meta{margin:0 0 1.25rem;font-size:.95rem;color:hsl(var(--muted-foreground));font-weight:500}.tender-cards{display:flex;flex-direction:column;gap:1.25rem}.tender-card{position:relative;display:flex;gap:1.5rem;padding:1.5rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.tender-card:hover{box-shadow:0 10px 40px -10px hsl(var(--primary) / .2);border-color:hsl(var(--primary) / .3)}@media(max-width:640px){.tender-card{flex-direction:column}}.tender-card-main{flex:1;min-width:0}.tender-title{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;font-family:Zain,Georgia,serif}.tender-title a{color:hsl(var(--primary));text-decoration:none;transition:color .3s}.tender-title a:hover{color:hsl(var(--primary-light));text-decoration:underline;text-underline-offset:4px}.tender-meta{margin:0 0 .35rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.tender-type{display:inline-block;padding:.25em .75em;font-size:.75rem;font-weight:700;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary-light)));color:hsl(var(--primary-foreground));border-radius:999px;text-transform:uppercase;letter-spacing:.75px;box-shadow:0 2px 8px hsl(var(--primary) / .25)}.tender-badge-new{position:absolute;top:8px;right:-35px;background:linear-gradient(135deg,#3879fa,#69f);color:#fff;padding:.35rem 2.8rem;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:1.5px;transform:rotate(45deg);box-shadow:0 2px 8px #00329666;z-index:10;text-align:center;vertical-align:middle}.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{margin-left:-.6rem;margin-right:-.6rem;padding:.35rem .6rem;border-left:3px solid hsl(var(--secondary-gold));background:hsl(var(--secondary-gold-light) / .5);border-radius:0 4px 4px 0}.tender-dates--soon .countdown{color:hsl(var(--secondary-gold));font-weight:600}.tender-dates--urgent{margin-left:-.6rem;margin-right:-.6rem;padding:.35rem .6rem;border-left:3px solid hsl(var(--secondary-gold));background:hsl(var(--secondary-gold-light));border-radius:0 4px 4px 0}.tender-dates--urgent .countdown{color:hsl(var(--secondary-gold));font-weight:700}.tender-dates--today{margin-left:-.6rem;margin-right:-.6rem;padding:.35rem .6rem;border-left:3px solid hsl(0 72% 45%);background:#fdf2f2;border-radius:0 4px 4px 0}.tender-dates--today .countdown{color:#af1d1d;font-weight:700}.tender-location{margin:0 0 .75rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.tender-award{margin:0 0 .75rem;padding:.75rem;background:hsl(var(--secondary-gold-light));border-left:3px solid hsl(var(--secondary-gold));border-radius:0 4px 4px 0;font-size:.95rem;color:hsl(var(--foreground))}.tender-award strong{color:hsl(var(--secondary-gold));font-weight:700}.tender-desc-container{margin:0 0 1rem;font-size:.95rem;color:hsl(var(--foreground));line-height:1.6}.tender-desc{display:inline;white-space:pre-wrap;word-break:break-word}.tender-desc-html{display:block;white-space:normal;line-height:1.6}.tender-desc-html ul,.tender-desc-html ol{display:block;margin:.75rem 0;padding-left:1.75rem;list-style-position:outside}.tender-desc-html ul{list-style-type:disc}.tender-desc-html ol{list-style-type:decimal}.tender-desc-html li{display:list-item;margin:.4rem 0;line-height:1.6}.tender-desc-html p{display:block;margin:.75rem 0}.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{display:block;content:"";margin:.5rem 0}.show-more{display:inline;margin:0;padding:0;font-size:.875rem;font-weight:600;color:hsl(var(--primary));background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .3s}.show-more:hover{color:hsl(var(--primary-light))}.tender-link-btn{display:inline-block;margin-top:.75rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground));text-decoration:none;border-radius:var(--radius);transition:all .3s cubic-bezier(.4,0,.2,1)}.tender-link-btn:hover{background:#303236;transform:scale(1.05)}.tender-logo-wrap{flex-shrink:0;width:80px;height:80px;position:relative}.tender-logo{width:80px;height:80px;object-fit:contain;border-radius:calc(var(--radius) - 2px)}.tender-logo-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:hsl(var(--muted));border:1px dashed hsl(var(--border));border-radius:calc(var(--radius) - 2px);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:hsl(var(--muted-foreground))}.tender-logo-placeholder.hidden{display:none}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.pagination button{padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;border:1px solid hsl(var(--dark-charcoal) / .3);border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--dark-charcoal));cursor:pointer;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{font-size:.95rem;font-weight:500;color:hsl(var(--foreground))}.logo-gallery{background:hsl(var(--background));padding-top:2rem;width:100%;max-width:1400px;margin:0 auto}.gallery-header{margin-bottom:2rem}.gallery-header .back-link{display:inline-block;margin-bottom:1rem;padding:0;font-size:.95rem;font-weight:600;color:hsl(var(--primary));background:none;border:none;cursor:pointer;text-decoration:none;transition:color .3s}.gallery-header .back-link:hover{color:hsl(var(--primary-light));text-decoration:underline;text-underline-offset:4px}.gallery-header h2{margin-bottom:.5rem}.gallery-meta{margin:.5rem 0 0;color:hsl(var(--muted-foreground));font-size:.95rem}.gallery-search{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.gallery-search .search-input{max-width:400px}.gallery-filter-check{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.gallery-filter-check input{margin:0;width:1.1rem;height:1.1rem;cursor:pointer;accent-color:hsl(var(--primary))}.gallery-results{font-size:.95rem;font-weight:500;color:hsl(var(--muted-foreground))}.logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}@media(max-width:640px){.logo-grid{grid-template-columns:1fr}}.logo-card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;display:flex;gap:1rem;padding:1.25rem;align-items:flex-start;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-card:hover{box-shadow:0 10px 40px -10px hsl(var(--primary) / .15);border-color:hsl(var(--primary) / .3)}.logo-card-img{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:hsl(var(--muted));border-radius:calc(var(--radius) - 2px)}.logo-img{width:64px;height:64px;object-fit:contain}.logo-placeholder{font-size:.7rem;color:hsl(var(--muted-foreground));text-align:center;padding:.25rem}.logo-card-info{flex:1;min-width:0}.logo-org-name{font-weight:600;font-size:.95rem;margin-bottom:.35rem;word-break:break-word;color:hsl(var(--foreground))}.logo-domain{font-size:.85rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.logo-url{font-size:.75rem;color:hsl(var(--muted-foreground));word-break:break-all;display:block;margin-bottom:.5rem}.logo-edit-btn{margin-top:.5rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;background:hsl(var(--dark-charcoal));color:hsl(var(--primary-foreground));border:none;border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-edit-btn:hover{background:hsl(var(--primary));transform:scale(1.02)}.logo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f242e80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.logo-modal{background:hsl(var(--background));border-radius:var(--radius);padding:2rem;max-width:480px;width:100%;box-shadow:0 10px 40px -10px #523e794d}.logo-modal h3{margin:0 0 1.5rem;font-size:1.35rem;color:hsl(var(--primary))}.logo-modal-form label{display:block;margin-bottom:1.25rem;font-size:.95rem;font-weight:600;color:hsl(var(--foreground))}.logo-modal-form label input{display:block;width:100%;margin-top:.5rem;padding:.625rem .875rem;font-size:.95rem;font-family:Inter,sans-serif;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-modal-form label input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.logo-modal-error{color:#c00;font-size:.9rem;margin:0 0 1rem;font-weight:500}.logo-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.logo-modal-actions button{padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-modal-actions button:first-child{background:transparent;border:1px solid hsl(var(--dark-charcoal) / .3);color:hsl(var(--dark-charcoal))}.logo-modal-actions button:first-child:hover{background:hsl(var(--muted))}.logo-modal-actions button:last-child{background:hsl(var(--dark-charcoal));border:none;color:hsl(var(--primary-foreground))}.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{background:hsl(var(--muted));padding:2rem;border-top:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.footer-text{font-size:.9rem;color:hsl(var(--muted-foreground))}.footer-content a{display:inline-flex;align-items:center;transition:opacity .3s}.footer-content a:hover{opacity:.8}.footer-logo{height:48px;width:auto}@media(max-width:640px){h1{font-size:1.75rem}h2{font-size:1.35rem}header{padding:1.25rem}.card{padding:1.25rem}.feed-section,.logo-gallery{padding:1rem}.search-row{padding:1rem;padding-bottom:0}.filters-row{padding:.75rem 1rem 1rem}.jobs-board{padding:0;gap:0}.category-pick{width:100%;margin:0;border-radius:0;padding:1rem}.feed-header{padding:0 0 1rem}.results-meta{padding:0}.tender-cards{gap:1rem}.pagination{padding:0;gap:.5rem;flex-wrap:wrap}.pagination button{padding:.4rem .75rem;font-size:.85rem}.page-info{font-size:.85rem;width:100%;text-align:center;order:-1;margin-bottom:.5rem}.tender-badge-new{right:-25px;padding:.3rem 2.2rem;font-size:.6rem}.tender-card{margin-left:0;margin-right:0;padding:1rem}.tender-cards{padding:0}.cards-area,.jobs-board{width:100%;max-width:100%}.tender-status-tabs{padding:.75rem 1rem 1rem;padding-bottom:0}.tender-logo-wrap,.tender-logo{width:60px;height:60px}}.spinner{width:48px;height:48px;border:4px solid hsl(var(--muted));border-top-color:hsl(var(--primary));border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}
