:root{--theme-primary:#9ba4b0;--theme-primary-end:#f2b705;--theme-border:#f27507;--theme-accent:#8c1c03;--theme-secondary:#605d58;--theme-text:#0d0d0d;--theme-background:#fafaf7;--theme-primary-50:rgba(155,164,176,.5);--theme-primary-20:rgba(155,164,176,.2);--theme-accent-50:rgba(140,28,3,.5);--theme-light-gray:#f0efe9;--theme-hover-gray:#e8e6e1;--theme-success:#4a7c59;--theme-error:#b23a48;--theme-warning:#f2b705;--theme-dark-teal:#4a6670;--theme-purple:#70596c;--font-family:"Circular",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;--shadow-sm:0 2px 4px hsla(0,0%,5%,.08);--shadow-md:0 4px 12px hsla(0,0%,5%,.12);--shadow-lg:0 8px 20px hsla(0,0%,5%,.15);--transition-fast:0.2s ease;--transition-normal:0.3s ease;--z-dropdown:1000;--z-sticky:1020;--z-modal:2000;--z-tooltip:3000}*,:after,:before{-ms-overflow-style:none;scrollbar-width:none;box-sizing:border-box}::-webkit-scrollbar{display:none}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--theme-text);line-height:1.5;background-color:var(--theme-background);margin:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.container-theme{width:100%;max-width:100%;margin:0 auto;padding:0;overflow-x:hidden}.bg-theme-primary{background-color:var(--theme-primary)}.bg-theme-primary-end{background-color:var(--theme-primary-end)}.bg-theme-light{background-color:var(--theme-light-gray)}.bg-theme-accent{background-color:var(--theme-accent)}.bg-theme-white{background-color:var(--theme-background)}.bg-theme-gradient{background-image:linear-gradient(to right,var(--theme-primary),var(--theme-primary-end))}.text-theme{color:var(--theme-text)}.text-theme-secondary{color:var(--theme-secondary)}.text-theme-primary{color:var(--theme-primary)}.text-theme-accent{color:var(--theme-accent)}.text-theme-success{color:var(--theme-success)}.text-theme-error{color:var(--theme-error)}.text-theme-warning{color:var(--theme-warning)}.typography-theme-title{font-size:22px;font-weight:600;color:var(--theme-text);line-height:1.2}.typography-theme-subtitle{font-size:16px;font-weight:400;color:var(--theme-secondary);line-height:1.4}.typography-theme-section{font-size:18px;font-weight:600;color:var(--theme-text);margin-bottom:16px}.typography-theme-hint{font-size:14px;color:var(--theme-secondary)}.border-theme{border-color:var(--theme-border)}.border-theme-primary{border-color:var(--theme-primary)}.border-theme-accent{border-color:var(--theme-accent)}.rounded-theme-sm{border-radius:4px}.rounded-theme{border-radius:8px}.rounded-theme-lg{border-radius:12px}.rounded-theme-full{border-radius:9999px}.btn-theme{border-radius:8px;font-weight:600;padding:14px 24px;cursor:pointer;transition:background-color var(--transition-fast);font-size:16px;border:none;outline:none;text-decoration:none;display:inline-block;text-align:center}.btn-theme-sm{padding:8px 16px;font-size:14px}.btn-theme-lg{padding:16px 28px;font-size:18px}.btn-theme-primary{background-color:var(--theme-primary);color:var(--theme-background)}.btn-theme-primary:hover,.btn-theme-secondary{background-color:var(--theme-primary-end)}.btn-theme-secondary{color:var(--theme-text);border:1px solid var(--theme-border)}.btn-theme-secondary:hover{border-color:var(--theme-secondary)}.btn-theme-accent{background-color:var(--theme-accent);color:#fff}.btn-theme-accent:hover{filter:brightness(1.1)}.btn-theme-outline{background-color:transparent;border:1px solid var(--theme-primary);color:var(--theme-primary)}.btn-theme-outline:hover{background-color:var(--theme-primary-20)}.btn-theme-link{background-color:transparent;color:var(--theme-primary);padding:0;text-decoration:underline}.btn-theme-link:hover{color:var(--theme-primary-end)}.btn-theme-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:50%}.card-theme{background:linear-gradient(135deg,var(--theme-primary) 0,var(--theme-primary-end) 100%);border:1px solid var(--theme-border);border-radius:12px;color:var(--theme-text);box-shadow:var(--shadow-sm);transition:transform var(--transition-normal),box-shadow var(--transition-normal),background .3s ease;overflow:hidden;position:relative}.card-theme:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0));border-radius:11px;pointer-events:none}.card-theme:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background:linear-gradient(135deg,var(--theme-primary-end) 0,var(--theme-primary) 100%)}.card-theme-header{padding:20px;border-bottom:1px solid var(--theme-border);font-weight:600}.card-theme-body{padding:20px}.card-theme-footer{padding:20px;border-top:1px solid var(--theme-border)}.listing-card{border-radius:12px;overflow:hidden;margin-bottom:40px}.listing-card-image-container{position:relative;padding-bottom:66.67%;overflow:hidden}.listing-card-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;transition:transform var(--transition-normal)}.listing-card:hover .listing-card-image{transform:scale(1.05)}.listing-card-favorite{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.5));font-size:24px;z-index:1;cursor:pointer}.listing-card-favorite.active{color:var(--theme-primary)}.listing-card-badge{position:absolute;top:12px;left:12px;z-index:1}.listing-card-info{padding:16px 0}.listing-card-title{font-weight:600;font-size:16px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-card-dates,.listing-card-location{color:var(--theme-secondary);margin-bottom:4px;font-size:14px}.listing-card-price{font-weight:600;margin-top:8px}.listing-card-total{font-weight:400;text-decoration:underline}.listing-card-rating{display:flex;align-items:center;margin-top:4px}.listing-card-rating-icon{color:var(--theme-primary-end);margin-right:4px}.listing-card-rating-score{font-weight:600}.input-theme,.select-theme{background-color:var(--theme-background);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-text);padding:14px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);font-size:16px;width:100%;font-family:var(--font-family)}.input-theme:focus{outline:none;border-color:var(--theme-secondary);box-shadow:0 0 0 2px rgba(72,72,72,.2)}.input-theme::-moz-placeholder{color:rgba(72,72,72,.6)}.input-theme::placeholder{color:rgba(72,72,72,.6)}.input-theme-group{position:relative;margin-bottom:16px}.input-theme-label{display:block;margin-bottom:8px;font-weight:600;font-size:14px;color:var(--theme-text)}.input-theme-error{border-color:var(--theme-error)}.input-theme-error-message{color:var(--theme-error);font-size:14px;margin-top:4px}.input-theme-icon{position:absolute;top:14px;right:14px;color:var(--theme-secondary)}.input-theme-textarea{min-height:100px;resize:vertical}.select-theme{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23484848' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:40px}.checkbox-theme,.radio-theme{display:flex;align-items:center;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:16px;color:var(--theme-text)}.checkbox-theme input,.radio-theme input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-checkmark,.radio-checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:1px solid var(--theme-border);background-color:var(--theme-background)}.checkbox-checkmark{border-radius:4px}.radio-checkmark{border-radius:50%}.checkbox-theme:hover input~.checkbox-checkmark,.radio-theme:hover input~.radio-checkmark{border-color:var(--theme-secondary)}.checkbox-theme input:checked~.checkbox-checkmark{background-color:var(--theme-primary-end);border-color:var(--theme-primary-end)}.radio-theme input:checked~.radio-checkmark{border-color:var(--theme-primary-end)}.checkbox-checkmark:after{left:7px;top:3px;width:5px;border:solid var(--theme-background);border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-checkmark:after,.radio-checkmark:after{content:"";position:absolute;display:none;height:10px}.radio-checkmark:after{top:5px;left:5px;width:10px;border-radius:50%;background:var(--theme-primary-end)}.checkbox-theme input:checked~.checkbox-checkmark:after,.radio-theme input:checked~.radio-checkmark:after{display:block}.search-bar{border-radius:40px;padding:14px 24px;box-shadow:var(--shadow-sm);display:flex;align-items:center;background-color:var(--theme-background);border:1px solid var(--theme-border);transition:box-shadow var(--transition-fast),border-color var(--transition-fast)}.search-bar:focus-within,.search-bar:hover{box-shadow:var(--shadow-md)}.search-bar:focus-within{border-color:var(--theme-secondary)}.search-bar-divider{width:1px;height:24px;background-color:var(--theme-border);margin:0 16px}.search-bar-input{border:none;background:transparent;outline:none;flex:1;font-size:14px;font-weight:500;color:var(--theme-text)}.search-bar-button{background-color:var(--theme-primary-end);color:var(--theme-text);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;margin-left:16px}.search-bar-button:hover{background-color:var(--theme-accent);color:#fff}.nav-theme{border-bottom:1px solid var(--theme-border);padding:20px 0}.nav-theme,.nav-theme-custom{background-color:var(--theme-background);position:sticky;top:0;z-index:var(--z-sticky)}.nav-theme-custom{padding:5px 0;max-width:1120px;margin:0 auto;border-radius:12px}.nav-theme-container{display:flex;justify-content:space-between;align-items:center}.nav-theme-logo{color:var(--theme-primary-end);font-size:24px;font-weight:700;text-decoration:none}.nav-theme-links{display:flex;align-items:center}.nav-theme-link{color:var(--theme-secondary);font-weight:500;text-decoration:none;margin-right:24px;transition:color var(--transition-fast)}.nav-theme-link.active,.nav-theme-link:hover{color:var(--theme-primary-end)}.nav-theme-button{display:flex;align-items:center;padding:12px;border:1px solid var(--theme-border);border-radius:40px;background-color:var(--theme-background);cursor:pointer;transition:box-shadow var(--transition-fast)}.nav-theme-button:hover{box-shadow:var(--shadow-sm)}.nav-theme-avatar{width:32px;height:32px;border-radius:50%;margin-left:12px;overflow:hidden}.nav-theme-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.filter-bar{display:flex;align-items:center;overflow-x:auto;padding:16px 0;scrollbar-width:none;-ms-overflow-style:none}.filter-pill{background-color:var(--theme-background);border:1px solid var(--theme-border);border-radius:30px;padding:8px 16px;font-size:14px;color:var(--theme-text);cursor:pointer;transition:border-color var(--transition-fast);margin-right:12px;white-space:nowrap}.filter-pill.active,.filter-pill:hover{border-color:var(--theme-secondary)}.filter-pill.active{background-color:var(--theme-light-gray)}.badge-theme,.badge-theme-secondary{border-radius:10px;padding:4px 8px;font-size:12px;font-weight:600}.badge-theme{background-color:var(--theme-primary-end);color:var(--theme-text)}.badge-theme-secondary{background-color:var(--theme-light-gray);color:var(--theme-secondary)}.badge-superhost{background-color:var(--theme-background);color:var(--theme-accent);border:1px solid var(--theme-accent);border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex;align-items:center}.badge-new{background-color:var(--theme-success);color:#fff}.badge-plus{background-color:var(--theme-secondary);color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,5%,.65);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal)}.modal-theme{background-color:var(--theme-background);border-radius:12px;padding:24px;max-width:568px;width:100%;max-height:90vh;overflow-y:auto}.modal-theme-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--theme-border);padding-bottom:24px;margin-bottom:24px;font-weight:600;font-size:16px;color:var(--theme-text)}.modal-theme-close{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--theme-secondary)}.modal-theme-close:hover{background-color:var(--theme-light-gray)}.modal-theme-footer{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid var(--theme-border);margin-top:24px}.modal-theme-footer button{margin-left:12px}.tooltip-theme{position:relative;display:inline-block}.tooltip-theme-content{visibility:hidden;background-color:var(--theme-text);color:var(--theme-background);border-radius:4px;padding:8px 12px;font-size:14px;position:absolute;z-index:var(--z-tooltip);bottom:125%;left:50%;transform:translateX(-50%);box-shadow:var(--shadow-sm);max-width:300px;text-align:center;opacity:0;transition:opacity var(--transition-fast);pointer-events:none}.tooltip-theme-content:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--theme-text) transparent transparent transparent}.tooltip-theme:hover .tooltip-theme-content{visibility:visible;opacity:1}.toggle-switch{position:relative;display:inline-block;width:50px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background-color:var(--theme-primary-end)}input:checked+.toggle-slider:before{transform:translateX(22px)}.footer-theme{background-color:var(--theme-light-gray);padding:40px 0;border-top:1px solid var(--theme-border);margin-top:40px}.footer-container{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-heading{font-weight:600;margin-bottom:16px;font-size:16px;color:var(--theme-text)}.footer-link{color:var(--theme-secondary);text-decoration:none;display:block;margin-bottom:12px;transition:color var(--transition-fast);font-size:14px}.footer-link:hover{color:var(--theme-primary-end);text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:24px;border-top:1px solid var(--theme-border);font-size:14px}.footer-copyright{color:var(--theme-secondary)}.footer-social{display:flex;align-items:center}.footer-social-link{margin-left:16px;color:var(--theme-secondary);text-decoration:none;transition:color var(--transition-fast)}.footer-social-link:hover{color:var(--theme-primary-end)}.dropdown{position:relative}.dropdown-toggle{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dropdown-menu{position:absolute;top:100%;right:0;z-index:var(--z-dropdown);min-width:220px;padding:8px 0;margin-top:8px;background-color:var(--theme-background);border-radius:12px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast)}.dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{padding:12px 16px;color:var(--theme-text);text-decoration:none;display:block;transition:background-color var(--transition-fast);font-size:14px}.dropdown-item:hover{background-color:var(--theme-light-gray)}.dropdown-divider{height:1px;background-color:var(--theme-border);margin:8px 0}.tabs-theme{border-bottom:1px solid var(--theme-border);display:flex;margin-bottom:24px}.tab-theme{padding:16px 0;margin-right:24px;color:var(--theme-secondary);border-bottom:2px solid transparent;cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast);font-weight:500}.tab-theme.active,.tab-theme:hover{color:var(--theme-text)}.tab-theme.active{border-bottom-color:var(--theme-primary-end);font-weight:600}.tab-content{display:none}.tab-content.active{display:block}.progress-bar{height:4px;background-color:var(--theme-border);border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background-color:var(--theme-primary-end);border-radius:2px;transition:width var(--transition-normal)}.loading-spinner{display:inline-block;width:40px;height:40px}.loading-spinner:after{content:" ";display:block;width:32px;height:32px;border-radius:50%;border:4px solid var(--theme-primary-end);border-color:var(--theme-primary-end) transparent var(--theme-primary-end) transparent;animation:spinner 1.2s linear infinite}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:var(--z-modal)}.toast-notification{display:flex;align-items:center;background-color:var(--theme-background);border-radius:8px;box-shadow:var(--shadow-md);padding:16px;margin-top:12px;max-width:300px;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.toast-icon{margin-right:12px;color:var(--theme-primary-end)}.toast-content{flex:1}.toast-title{font-weight:600;margin-bottom:4px;font-size:14px;color:var(--theme-text)}.toast-message{font-size:12px}.toast-close,.toast-message{color:var(--theme-secondary)}.toast-close{background:transparent;border:none;cursor:pointer;padding:4px;margin-left:8px}.skeleton-loader{display:block;position:relative;overflow:hidden;background-color:var(--theme-border);border-radius:4px}.skeleton-loader:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,0));animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-text{height:16px;margin-bottom:8px;width:100%}.skeleton-text.small{height:12px}.skeleton-text.large{height:24px}.skeleton-text.short{width:60%}.skeleton-circle{width:48px;height:48px;border-radius:50%}.skeleton-image{border-radius:8px;height:200px}.modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;min-height:150px}.modal-loading-text{margin-top:16px;color:var(--theme-secondary);font-size:14px}.pagination{display:flex;justify-content:center;align-items:center;margin:24px 0}.pagination-item,.pagination-next,.pagination-prev{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:background-color var(--transition-fast),border-color var(--transition-fast);cursor:pointer;margin:0 4px}.pagination-item{font-size:14px;color:var(--theme-text)}.pagination-item:hover{background-color:var(--theme-light-gray)}.pagination-item.active{background-color:var(--theme-primary-end);color:var(--theme-text)}.pagination-next,.pagination-prev{border:1px solid var(--theme-border)}.pagination-next:hover,.pagination-prev:hover{border-color:var(--theme-secondary)}.pagination-next.disabled,.pagination-prev.disabled{cursor:default;opacity:.5}.empty-state{text-align:center;padding:40px 0}.empty-state-icon{font-size:48px;color:var(--theme-secondary);margin-bottom:16px;opacity:.5}.empty-state-title{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--theme-text)}.empty-state-message{color:var(--theme-secondary);max-width:400px;margin:0 auto 24px}.error-state{text-align:center;padding:40px 0;color:var(--theme-error)}.error-state-icon{font-size:48px;margin-bottom:16px}.error-state-title{font-size:18px;font-weight:600;margin-bottom:8px}.error-state-message{color:var(--theme-secondary);max-width:400px;margin:0 auto 24px}.error-state-retry{margin-top:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.slide-up{animation:slideUp .3s ease}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background-color:var(--theme-background);border-top:1px solid var(--theme-border);padding:8px 0;z-index:var(--z-sticky)}.mobile-nav-items{display:flex;justify-content:space-around}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;padding:8px;color:var(--theme-secondary);text-decoration:none;font-size:10px}.mobile-nav-item.active{color:var(--theme-primary-end)}.mobile-nav-icon{margin-bottom:4px;font-size:24px}.category-box{flex-direction:column;align-items:center;gap:1.5px;padding:8px 10px;transition:all .2s ease;min-width:56px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-box,.category-box-icon{display:flex;justify-content:center}.category-box-icon{margin-bottom:4px;color:inherit}.category-box-label{font-size:11px;font-weight:700;text-align:center;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-box.active{color:var(--theme-primary-end);border-bottom:2px solid var(--theme-primary-end)}.category-box:not(.active){color:var(--theme-secondary);border-bottom:2px solid transparent}.category-box:not(.active):hover{color:var(--theme-accent);border-bottom:2px solid var(--theme-border)}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-column{display:flex;flex-direction:column}.bg-overlay{position:relative}.bg-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 50%,hsla(0,0%,5%,.7));pointer-events:none}.h-100{height:100%}.w-100{width:100%}.position-relative{position:relative}.overflow-hidden{overflow:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus-visible:focus{outline:2px solid var(--theme-primary-end);outline-offset:2px}@media (max-width:992px){.footer-container{grid-template-columns:repeat(2,1fr)}.grid-cols-6{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.container-theme{padding:0 16px}.card-theme-body,.card-theme-footer,.card-theme-header{padding:16px}.nav-theme-links{display:none}.mobile-nav{display:block}body{padding-bottom:64px}.grid-cols-6{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.footer-container{grid-template-columns:1fr}.modal-theme{max-width:100%;margin:0 16px}.btn-theme{padding:12px 20px}.grid-cols-6{grid-template-columns:1fr}}@media print{.btn-theme-primary,.btn-theme-secondary,.filter-bar,.footer-theme,.mobile-nav,.nav-theme,.search-bar{display:none!important}body{background-color:#fff;color:#000}.container-theme{max-width:100%;padding:0}.card-theme{box-shadow:none;border:1px solid #000}}