:root{--color-primary:#ff0000;--color-black:#000000;--color-black-light:#0a0a0a;--color-black-lighter:#111111;--color-gray-dark:#1a1a1a;--color-gray:#333333;--color-gray-light:#444444;--color-gray-lighter:#666666;--color-text:#9ca3af;--color-text-light:#6b7280;--color-white:#ffffff;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--transition-fast:0.2s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--border-width:1px;--border-radius:0.25rem;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1)}body{background-color:#000;font-family:'Courier New',monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}a:focus,button:focus{outline:2px solid #555;outline-offset:2px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn 0.5s ease-in-out}.announcement-bar{background-color:#ff0000;color:white;padding:0.5rem 0;font-size:0.875rem;letter-spacing:0.025em;z-index:40}.announcement-content{display:flex;justify-content:center;align-items:center;text-align:center}.announcement-link{background:none;border:none;padding:0;color:inherit;text-decoration:underline;cursor:pointer;font-weight:bold;transition:opacity 0.2s ease;font-family:inherit}.announcement-link:hover{opacity:0.8}@media (max-width:640px){.announcement-bar{font-size:0.55rem;padding:0.4rem 0}.announcement-content{padding:0 0.5rem}}header{background-color:rgba(0,0,0,0.95);backdrop-filter:blur(8px);z-index:45}.mobile-menu-button{display:flex;justify-content:center;align-items:center;position:relative;height:40px;width:40px;cursor:pointer;z-index:51}#menu-icon,#close-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}#mobile-menu{background-color:rgba(0,0,0,0.95);backdrop-filter:blur(8px)}#trading-chart{opacity:0.8;min-height:300px}@media (max-width:768px){#trading-chart{min-height:250px}}.chart-line{fill:none;stroke:#ff0000;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 15px rgba(255,0,0,0.9))}.chart-dot{fill:#ff3333;filter:drop-shadow(0 0 15px rgba(255,0,0,1))}@keyframes drawLine{from{stroke-dashoffset:2000}to{stroke-dashoffset:0}}@keyframes pulsate{0%{opacity:0.8;filter:drop-shadow(0 0 10px rgba(255,0,0,0.8))}50%{opacity:1;filter:drop-shadow(0 0 25px rgba(255,0,0,1))}100%{opacity:0.8;filter:drop-shadow(0 0 10px rgba(255,0,0,0.8))}}.animate-drawLine{stroke-dasharray:2000;stroke-dashoffset:2000;animation:drawLine 5s forwards ease-out}.animate-pulsate{animation:pulsate 3s infinite ease-in-out}.twitter-ticker-container{position:relative;width:100vw;margin-left:calc(-50vw+50%);background-color:#111;border-top:1px solid #333;border-bottom:1px solid #333;overflow:hidden;padding:0.75rem 0;margin-top:-2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.3);transition:background-color 0.3s ease;height:7.5rem}.twitter-ticker-container:hover{background-color:#1a1a1a}.twitter-ticker-container::before,.twitter-ticker-container::after{content:"";position:absolute;top:0;bottom:0;width:15%;z-index:2;pointer-events:none}.twitter-ticker-container::before{left:0;background:linear-gradient(to right,#111 30%,rgba(17,17,17,0))}.twitter-ticker-container::after{right:0;background:linear-gradient(to left,#111 30%,rgba(17,17,17,0))}.twitter-ticker-container:hover::before{background:linear-gradient(to right,#1a1a1a 30%,rgba(26,26,26,0))}.twitter-ticker-container:hover::after{background:linear-gradient(to left,#1a1a1a 30%,rgba(26,26,26,0))}.twitter-ticker{display:flex;flex-direction:column;height:100%;cursor:pointer;position:relative;z-index:1;overflow:hidden}.ticker-row{display:flex;white-space:nowrap;animation:ticker-scroll 20s linear infinite;height:2.5rem}.ticker-row:nth-child(2){animation-delay:-6.66s;animation-duration:25s}.ticker-row:nth-child(3){animation-delay:-13.33s;animation-duration:22s}.twitter-ticker:hover .ticker-row{animation-play-state:paused}.ticker-item{display:inline-block;padding:0 0 0 1.5rem;color:#b3b3b3;transition:color 0.3s ease;font-size:0.9rem;line-height:2.5}.twitter-ticker:hover .ticker-item{color:#fff}.ticker-item::after{content:"•";display:inline-block;margin-left:1.5rem;color:#ff0000}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (min-width:1280px){.twitter-ticker-container{height:8rem;padding:1rem 0}.ticker-row{height:2.6667rem}.ticker-item{line-height:2.6667;font-size:0.95rem}}@media (max-width:768px){.twitter-ticker-container{height:5.5rem;padding:0.5rem 0;margin-top:-1.5rem}.ticker-row{animation-duration:15s;height:1.85rem}.ticker-row:nth-child(2){animation-duration:18s}.ticker-row:nth-child(3){animation-duration:16s}.twitter-ticker-container::before,.twitter-ticker-container::after{width:20%}.twitter-ticker-container::before{background:linear-gradient(to right,#111 40%,rgba(17,17,17,0))}.twitter-ticker-container::after{background:linear-gradient(to left,#111 40%,rgba(17,17,17,0))}.ticker-item{font-size:0.8rem;padding:0 0 0 1rem;line-height:1.85}.ticker-item::after{margin-left:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.8);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:all 0.3s ease;padding:1rem}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background-color:#111;border:1px solid #333;padding:2rem;max-width:500px;width:100%;position:relative;transform:translateY(-20px);transition:all 0.3s ease;max-height:90vh;overflow-y:auto}.modal-overlay.active .modal-content{transform:translateY(0)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;padding:0.5rem;transition:color 0.3s ease;z-index:1;line-height:1}.modal-close:hover{color:white}.form-input{width:100%;padding:0.75rem;margin-bottom:1rem;background-color:#222;border:1px solid #444;color:white;font-family:inherit;resize:vertical}.form-input:focus{outline:none;border-color:#666}.form-input::placeholder{color:#666}.form-submit{width:100%;background-color:#ff0000;color:white;padding:0.75rem 1.5rem;border:none;cursor:pointer;font-weight:bold;transition:all 0.3s ease;font-family:inherit}.form-submit:hover{background-color:#cc0000}.form-submit:disabled{background-color:#666;cursor:not-allowed}.form-success{display:none;color:#00ff00;margin-top:1rem;text-align:center;padding:0.75rem;background-color:rgba(0,255,0,0.1);border:1px solid #00ff00}.form-error{display:none;color:#ff0000;margin-top:1rem;text-align:center;padding:0.75rem;background-color:rgba(255,0,0,0.1);border:1px solid #ff0000}@media (prefers-reduced-motion:reduce){.animate-fadeIn,.animate-drawLine,.animate-pulsate,.ticker-row{animation:none}.chart-line{stroke-dasharray:none;stroke-dashoffset:0}*{animation-duration:0.01ms;animation-iteration-count:1;transition-duration:0.01ms}}section{contain:layout style paint}.ticker-row{will-change:transform}.chart-line,.chart-dot{will-change:auto}button,a{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}#trading-chart{min-height:clamp(200px,40vh,400px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only:focus,.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:inherit;margin:inherit;overflow:visible;clip:auto;white-space:normal}.focus\:absolute:focus{position:absolute}.focus\:top-0:focus{top:0}.focus\:left-0:focus{left:0}.focus\:z-50:focus{z-index:50}.focus\:p-4:focus{padding:1rem}.focus\:bg-white:focus{background-color:white}.focus\:text-black:focus{color:black}================================================================================ CONSOLIDATED INLINE CSS FROM LIQUID FILES These styles were previously embedded in liquid template files ================================================================================ .unprof-shell .unprof-404-container{max-width:800px;margin:0 auto;padding:4rem 1.5rem;min-height:60vh;display:flex !important;align-items:center;justify-content:center}.unprof-shell .unprof-404-content{text-align:center;width:100%}.unprof-shell .unprof-404-title{font-size:8rem;font-weight:700;color:#333;line-height:1;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-404-subtitle{font-size:2rem;font-weight:600;color:#ffffff;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-404-message{font-size:1.125rem;color:#9ca3af;margin-bottom:3rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-404-search{margin-bottom:2rem}.unprof-shell .unprof-search-form{display:flex !important;max-width:500px;margin:0 auto;gap:0.5rem}.unprof-shell .unprof-search-input{flex:1;padding:1rem;background:#000000;border:1px solid #333;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1rem}.unprof-shell .unprof-search-button{padding:1rem 1.5rem;background:#ffffff;color:#000000;border:none;font-weight:600;cursor:pointer;transition:background 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:uppercase;letter-spacing:0.05em}.unprof-shell .unprof-search-button:hover{background:#9ca3af}.unprof-shell .unprof-404-links{display:flex !important;gap:1.5rem;justify-content:center;flex-wrap:wrap}.unprof-shell .unprof-404-link{color:#9ca3af;text-decoration:none;font-weight:600;transition:color 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-404-link:hover{color:#ffffff}.unprof-shell .unprof-article-container{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.unprof-shell .unprof-article-header{margin-bottom:2rem;text-align:center}.unprof-shell .unprof-article-date{display:block !important;color:#9ca3af;font-size:0.875rem;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-article-title{font-size:2.5rem;font-weight:700;color:#ffffff;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-article-author{color:#9ca3af;font-size:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-article-featured-image{margin-bottom:2rem}.unprof-shell .unprof-article-featured-image img{width:100%;height:auto;display:block !important;border:1px solid #333}.unprof-shell .unprof-article-body{color:#9ca3af;line-height:1.8;margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-article-body h2,.unprof-shell .unprof-article-body h3{color:#ffffff;margin-top:2rem;margin-bottom:1rem;font-weight:600}.unprof-shell .unprof-article-body p{margin-bottom:1rem}.unprof-shell .unprof-article-body a{color:#9ca3af;text-decoration:underline}.unprof-shell .unprof-article-tags{padding:1.5rem 0;border-top:1px solid #333;border-bottom:1px solid #333;margin-bottom:2rem}.unprof-shell .unprof-tags-label{color:#9ca3af;margin-right:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-tag{display:inline-block !important;padding:0.25rem 0.75rem;background:rgba(156,163,175,0.1);color:#9ca3af;text-decoration:none;margin:0.25rem;font-size:0.875rem;transition:background 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-tag:hover{background:rgba(156,163,175,0.2)}.unprof-shell .unprof-back-to-blog{color:#9ca3af;text-decoration:none;transition:color 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-back-to-blog:hover{color:#ffffff}.unprof-shell .unprof-comments-section{margin-top:3rem;padding-top:3rem;border-top:2px solid #333}.unprof-shell .unprof-comments-title{font-size:1.875rem;font-weight:700;color:#ffffff;margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-comment{padding:1.5rem;background:rgba(0,0,0,0.5);border:1px solid #333;margin-bottom:1rem}.unprof-shell .unprof-comment-header{display:flex !important;justify-content:space-between;margin-bottom:0.5rem}.unprof-shell .unprof-comment-author{font-weight:600;color:#ffffff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-comment-date{color:#9ca3af;font-size:0.875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-comment-body{color:#9ca3af;line-height:1.6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-comment-form-title{font-size:1.5rem;font-weight:600;color:#ffffff;margin:2rem 0 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-form-success{padding:1rem;background:rgba(34,197,94,0.1);border:1px solid #22c55e;color:#22c55e;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-form-errors{padding:1rem;background:rgba(239,68,68,0.1);border:1px solid #ef4444;color:#ef4444;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-form-group{margin-bottom:1.5rem}.unprof-shell .unprof-form-group label{display:block !important;margin-bottom:0.5rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-form-group input,.unprof-shell .unprof-form-group textarea{width:100%;padding:0.75rem;background:#000000;border:1px solid #333;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-form-group textarea{min-height:150px;resize:vertical}.unprof-shell .unprof-submit-comment{padding:1rem 2rem;background:#ffffff;color:#000000;border:none;font-weight:600;cursor:pointer;transition:background 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:uppercase;letter-spacing:0.05em}.unprof-shell .unprof-submit-comment:hover{background:#9ca3af}.unprof-shell .unprof-blog-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.unprof-shell .unprof-blog-header{margin-bottom:3rem;text-align:center}.unprof-shell .unprof-blog-title{font-size:2.5rem;font-weight:700;color:#ffffff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-articles-grid{display:grid !important;gap:2rem;margin-bottom:3rem}.unprof-shell .unprof-article-card{background:rgba(0,0,0,0.5);border:1px solid #333;overflow:hidden;transition:border-color 0.3s ease}.unprof-shell .unprof-article-card:hover{border-color:#9ca3af}.unprof-shell .unprof-article-image-link{display:block !important}.unprof-shell .unprof-article-image{width:100%;height:300px;object-fit:cover;display:block !important}.unprof-shell .unprof-article-content{padding:1.5rem}.unprof-shell .unprof-article-date{display:block !important;color:#9ca3af;font-size:0.875rem;margin-bottom:0.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-article-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-article-title a{color:#ffffff;text-decoration:none;transition:color 0.2s ease}.unprof-shell .unprof-article-title a:hover{color:#9ca3af}.unprof-shell .unprof-article-excerpt{color:#9ca3af;line-height:1.7;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-read-more{color:#9ca3af;text-decoration:none;font-weight:600;transition:color 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-read-more:hover{color:#ffffff}.unprof-shell .unprof-pagination{display:flex !important;justify-content:center;align-items:center;gap:2rem;padding:2rem 0}.unprof-shell .unprof-pagination-link{color:#9ca3af;text-decoration:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;transition:color 0.2s ease}.unprof-shell .unprof-pagination-link:hover{color:#ffffff}.unprof-shell .unprof-pagination-info{color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-empty-blog{text-align:center;padding:4rem 2rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-cart-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.unprof-shell .unprof-cart-title{font-size:2.5rem;font-weight:700;color:#ffffff;margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-cart-items{margin-bottom:2rem}.unprof-shell .unprof-cart-item{display:grid !important;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem;border:1px solid #333;margin-bottom:1rem;background:rgba(0,0,0,0.5)}@media (max-width:768px){.unprof-shell .unprof-cart-item{grid-template-columns:80px 1fr;gap:1rem}.unprof-shell .unprof-cart-item-quantity,.unprof-shell .unprof-cart-item-total,.unprof-shell .unprof-cart-item-remove{grid-column:2}}.unprof-shell .unprof-cart-item-image img{width:100%;height:auto;display:block !important;border:1px solid #333}.unprof-shell .unprof-cart-item-title{font-size:1.125rem;font-weight:600;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-cart-item-title a{color:#ffffff;text-decoration:none;transition:color 0.2s ease}.unprof-shell .unprof-cart-item-title a:hover{color:#9ca3af}.unprof-shell .unprof-cart-item-variant{color:#9ca3af;font-size:0.875rem;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-cart-item-price{color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-cart-item-quantity label{display:block !important;margin-bottom:0.5rem;color:#9ca3af;font-size:0.875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-quantity-input{width:80px;padding:0.5rem;background:#000000;border:1px solid #333;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-cart-item-total{font-size:1.125rem;font-weight:600;color:#ffffff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-remove-btn{color:#9ca3af;text-decoration:none;font-size:0.875rem;transition:color 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-remove-btn:hover{color:#ef4444}.unprof-shell .unprof-cart-footer{border-top:2px solid #333;padding-top:2rem;text-align:right}.unprof-shell .unprof-cart-subtotal{font-size:1.5rem;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-subtotal-label{color:#9ca3af;margin-right:1rem}.unprof-shell .unprof-subtotal-price{color:#ffffff;font-weight:700}.unprof-shell .unprof-cart-note{color:#9ca3af;font-size:0.875rem;margin-bottom:1.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-cart-actions{display:flex !important;gap:1rem;justify-content:flex-end}.unprof-shell .unprof-update-cart-btn,.unprof-shell .unprof-checkout-btn{padding:1rem 2rem;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:uppercase;letter-spacing:0.05em}.unprof-shell .unprof-update-cart-btn{background:#333;color:#9ca3af}.unprof-shell .unprof-update-cart-btn:hover{background:#4a4a4a}.unprof-shell .unprof-checkout-btn{background:#ffffff;color:#000000}.unprof-shell .unprof-checkout-btn:hover{background:#9ca3af}.unprof-shell .unprof-empty-cart{text-align:center;padding:4rem 2rem}.unprof-shell .unprof-empty-cart p{color:#9ca3af;font-size:1.25rem;margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-continue-shopping{display:inline-block !important;padding:1rem 2rem;background:#ffffff;color:#000000;text-decoration:none;font-weight:600;transition:background 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:uppercase;letter-spacing:0.05em}.unprof-shell .unprof-continue-shopping:hover{background:#9ca3af}.unprof-shell .unprof-collection-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.unprof-shell .unprof-collection-header{margin-bottom:3rem;text-align:center}.unprof-shell .unprof-collection-title{font-size:2.5rem;font-weight:700;color:#ffffff;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-collection-description{color:#9ca3af;line-height:1.7;max-width:800px;margin:0 auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-products-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.unprof-shell .unprof-product-card{background:rgba(0,0,0,0.5);border:1px solid #333;transition:border-color 0.3s ease,transform 0.3s ease;overflow:hidden}.unprof-shell .unprof-product-card:hover{border-color:#9ca3af;transform:translateY(-4px)}.unprof-shell .unprof-product-link{display:block !important;text-decoration:none;color:inherit}.unprof-shell .unprof-product-image{width:100%;height:300px;object-fit:contain;object-position:center !important;display:block !important;background:#0a0a0a;padding:1rem}.unprof-shell .unprof-product-placeholder{width:100%;height:300px;display:flex !important;align-items:center;justify-content:center;background:#1a1a1a;color:#666;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-product-details{padding:1.5rem}.unprof-shell .unprof-product-name{font-size:1.125rem;font-weight:600;color:#ffffff;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-product-pricing{display:flex !important;align-items:center;gap:0.5rem}.unprof-shell .unprof-product-price{font-size:1.125rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-product-compare-price{font-size:1rem;color:#6b7280;text-decoration:line-through;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-pagination{display:flex !important;justify-content:center;align-items:center;gap:2rem;padding:2rem 0}.unprof-shell .unprof-pagination-link{color:#9ca3af;text-decoration:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;transition:color 0.2s ease}.unprof-shell .unprof-pagination-link:hover{color:#ffffff}.unprof-shell .unprof-pagination-info{color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-empty-collection{text-align:center;padding:4rem 2rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell-footer{all:initial;display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:16px;line-height:1.5;color:#9ca3af}.unprof-shell-footer *,.unprof-shell-footer *::before,.unprof-shell-footer *::after{box-sizing:border-box}.unprof-footer{background:#000000;text-align:center;padding:2rem 1rem;border-top:1px solid #333}.unprof-footer-link{display:inline-block;opacity:0.6;transition:opacity 0.3s ease;line-height:0}.unprof-footer-link:hover{opacity:1}.unprof-footer-svg{max-width:100%;height:auto}@media (max-width:768px){.unprof-footer{padding:1.5rem 1rem}.unprof-footer-svg{width:200px}}@media (max-width:480px){.unprof-footer{padding:1rem 0.5rem}.unprof-footer-svg{width:150px}}.unprof-shell .unprof-collections-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.unprof-shell .unprof-collections-header{margin-bottom:3rem;text-align:center}.unprof-shell .unprof-collections-title{font-size:2.5rem;font-weight:700;color:#ffffff;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-collections-subtitle{color:#9ca3af;font-size:1.125rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-collections-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.unprof-shell .unprof-collection-card{background:rgba(0,0,0,0.5);border:1px solid #333;overflow:hidden;transition:border-color 0.3s ease,transform 0.3s ease}.unprof-shell .unprof-collection-card:hover{border-color:#9ca3af;transform:translateY(-4px)}.unprof-shell .unprof-collection-link{display:block !important;text-decoration:none;color:inherit}.unprof-shell .unprof-collection-image{width:100%;height:300px;overflow:hidden}.unprof-shell .unprof-collection-image img{width:100%;height:100%;object-fit:contain;object-position:center !important;display:block !important;transition:transform 0.3s ease;background:#0a0a0a;padding:1.5rem}.unprof-shell .unprof-collection-card:hover .unprof-collection-image img{transform:scale(1.05)}.unprof-shell .unprof-collection-placeholder{width:100%;height:300px;display:flex !important;align-items:center;justify-content:center;background:#1a1a1a;color:#666;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-collection-info{padding:1.5rem}.unprof-shell .unprof-collection-name{font-size:1.5rem;font-weight:600;color:#ffffff;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-collection-count{color:#9ca3af;font-size:0.875rem;margin-bottom:0.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-collection-desc{color:#9ca3af;line-height:1.6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-empty-collections{text-align:center;padding:4rem 2rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell{all:initial !important;display:block !important;position:relative !important;z-index:1000 !important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:16px;font-weight:400;font-style:normal;line-height:1.5;color:#9ca3af;letter-spacing:normal;text-transform:none;text-decoration:none}.unprof-shell *,.unprof-shell *::before,.unprof-shell *::after{box-sizing:border-box;margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;background:transparent;text-decoration:none}.unprof-shell .unprof-header{background:rgba(0,0,0,0.95)}.unprof-shell .unprof-sub-menu{background:rgba(0,0,0,0.98);border:1px solid #333}.unprof-shell .unprof-sub-menu a:hover{background:#1a1a1a}.unprof-shell .unprof-mob{background:rgba(0,0,0,0.98);border-top:1px solid #333}.unprof-shell .unprof-mob-list .unprof-sub-menu{background:#0a0a0a}.unprof-header{position:fixed !important;top:0;left:0;width:100%;background:rgba(0,0,0,0.95);backdrop-filter:blur(8px);z-index:1000 !important;padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,0.3)}.unprof-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.unprof-flex{display:flex !important;justify-content:space-between;align-items:center}.unprof-brand a{display:block !important;line-height:0}.unprof-logo-img{height:2rem;width:auto;display:block !important}.unprof-nav{display:none !important;margin-right:2rem}@media (min-width:1024px){.unprof-nav{display:block !important}}.unprof-list{display:flex !important;gap:2rem;list-style:none;margin:0;padding:0}.unprof-menu-item{position:relative !important}.unprof-menu-item>a{color:#9ca3af;text-decoration:none;font-size:1rem;transition:color 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;letter-spacing:0.025em;display:block !important;padding:0.5rem 0}.unprof-menu-item-has-children>a::after{content:"▾";margin-left:0.375rem;font-size:0.75rem;display:inline-block !important}.unprof-menu-item>a:hover,.unprof-current-menu-item>a{color:#ffffff}.unprof-sub-menu{display:none !important;position:absolute !important;top:100%;left:0;background:rgba(0,0,0,0.98);border:1px solid #333;min-width:200px;list-style:none;margin:0;padding:0.5rem 0;z-index:1001 !important;box-shadow:0 4px 6px rgba(0,0,0,0.3)}.unprof-menu-item-has-children:hover>.unprof-sub-menu,.unprof-menu-item-has-children>.unprof-sub-menu:hover{display:block !important}.unprof-sub-menu li{margin:0}.unprof-sub-menu a{display:block !important;padding:0.5rem 1rem;color:#9ca3af;text-decoration:none;font-size:1rem;transition:all 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-sub-menu a:hover{background:#1a1a1a;color:#ffffff}.unprof-toggle{display:flex !important;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0.5rem;color:#9ca3af;transition:color 0.2s ease}.unprof-toggle:hover{color:#ffffff}@media (min-width:1024px){.unprof-toggle{display:none !important}}.unprof-ico{width:1.5rem;height:1.5rem}.unprof-ico--close{display:none !important}.unprof-toggle[aria-expanded="true"] .unprof-ico--menu{display:none !important}.unprof-toggle[aria-expanded="true"] .unprof-ico--close{display:block !important}.unprof-screen-reader-text{position:absolute !important;left:-10000px;width:1px;height:1px;overflow:hidden}.unprof-mob{background:rgba(0,0,0,0.98);border-top:1px solid #333;padding:1rem 0;backdrop-filter:blur(8px)}.unprof-mob[hidden]{display:none !important}.unprof-mob-list{list-style:none;margin:0;padding:0;max-width:1400px;margin:0 auto;padding:0 1.5rem}.unprof-mob-list>.unprof-menu-item{border-bottom:1px solid #1a1a1a}.unprof-mob-list .unprof-menu-item>a{display:inline-block !important;padding:0.75rem 0;color:#9ca3af;text-decoration:none;font-size:1rem;transition:color 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-mob-list .unprof-menu-item>a:hover{color:#ffffff}.unprof-subbtn{float:right;background:none;border:none;color:#9ca3af;cursor:pointer;padding:0.75rem 0;font-size:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;transition:color 0.2s ease}.unprof-subbtn:hover{color:#ffffff}.unprof-mob-list .unprof-sub-menu{list-style:none;margin:0;padding:0;background:#0a0a0a;position:static !important;border:none;box-shadow:none}.unprof-mob-list .unprof-sub-menu[aria-hidden="true"]{display:none !important}.unprof-mob-list .unprof-sub-menu[aria-hidden="false"]{display:block !important}.unprof-mob-list .unprof-sub-menu a{display:block !important;padding:0.5rem 0 0.5rem 2rem;color:#9ca3af;text-decoration:none;font-size:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-mob-list .unprof-sub-menu a:hover{color:#ffffff}.unprof-menu-item a:focus,.unprof-toggle:focus{outline:2px solid #555;outline-offset:2px}.brand-malaphortune .malaphortune-hero,.brand-unprofitable .shopify-section:first-of-type,.brand-unprofitable main:first-of-type{margin-top:4rem}.brand-turboheart .img-bar,.brand-turboyerba .scrolling-text{margin-top:4rem}.unprof-shell .unprof-product-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.5)}.unprof-shell .unprof-product-grid{display:grid !important;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.unprof-shell .unprof-product-grid{grid-template-columns:1fr 1fr}}.unprof-shell .unprof-product-images{width:100%;max-width:600px;margin:0 auto}.unprof-shell .unprof-product-main-image{width:100%;height:600px;object-fit:contain;object-position:center !important;display:block !important;border:2px solid #4ade80;background:#0a0a0a;padding:2rem;border-radius:8px;box-shadow:0 0 30px rgba(74,222,128,0.3),0 4px 12px rgba(0,0,0,0.5);transition:all 0.3s ease}.unprof-shell .unprof-product-main-image:hover{box-shadow:0 0 40px rgba(74,222,128,0.5),0 8px 16px rgba(0,0,0,0.6);transform:scale(1.02)}.unprof-shell .unprof-product-thumbnails{display:flex !important;gap:1rem;margin-top:1rem;flex-wrap:wrap}.unprof-shell .unprof-product-thumb{width:80px;height:80px;object-fit:contain;object-position:center !important;border:1px solid #333;cursor:pointer;transition:border-color 0.2s ease;background:#0a0a0a;padding:0.25rem}.unprof-shell .unprof-product-thumb:hover{border-color:#9ca3af}.unprof-shell .unprof-product-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#ffffff 0%,#4ade80 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-shadow:0 0 20px rgba(74,222,128,0.3);letter-spacing:-0.02em}.unprof-shell .unprof-product-price{font-size:2rem;color:#4ade80;margin-bottom:1.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-weight:700;text-shadow:0 0 10px rgba(74,222,128,0.3)}.unprof-shell .unprof-compare-price{text-decoration:line-through;color:#6b7280;margin-left:0.5rem;font-size:1.25rem}.unprof-shell .unprof-product-description{color:#9ca3af;line-height:1.7;margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-product-variants,.unprof-shell .unprof-product-quantity{margin-bottom:1.5rem}.unprof-shell .unprof-product-variants label,.unprof-shell .unprof-product-quantity label{display:block !important;margin-bottom:0.5rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-variant-select,.unprof-shell .unprof-quantity-input{width:100%;padding:0.75rem;background:#000000;border:1px solid #333;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1rem}.unprof-shell .unprof-quantity-input{max-width:100px}.unprof-shell .unprof-add-to-cart-btn{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);color:#000000;border:none;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all 0.3s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:uppercase;letter-spacing:0.1em;border-radius:6px;box-shadow:0 4px 16px rgba(74,222,128,0.4)}.unprof-shell .unprof-add-to-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);box-shadow:0 6px 24px rgba(74,222,128,0.6);transform:translateY(-2px)}.unprof-shell .unprof-add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.unprof-shell .unprof-add-to-cart-btn:disabled{background:#333;color:#666;cursor:not-allowed}.unprof-shell .unprof-search-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.unprof-shell .unprof-search-header{margin-bottom:3rem;text-align:center}.unprof-shell .unprof-search-title{font-size:2.5rem;font-weight:700;color:#ffffff;margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-search-form{display:flex !important;max-width:600px;margin:0 auto;gap:0.5rem}.unprof-shell .unprof-search-input{flex:1;padding:1rem;background:#000000;border:1px solid #333;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1rem}.unprof-shell .unprof-search-button{padding:1rem 2rem;background:#ffffff;color:#000000;border:none;font-weight:600;cursor:pointer;transition:background 0.2s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:uppercase;letter-spacing:0.05em}.unprof-shell .unprof-search-button:hover{background:#9ca3af}.unprof-shell .unprof-results-count{color:#9ca3af;margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-result-item{background:rgba(0,0,0,0.5);border:1px solid #333;padding:1.5rem;margin-bottom:1.5rem;transition:border-color 0.3s ease}.unprof-shell .unprof-result-item:hover{border-color:#9ca3af}.unprof-shell .unprof-result-product,.unprof-shell .unprof-result-article{display:flex !important;gap:1.5rem}.unprof-shell .unprof-result-image{flex-shrink:0}.unprof-shell .unprof-result-image img{width:150px;height:150px;object-fit:contain;object-position:center !important;border:1px solid #333;background:#0a0a0a;padding:0.5rem}.unprof-shell .unprof-result-type{display:inline-block !important;padding:0.25rem 0.75rem;background:rgba(156,163,175,0.2);color:#9ca3af;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-result-title{font-size:1.5rem;font-weight:600;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-result-title a{color:#ffffff;text-decoration:none;transition:color 0.2s ease}.unprof-shell .unprof-result-title a:hover{color:#9ca3af}.unprof-shell .unprof-result-price,.unprof-shell .unprof-result-date{color:#9ca3af;margin-bottom:0.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-result-excerpt{color:#9ca3af;line-height:1.6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-pagination{display:flex !important;justify-content:center;align-items:center;gap:2rem;padding:2rem 0}.unprof-shell .unprof-pagination-link{color:#9ca3af;text-decoration:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;transition:color 0.2s ease}.unprof-shell .unprof-pagination-link:hover{color:#ffffff}.unprof-shell .unprof-pagination-info{color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-no-results,.unprof-shell .unprof-search-prompt{text-align:center;padding:4rem 2rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.unprof-shell .unprof-search-suggestion{margin-top:1rem;color:#6b7280}