@import url("https://fonts.googleapis.com/css2?family=Anta&display=swap");body,html{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100%}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-family-secondary)}:root{--background:#ffffff;--foreground:#1d00c0;--container-background:#f9fafb;--primary-color:#3b82f6;--secondary-color:#28c7ed;--accent-color:#1d00c0;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--font-family-primary:"Anta",cursive;--font-family-secondary:system-ui,-apple-system,sans-serif}.dark{--background:#000000;--foreground:#28c7ed;--container-background:#1a1a1a}.dark-main{--background:#000e3b;--foreground:#28c7ed;--container-background:#1a1a1a}.dark-profile{--background:#1a1a1a;--foreground:#e5e7eb;--container-background:#2a2a2a}.transition-all{transition:all .3s ease-in-out}.popup-overlay{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}input::placeholder{color:#28c7ed}input{color:#28c7ed}.menu{transition:transform .3s ease-in-out;position:fixed;top:0;right:0;height:100%;width:16rem;background-color:white;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:50}.menu-hidden{transform:translateX(100%)}.menu-visible{transform:translateX(0)}.max-h-0{max-height:0}.max-h-40{max-height:10rem}.opacity-0{opacity:0}.opacity-100{opacity:1}.post-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(8px)}.post-modal-content{background:white;border-radius:1rem;max-width:90vw;max-height:90vh;padding:2rem;overflow-y:auto;position:relative;box-shadow:var(--shadow-xl)}.post-modal-comments-bg{background:#f8f9fa;border:1px solid #e9ecef}.hero-container,.larger-slogan,.test-home-header,.test-home-slogan{border:none!important;outline:none!important;box-shadow:none!important}.business-registration-grid-form{width:100%;display:flex;flex-direction:column;gap:.5rem}.business-registration-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 2.2rem;width:100%}.business-registration-label{font-weight:600;color:#1d00c0;margin-bottom:.3rem;display:block}.business-registration-input{width:100%;padding:.9rem 1.1rem;border-radius:1rem;border:1.5px solid #b3e0fc;background:#f3f8fd;color:#2563eb;font-size:1.08rem;margin-bottom:.2rem;transition:border-color .2s,background .2s}.business-registration-input:focus{outline:2px solid #28c7ed;border-color:#28c7ed;background:#e0f7fa}.business-registration-actions{width:100%;display:flex;justify-content:flex-end;margin-top:1.5rem}.business-registration-submit{padding:.9rem 2.2rem;border-radius:1rem;font-size:1.08rem;font-weight:700;border:none;background:linear-gradient(90deg,#28c7ed 60%,#81df42);color:#fff;box-shadow:0 2px 8px rgba(40,199,237,.1);cursor:pointer;transition:background .2s}.business-registration-submit:disabled{opacity:.7;cursor:not-allowed}.business-registration-success{color:#28c7ed;font-weight:600;margin-top:.5rem}.business-registration-error{color:#e74c3c;font-weight:600;margin-top:.5rem}.dashboard-tabs{display:flex;justify-content:center;gap:1rem}.dashboard-tab{padding:.75rem 1.5rem;border-radius:9999px;font-size:1rem;font-weight:600;transition:all .3s ease-in-out;cursor:pointer;border-bottom:none}.dashboard-tab:hover{background-color:#e5e7eb}.dashboard-tab.active{background-color:#3b82f6;color:white;box-shadow:0 4px 6px rgba(141,140,140,.1)}.cursor-pointer,a,button{cursor:pointer}.profile-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}.profile-header img{width:4rem;height:4rem;border-radius:50%;object-fit:cover}.profile-header .name{font-size:1.5rem;font-weight:700;color:var(--foreground)}.profile-header .bio{font-size:1rem;color:#6b7280}.profile-header .join-date{font-size:.875rem;color:#9ca3af}.activity-snapshot{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#f9fafb;transition:all .3s ease-in-out}.activity-item:hover{background-color:#e5e7eb}.activity-item a{color:#3b82f6;text-decoration:none;font-weight:600}.activity-item a:hover{text-decoration:underline}.favorites-section{padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:1rem}.favorite-box{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#ffffff;box-shadow:0 4px 6px rgba(131,93,93,.1);text-align:center;transition:all .3s ease-in-out}.favorite-box:hover{transform:translateY(-5px);box-shadow:0 6px 8px rgba(0,0,0,.15)}.favorite-box img{width:100%;height:8rem;object-fit:cover;border-radius:.5rem;margin-bottom:.5rem}.favorite-box .title{font-size:1rem;font-weight:700;color:var(--foreground)}.favorite-box .description{font-size:.875rem;color:#6b7280}.bg-white,.p-6,.rounded-lg,.shadow-md,section{background-color:var(--container-background);color:var(--foreground);transition:background-color .3s ease,color .3s ease}header{background-color:var(--background);color:var(--foreground)}.navcolor{background-color:#1A1F2B}.LocalGemscolor{background-color:#F5F3F0}.newbusinessescolor{background-color:#E8E8E8}.yourfeedcolor{background-color:#F2F4F5}.switch-user-btn{background-color:#e9ecf2;color:black;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .3s ease}.switch-user-btn:hover{background-color:#d8dde5}.login-btn{background-color:#e9ecf2;color:black;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .3s ease}.login-btn:hover{background-color:#d8dde5}.login-popup{background-color:#e9ecf2;color:black;padding:1rem;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:background-color .3s ease}.login-popup-overlay{position:fixed;inset:0;background:rgba(40,199,237,.1);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center}.login-popup-modal{background:linear-gradient(120deg,#f3f8fd 60%,#e0f7fa);border-radius:2rem;box-shadow:0 8px 32px rgba(40,199,237,.18);padding:2.5rem 2.5rem 2rem;min-width:340px;max-width:95vw;width:400px;max-height:90vh;display:flex;flex-direction:column;align-items:center;position:relative;border:2px solid #28c7ed}.login-popup-close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;font-size:1.5rem;color:#28c7ed;cursor:pointer;z-index:2;transition:color .18s}.login-popup-close:hover{color:#1d00c0}.login-popup-logo{width:4rem;height:4rem;margin-bottom:1.2rem;border-radius:1rem;box-shadow:0 2px 8px #28c7ed33;background:#fff;object-fit:contain}.login-popup-title{font-size:1.5rem;font-weight:700;color:#1d00c0;text-align:center;margin-bottom:1.5rem;font-family:Anta,Arial,Helvetica,sans-serif;letter-spacing:.01em}.login-popup-form{width:100%;display:flex;flex-direction:column;gap:.7rem}.login-popup-form input{width:100%;padding:.9rem 1.1rem;border-radius:1rem;border:1.5px solid #b3e0fc;background:#f3f8fd;color:#2563eb;font-size:1.08rem;margin-bottom:.2rem;transition:border-color .2s,background .2s}.login-popup-form input:focus{outline:2px solid #28c7ed;border-color:#28c7ed;background:#e0f7fa}.login-popup-form .login-popup-business,.login-popup-form .login-popup-google,.login-popup-form .login-popup-signup,.login-popup-form button[type=submit]{width:100%;padding:.9rem 1.1rem;border-radius:1rem;font-size:1.08rem;font-weight:700;margin-bottom:.2rem;border:none;background:linear-gradient(90deg,#28c7ed 60%,#81df42);color:#fff;box-shadow:0 2px 8px rgba(40,199,237,.1);cursor:pointer;transition:background .2s}.login-popup-form .login-popup-business:hover,.login-popup-form .login-popup-signup:hover,.login-popup-form button[type=submit]:hover{background:linear-gradient(90deg,#1d00c0 60%,#28c7ed)}.login-popup-form .login-popup-google{background:#fff;color:#1d00c0;border:1.5px solid #28c7ed;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.2rem}.login-popup-form .login-popup-google img{width:1.3rem;height:1.3rem;margin-right:.7rem}.login-popup-form .login-popup-signup{background:linear-gradient(90deg,#81df42 60%,#28c7ed);color:#fff;margin-bottom:.2rem}.login-popup-form .login-popup-business{background:linear-gradient(90deg,#3b82f6 60%,#28c7ed);color:#fff;margin-bottom:.2rem}.login-popup-form .login-popup-forgot{background:none;border:none;color:#28c7ed;font-size:.98rem;text-align:right;margin-top:-.7rem;margin-bottom:.7rem;cursor:pointer;transition:color .18s}.login-popup-form .login-popup-forgot:hover{color:#1d00c0}.login-popup-back{background:none;border:none;color:#28c7ed;font-size:1rem;margin-top:1.2rem;cursor:pointer;text-decoration:underline;transition:color .18s}.login-popup-back:hover{color:#1d00c0}.login-popup-footer{width:100%;text-align:center;padding:.7rem 0 0;color:#1d00c0;font-family:Anta,Arial,Helvetica,sans-serif;font-size:1.08rem;font-weight:600;letter-spacing:.01em;margin-top:auto}.customer-activity-tab{padding:1.5rem;max-width:1200px;margin:0 auto}.customer-activity-filters{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.customer-activity-filter{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:white;border-radius:2rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#374151}.customer-activity-filter:hover{border-color:#3b82f6;background:#f3f4f6}.customer-activity-filter.active{background:#3b82f6;color:white;border-color:#3b82f6}.customer-activity-loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}.customer-activity-empty{text-align:center;padding:4rem 2rem;color:#6b7280}.customer-activity-empty-icon{font-size:4rem;margin-bottom:1rem}.customer-activity-empty h3{font-size:1.5rem;margin-bottom:.5rem;color:#374151}.customer-activity-list{display:flex;flex-direction:column;gap:1.5rem}.customer-activity-item{display:flex;gap:1rem;padding:1.5rem;background:white;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #f3f4f6;transition:all .3s ease}.customer-activity-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.customer-activity-icon{font-size:1.5rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;flex-shrink:0}.customer-activity-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.customer-activity-text{font-weight:600;color:#374151;font-size:1rem}.customer-activity-post-preview{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .3s ease}.customer-activity-post-preview:hover{background:#f3f4f6;border-color:#3b82f6;transform:translateY(-1px)}.customer-activity-media-container{position:relative;flex-shrink:0}.customer-activity-post-image{width:80px;height:80px;object-fit:cover;border-radius:.5rem;border:2px solid #e5e7eb}.customer-activity-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);border-radius:.5rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.customer-activity-post-preview:hover .customer-activity-overlay{opacity:1}.customer-activity-view-icon{color:white;font-size:1.2rem}.customer-activity-post-info{flex:1;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.customer-activity-business{font-weight:700;color:#3b82f6;font-size:.9rem}.customer-activity-caption{color:#6b7280;font-size:.875rem;line-height:1.4}.customer-activity-date{font-size:.8rem;color:#9ca3af;font-weight:500}.customer-activity-tab.dark{background:#1f2937}.customer-activity-tab.dark .customer-activity-filter{background:#374151;border-color:#4b5563;color:#e5e7eb}.customer-activity-tab.dark .customer-activity-filter.active{background:#3b82f6}.customer-activity-tab.dark .customer-activity-item{background:#374151;border-color:#4b5563}.customer-activity-tab.dark .customer-activity-post-preview{background:#4b5563;border-color:#6b7280}.customer-profile-header{display:flex;gap:2rem;padding:2rem;background:white;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:2rem;align-items:flex-start}.customer-profile-avatar-section{flex-shrink:0}.customer-profile-avatar-container{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.customer-profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #e5e7eb;transition:border-color .3s ease}.customer-profile-avatar-upload{display:flex;flex-direction:column;align-items:center;gap:.5rem}.customer-profile-upload-input{display:none}.customer-profile-avatar-upload-btn{background:#3b82f6;color:white;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.customer-profile-avatar-upload-btn:hover{background:#2563eb;transform:translateY(-1px)}.customer-profile-info-section{flex:1}.customer-profile-edit-form{display:flex;flex-direction:column;gap:1.5rem;max-width:500px}.customer-profile-edit-field{display:flex;flex-direction:column;gap:.5rem}.customer-profile-edit-label{font-weight:600;color:#374151;font-size:.9rem}.customer-profile-edit-input{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease;background:white}.customer-profile-edit-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.customer-profile-edit-bio{resize:vertical;min-height:80px;font-family:inherit}.customer-profile-char-count{font-size:.8rem;color:#6b7280;text-align:right}.customer-profile-edit-actions{display:flex;gap:1rem;margin-top:1rem}.customer-profile-save-btn{background:#10b981;color:white;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.customer-profile-save-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.customer-profile-save-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.customer-profile-cancel-btn{background:#6b7280;color:white;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.customer-profile-cancel-btn:hover{background:#4b5563;transform:translateY(-1px)}.customer-profile-display{display:flex;flex-direction:column;gap:1rem}.customer-profile-name{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.customer-profile-bio{font-size:1.1rem;color:#6b7280;line-height:1.5;margin:0}.customer-profile-join-date{font-size:.9rem;color:#9ca3af;margin:0}.customer-profile-edit-btn{background:#3b82f6;color:white;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;margin-top:.5rem}.customer-profile-edit-btn:hover{background:#2563eb;transform:translateY(-1px)}.customer-profile-header.dark{background:#374151;color:#e5e7eb}.customer-profile-header.dark .customer-profile-name{color:#f3f4f6}.customer-profile-header.dark .customer-profile-edit-input{background:#4b5563;border-color:#6b7280;color:#e5e7eb}.customer-profile-header.dark .customer-profile-edit-label{color:#d1d5db}@media (max-width:768px){.customer-profile-header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.customer-activity-item{flex-direction:column;gap:1rem}.customer-activity-post-preview{flex-direction:column;align-items:center;text-align:center}.customer-activity-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.customer-profile-edit-actions{flex-direction:column}}.home-container{min-height:100vh;width:100vw;background:var(--gray-50);display:flex;flex-direction:column}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.container-sm{max-width:640px}.container-md{max-width:768px}.container-lg{max-width:1024px}.container-xl{max-width:1280px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-6{grid-column:span 6/span 6}.col-span-12{grid-column:span 12/span 12}.auto-cols-auto{grid-auto-columns:auto}.auto-cols-min{grid-auto-columns:min-content}.auto-cols-max{grid-auto-columns:max-content}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.gap-x-1{column-gap:.25rem}.gap-x-2{column-gap:.5rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.home-container,body,html{width:100vw;max-width:100vw;overflow-x:hidden}.main-search-bar-container{margin:2rem auto 1rem;max-width:600px;width:100%;padding:0 1rem;display:flex;justify-content:center}.main-search-bar{width:100%;max-width:600px;font-size:1.1rem;padding:.7rem 1.2rem;border-radius:.7rem;border:1px solid #28c7ed;background:#f9fafb;transition:all .2s ease;box-sizing:border-box}.main-search-bar:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.mobile-search-bar{width:100vw;max-width:100vw;font-size:1rem;padding:.6rem 1rem;border-radius:.7rem;border:1px solid #28c7ed;background:#f9fafb;margin-top:.5rem;box-sizing:border-box}.addressInputSection{background:linear-gradient(135deg,#f8faff,#e0e7ff);border:2px solid var(--primary-blue);border-radius:1rem;padding:2rem;margin-bottom:2rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.addressInputGroup{display:flex;gap:.5rem;max-width:500px;margin:0 auto 1rem}.addressInput{flex:1;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem}.addressSubmit{background:var(--primary-blue);color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s}.locationStatus{display:flex;justify-content:space-between;align-items:center;background:#ecfdf5;border:1px solid #d1fae5;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem;color:#047857}.changeLocation{background:none;border:none;color:#059669;text-decoration:underline;cursor:pointer;font-size:.875rem}@media (max-width:768px){.container{padding:0 .5rem}.main-search-bar-container{display:none!important}.addressInputSection{padding:1rem;border-radius:.5rem;margin:1rem .5rem}.addressInputGroup{flex-direction:column;gap:.3rem}.addressSubmit{width:100%}.locationStatus{flex-direction:column;align-items:stretch;gap:.5rem;text-align:center;margin:1rem .5rem}.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.grid-cols-4{grid-template-columns:repeat(1,minmax(0,1fr))}}.section{padding:2rem 0}.section-sm{padding:1rem 0}.section-lg{padding:4rem 0}.section-xl{padding:6rem 0}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.card-grid-sm{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.card-grid-lg{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.float-left{float:left}.float-right{float:right}.float-none{float:none}.clear-left{clear:left}.clear-right{clear:right}.clear-both{clear:both}.clear-none{clear:none}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.test-home-navbar{display:flex;align-items:center;height:60px;background:#fff!important;border-bottom:1px solid #e5e7eb;padding:0 1.5rem;z-index:1000!important;position:sticky!important;position:-webkit-sticky!important;top:0!important;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.03);transition:box-shadow .18s,background .18s;backdrop-filter:blur(6px);position:relative!important;transform:none!important;will-change:auto}.test-home-navbar:before{display:none}.test-home-navbar-left{display:flex;align-items:center;flex:0 0 auto;min-width:0}.linkt-logo-text{font-weight:700;font-size:2rem;color:#949494;letter-spacing:.01em;transition:color .2s ease,text-shadow .2s;cursor:pointer;text-shadow:0 2px 8px #fff,0 1px 0 #d3d3d3}.linkt-logo-text.navbar-logo:hover{color:#6a6a6a;text-shadow:0 2px 8px #d3d3d3,0 1px 0 #fff}.test-home-navbar-center{position:absolute;left:50%;top:0;height:100%;display:flex;align-items:center;justify-content:center;min-width:0;text-align:center;transform:translateX(-50%);pointer-events:none;width:max-content;z-index:2}.test-home-greeting-navbar{color:#1d4ed8!important;font-size:1.13rem;font-weight:700;letter-spacing:.01em;margin:0 auto;text-align:center;text-shadow:0 1px 8px #e0e7ef,0 1px 0 #fff;pointer-events:auto;background:none;padding:0 1rem}.test-home-nav-right{margin-left:auto;position:relative;z-index:3}.mobile-menu-button,.mobile-menu-overlay{display:none}@media (max-width:600px){.test-home-navbar{gap:.5rem;height:44px!important;padding-left:.5rem!important;padding-right:.5rem!important;font-size:1rem!important;background:#fff!important;border-bottom:1px solid #e5e7eb;position:sticky!important;position:-webkit-sticky!important;top:0!important;z-index:1000!important;max-width:100%}.test-home-navbar-left{gap:.5rem}.mobile-menu-button{display:inline-flex!important;align-items:center;justify-content:center;background:none;border:none;font-size:1.7rem;color:var(--gray-800);padding:.2rem .7rem;border-radius:.5rem;cursor:pointer;transition:background .18s}.mobile-menu-button:active,.mobile-menu-button:focus{background:var(--gray-100)}.test-home-nav-right,.test-home-navbar-center{display:none!important}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.18);z-index:2000;display:none;transition:background .2s}.mobile-menu-overlay.active{display:block}.mobile-menu{position:fixed;top:0;left:0;width:82vw;max-width:320px;height:100vh;background:#fff!important;color:#333!important;box-shadow:2px 0 16px rgba(0,0,0,.1);border-right:1px solid var(--gray-200);z-index:2001;transform:translateX(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:1.2rem 1rem 1rem 1.2rem}.mobile-menu.active{transform:translateX(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.mobile-menu-title{font-size:1.3rem;font-weight:700;color:#333!important;letter-spacing:.03em}.mobile-menu-close{background:none;border:none;font-size:2rem;color:var(--gray-500);cursor:pointer;border-radius:50%;transition:background .18s;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.mobile-menu-close:hover{background:var(--gray-100);color:var(--error-red)}.mobile-menu-list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.mobile-menu-link{font-size:1.08rem;color:#333!important;font-weight:600;text-decoration:none;padding:.7rem .5rem;border-radius:.5rem;transition:background .18s,color .18s;border:none;background:none;text-align:left;cursor:pointer}.mobile-menu-link:hover{background:var(--gray-100);color:var(--primary-blue-dark)}.mobile-menu-divider{border-top:1px solid var(--gray-200);margin:1rem 0;opacity:.7}}.mobile-search-bar{display:none}.mobile-search-bar-container{width:100%;background:#fff;padding:.5rem;border-bottom:1px solid #e5e7eb;display:block}@media (max-width:600px){.mobile-search-bar-container{display:block}.mobile-search-bar{display:block;flex:1;min-width:0;max-width:70vw;font-size:1rem;padding:.4rem .8rem;border-radius:.5rem;border:1px solid var(--gray-200);background:var(--gray-50);margin-left:.5rem}.mobile-search-results{position:absolute;top:44px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);border-top:none;z-index:20;box-shadow:0 2px 8px rgba(0,0,0,.04);max-height:40vh;overflow-y:auto}.mobile-search-result-item{padding:.8rem 1rem;border-bottom:1px solid var(--gray-100);font-size:1rem;color:var(--gray-800);cursor:pointer;transition:background .15s}.mobile-search-result-item:last-child{border-bottom:none}.mobile-search-result-item:hover{background:var(--gray-100)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary-blue);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--primary-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.btn-secondary{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover:not(:disabled){background:var(--gray-200);border-color:var(--gray-400)}.btn-success{background:var(--accent-green);color:var(--white)}.btn-success:hover:not(:disabled){background:var(--accent-green-dark);transform:translateY(-1px)}.btn-danger{background:var(--error-red);color:var(--white)}.btn-danger:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid var(--primary-blue);color:var(--primary-blue)}.btn-outline:hover:not(:disabled){background:var(--primary-blue);color:var(--white)}.btn-sm{padding:.25rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-xl{padding:1rem 2rem;font-size:1.125rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:all .2s ease}.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transform:translateY(-1px)}.card-header{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-200)}.card-body{flex:1}.card-footer{padding-top:1rem;margin-top:1rem;border-top:1px solid var(--gray-200)}.card-compact{padding:1rem}.card-spacious{padding:2rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--gray-700)}.form-input{width:100%;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input.is-invalid,.form-input.is-invalid:focus{border-color:var(--error-red)}.form-input.is-invalid:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-textarea{resize:vertical;min-height:3rem}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-checkbox,.form-radio{appearance:none;width:1rem;height:1rem;border:1px solid var(--gray-300);border-radius:.25rem;background:var(--white);cursor:pointer;position:relative}.form-radio{border-radius:50%}.form-checkbox:checked,.form-radio:checked{background:var(--primary-blue);border-color:var(--primary-blue)}.form-checkbox:checked:after{content:"✓";color:var(--white);font-size:.75rem;font-weight:700}.form-checkbox:checked:after,.form-radio:checked:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-radio:checked:after{content:"";width:.375rem;height:.375rem;background:var(--white);border-radius:50%}.form-error{color:var(--error-red)}.form-error,.form-help{font-size:.875rem;margin-top:.25rem}.form-help{color:var(--gray-500)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--white);border-radius:.5rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.15)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200)}.modal-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-400);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:color .2s ease,background .2s ease}.modal-close:hover{color:var(--gray-600);background:var(--gray-100)}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--gray-200)}.alert{padding:1rem;border-radius:.375rem;margin-bottom:1rem;border-left:4px solid}.alert-info{background:#eff6ff;border-color:var(--primary-blue);color:#1e40af}.alert-success{background:#ecfdf5;border-color:var(--accent-green);color:#047857}.alert-warning{background:#fffbeb;border-color:var(--warning-yellow);color:#92400e}.alert-error{background:#fef2f2;border-color:var(--error-red);color:#991b1b}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:.25rem;text-transform:uppercase;letter-spacing:.025em}.badge-primary{background:var(--primary-blue);color:var(--white)}.badge-secondary{background:var(--gray-100);color:var(--gray-700)}.badge-success{background:var(--accent-green);color:var(--white)}.badge-warning{background:var(--warning-yellow);color:var(--white)}.badge-error{background:var(--error-red);color:var(--white)}.badge-outline{background:transparent;border:1px solid}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-dots{display:inline-flex;gap:.25rem}.loading-dots span{width:.375rem;height:.375rem;background:currentColor;border-radius:50%;animation:pulse 1.4s ease-in-out infinite both}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes pulse{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.dropdown{position:relative;display:inline-block}.dropdown-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-300);border-radius:.375rem;cursor:pointer;transition:all .2s ease}.dropdown-toggle:hover{background:var(--gray-50);border-color:var(--gray-400)}.dropdown-menu{position:absolute;top:100%;left:0;z-index:50;min-width:12rem;background:var(--white);border:1px solid var(--gray-200);border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.dropdown.is-open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;width:100%;padding:.5rem 1rem;color:var(--gray-700);text-decoration:none;border:none;background:none;text-align:left;cursor:pointer;transition:background .2s ease}.dropdown-item:hover{background:var(--gray-50);color:var(--gray-900)}.dropdown-divider{height:1px;background:var(--gray-200);margin:.5rem 0}.tabs{border-bottom:1px solid var(--gray-200)}.tabs-nav{display:flex;gap:0}.tabs-tab{padding:.75rem 1rem;background:none;color:var(--gray-500);font-weight:500;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .2s ease}.tabs-tab:hover{color:var(--gray-700)}.tabs-tab.is-active{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.tabs-content{padding:1.5rem 0}.progress{width:100%;height:.5rem;background:var(--gray-200);border-radius:.25rem;overflow:hidden}.progress-bar{height:100%;background:var(--primary-blue);border-radius:.25rem;transition:width .3s ease}.progress-bar.is-success{background:var(--accent-green)}.progress-bar.is-warning{background:var(--warning-yellow)}.progress-bar.is-error{background:var(--error-red)}@media (max-width:768px){.modal{margin:.5rem;max-height:95vh}.modal-footer{flex-direction:column;gap:.5rem}.btn{width:100%;justify-content:center}.tabs-nav{overflow-x:auto;white-space:nowrap}.dropdown-menu{left:auto;right:0;min-width:10rem}}@media (max-width:480px){.card,.modal-body{padding:1rem}.alert{padding:.75rem}}@media (max-width:1024px){.modal{margin:1rem;max-height:90vh;width:calc(100% - 2rem)}.modal-body,.modal-header{padding:1rem}.modal-footer{padding:1rem;flex-direction:column;gap:.75rem}.btn{width:100%;justify-content:center;min-height:44px;padding:.75rem 1rem}}@media (max-width:768px){.modal{margin:0;width:100%;height:100%;max-height:100vh;border-radius:0}.modal-title{font-size:1.125rem}.card{padding:1rem;margin-bottom:1rem}.form-input,.form-select,.form-textarea{font-size:16px;padding:.75rem}.alert{padding:.75rem;font-size:.875rem}}@media (max-width:480px){.card,.modal-body,.modal-footer,.modal-header{padding:.75rem}.card{border-radius:.5rem}.btn{padding:.875rem 1rem;font-size:.875rem}}@media (pointer:coarse){.btn,.form-input,.form-select,.form-textarea,.modal-close{min-height:44px;min-width:44px}.dropdown-item{padding:.75rem 1rem}.tabs-tab{padding:.875rem 1rem}}.linkt-logo-text.hero-logo{font-size:3.5rem;font-weight:800;color:#949494;letter-spacing:.02em;text-shadow:0 2px 8px #fff,0 1px 0 #d3d3d3;margin-bottom:.5rem}.browse-local-section{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2.5rem;width:100%}.browse-local-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:1rem;color:#302F31;font-family:Anta,Arial,Helvetica,sans-serif}.browse-local-message{text-align:center;font-size:1.15rem;font-weight:500;margin-bottom:2rem;color:var(--accent-color);max-width:520px;font-family:var(--font-family-primary);margin-left:auto;margin-right:auto}.test-home-nav-right{display:flex;align-items:center;gap:1rem;flex:0 0 auto;min-width:0}.test-home-nav-btn{padding:.55rem 1.7rem;border-radius:.8rem;background:none;color:#23272f;font-weight:600;border:none;outline:none;transition:background .16s,color .16s,transform .13s;cursor:pointer;white-space:nowrap;min-width:120px;max-width:260px;overflow:visible;text-overflow:unset;font-size:1.09rem;letter-spacing:.01em;display:inline-flex;align-items:center;gap:.6rem;position:relative;font-family:inherit;box-shadow:none}.test-home-nav-btn:focus,.test-home-nav-btn:hover{background:#f3f4f6;color:#1d00c0;box-shadow:none;transform:translateY(-1px) scale(1.03);outline:none}.test-home-nav-btn:active{background:#e5e7eb;color:#23272f;box-shadow:none;transform:scale(.98)}.test-home-nav-btn.about-btn{min-width:140px;max-width:260px}.larger-slogan{font-size:1.45rem;font-weight:700;margin-top:1.2rem;margin-bottom:.5rem}.discover-gems-title,.larger-slogan{letter-spacing:.01em;text-align:center;color:#6a6a6a}.discover-gems-title{display:block;font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 2px 8px #e0f7fa,0 1px 0 #b3e0fc;font-family:var(--font-family-primary,inherit)}.linkt-chain-logo{display:block;margin:0 auto .5rem;width:72px;height:72px;object-fit:contain}.linkt-chain-logo.enlarged-logo{display:block;margin:0 auto;width:150px;height:170px;object-fit:contain}@media (max-width:600px){.linkt-logo-text.hero-logo{font-size:2rem;margin-bottom:.5rem}.linkt-chain-logo.enlarged-logo{width:70px;height:80px;margin-bottom:.5rem}.larger-slogan{font-size:1rem;margin-top:.5rem;margin-bottom:.3rem}.discover-gems-title{font-size:1.2rem;margin-bottom:.7rem}.hero-container{padding:.5rem 0}.test-home-header{min-height:120px!important;padding:.5rem 0}.mobile-search-bar{font-size:.95rem;padding:.4rem .7rem;max-width:90vw;min-width:0;margin-left:.2rem;margin-right:.2rem}.main-search-bar-container{padding:0 .2rem;margin:1rem auto .5rem;max-width:98vw}.main-search-bar{font-size:.95rem;padding:.5rem .8rem;max-width:98vw;min-width:0}}@media (min-width:601px) and (max-width:900px){.linkt-logo-text.hero-logo{font-size:2.5rem;margin-bottom:.7rem}.linkt-chain-logo.enlarged-logo{width:100px;height:110px;margin-bottom:.7rem}.larger-slogan{font-size:1.15rem;margin-top:.7rem;margin-bottom:.4rem}.discover-gems-title{font-size:1.5rem;margin-bottom:1rem}.hero-container{padding:1rem 0}.test-home-header{min-height:160px!important;padding:1rem 0}.main-search-bar-container{padding:0 .5rem;margin:1.2rem auto .7rem;max-width:95vw}.main-search-bar{font-size:1rem;padding:.6rem 1rem;max-width:95vw;min-width:0}}.mobile-location-center{position:absolute;left:50%;top:0;height:44px;display:flex;align-items:center;justify-content:center;transform:translateX(-50%);z-index:1001;pointer-events:auto}.mobile-location-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-size:1.08rem;color:#23272f;font-weight:600;cursor:pointer;padding:.3rem 1rem;border-radius:.7rem;transition:background .18s}.mobile-location-btn:active,.mobile-location-btn:focus{background:#f3f4f6}.mobile-location-pin{display:flex;align-items:center;font-size:1.3rem;color:#28c7ed;margin-right:.2rem}.mobile-location-text{font-size:1rem;color:#23272f;font-weight:600;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-location-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;z-index:2002;padding:1rem}.mobile-location-modal{background:#fff;border-radius:.7rem;max-width:340px;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.18);padding:1.2rem 1rem;position:relative}.mobile-location-modal-header{display:flex;align-items:center;justify-content:space-between;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.mobile-location-modal-close{background:none;border:none;font-size:1.5rem;color:#888;cursor:pointer;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.mobile-location-modal-body{display:flex;flex-direction:column;gap:.7rem}.mobile-location-modal-input{padding:.7rem 1rem;border-radius:.5rem;border:1px solid #28c7ed;font-size:1rem;width:100%;box-sizing:border-box}.mobile-location-modal-submit{background:#28c7ed;color:#fff;border:none;border-radius:.5rem;font-weight:600;padding:.7rem 1rem;cursor:pointer;transition:background .18s}.mobile-location-modal-submit:disabled{opacity:.6;cursor:not-allowed}.mobile-location-modal-error{color:#e74c3c;font-size:.95rem;margin-top:.2rem}@media (max-width:600px){.larger-slogan,.linkt-chain-logo.enlarged-logo,.linkt-logo-text.hero-logo,.main-search-bar-container{display:none!important}.hero-container{padding:.5rem 0}.test-home-header{min-height:120px!important;padding:.5rem 0}}.desktop-menu-button{padding:.55rem 1.7rem;border-radius:.8rem;background:none;color:#23272f;font-weight:600;border:none;outline:none;transition:background .16s,color .16s,transform .13s;cursor:pointer;white-space:nowrap;font-size:1.09rem;letter-spacing:.01em;display:none;align-items:center;gap:.6rem;position:relative;font-family:inherit}.desktop-menu-button:focus,.desktop-menu-button:hover{background:#f3f4f6;color:#1d00c0;transform:translateY(-1px) scale(1.03);outline:none}.desktop-menu-button:active{background:#e5e7eb;color:#23272f;transform:scale(.98)}.desktop-menu-button:after{content:"▼";font-size:.8rem;transition:transform .2s;margin-left:.3rem}.desktop-menu-button.open:after{transform:rotate(180deg)}.desktop-dropdown{position:absolute;top:100%;right:0;background:#fff;border:none;border-radius:.8rem;box-shadow:0 8px 25px rgba(0,0,0,.12);min-width:200px;z-index:200;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;margin-top:.5rem;overflow:hidden}.desktop-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.desktop-dropdown-item{display:block;width:100%;padding:.75rem 1.5rem;text-align:left;background:none;border:none;color:#23272f;font-size:1.09rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden;letter-spacing:.01em}.desktop-dropdown-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(192,192,192,.3),transparent);transition:left .5s ease;z-index:-1}.desktop-dropdown-item:hover:before{left:100%}.desktop-dropdown-item:hover{color:#1d00c0;background:rgba(243,244,246,.4)}.desktop-dropdown-item.logout{color:#e74c3c}.desktop-dropdown-item.logout:hover{color:#dc2626;background:rgba(254,242,242,.6)}@media (max-width:1700px) and (min-width:769px){.test-home-nav-right .responsive-nav-buttons{display:none}.desktop-menu-button{display:flex}}@media (max-width:1400px) and (min-width:769px){.test-home-navbar{padding:.5rem 1.5rem}.test-home-greeting-navbar{font-size:.95rem}}@media (max-width:1200px) and (min-width:769px){.test-home-navbar{padding:.5rem 1rem}.test-home-greeting-navbar,.test-home-navbar-center{font-size:.9rem}}