@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.button{padding:1rem 2.5rem;background:linear-gradient(135deg,#2e7d32,#388e3c);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #2e7d324d;position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.3px}.button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#388e3c,#43a047);opacity:0;transition:opacity .3s}.button__arrow{font-size:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2e7d3266}.button:hover:before{opacity:1}.button:hover .button__arrow{transform:translate(5px)}.button:active{transform:translateY(0);box-shadow:0 2px 10px #2e7d324d}.button>*{position:relative;z-index:1}.button--circular{width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;background:#00000040;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button--circular:hover{background:#00000040;transform:scale(1.02)}.button--circular:active{transform:scale(.98)}.button--circular svg{width:26px;height:26px;stroke-width:2.5}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.golf-app{min-height:100vh;width:100vw;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);display:flex;align-items:center;justify-content:center;padding:2rem;margin:0;top:0;left:0;overflow:hidden}.golf-app__background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.golf-app__circle{position:absolute;border-radius:50%;background:#8bc34a1a;animation:float 6s ease-in-out infinite}.golf-app__circle--1{width:400px;height:400px;top:-100px;right:-100px;animation-delay:0s}.golf-app__circle--2{width:300px;height:300px;bottom:-50px;left:-50px;animation-delay:2s}.golf-app__circle--3{width:200px;height:200px;top:50%;left:10%;animation-delay:4s;opacity:.5}.golf-app__content{text-align:center;max-width:650px;position:relative;z-index:1}.golf-app__title{font-size:4.5rem;color:#1b5e20;margin-bottom:1.5rem;font-weight:800;letter-spacing:-2px;line-height:1.1;animation:fadeInUp .6s ease-out .2s both;background:linear-gradient(135deg,#1b5e20,#2e7d32);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.golf-app__subtitle{font-size:1.35rem;color:#33691e;margin-bottom:2.5rem;line-height:1.7;font-weight:400;animation:fadeInUp .6s ease-out .3s both;opacity:.9}.golf-app button{animation:fadeInUp .6s ease-out .4s both}@media (max-width: 768px){.golf-app__title{font-size:3rem;letter-spacing:-1px}.golf-app__subtitle{font-size:1.125rem}.golf-app__circle--1{width:250px;height:250px}.golf-app__circle--2{width:200px;height:200px}.golf-app__circle--3{width:150px;height:150px}}.golf-explore{width:100%;min-height:100vh;background-color:#004225;padding:3rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-family:Inter,sans-serif;color:#fff}.golf-explore-carousel{width:100%;max-width:1600px}.golf-explore-info{width:100%;max-width:1600px;text-align:center;padding:2rem}.golf-explore-title{font-size:4.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.golf-explore-description{font-size:1.125rem;color:#f5f5f5;max-width:700px;margin:0 auto;line-height:1.6;border-top:2px solid #ffffff;padding-top:1.5rem;margin-top:2rem}.golf-explore-navigation{display:flex;max-width:800px;padding:0 2rem;align-items:center}.golf-explore-navigation .search-bar{flex:1}.golf-explore-navigation .filter-dropdown{flex-shrink:0}@media (max-width: 768px){.golf-explore .golf-explore-navigation{flex-direction:column}.golf-explore .golf-explore-navigation .search-bar,.golf-explore .golf-explore-navigation .filter-dropdown{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.golf-carousel-wrapper{width:100%;display:flex;flex-direction:column;max-height:550px}.golf-carousel{width:100%;height:60vh;max-height:600px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000026}.golf-carousel__container{width:100%;height:100%;position:relative;background:#1a1a1a}.golf-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.6s ease-in-out;pointer-events:none;will-change:opacity}.golf-carousel__slide--active{opacity:1;pointer-events:auto;z-index:1}.golf-carousel__image{width:100%;height:100%;object-fit:cover;object-position:center}.golf-carousel__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#0000001a,#0006);z-index:1}.golf-carousel__title{position:absolute;bottom:3rem;left:3rem;color:#fff;font-size:4rem;font-weight:800;margin:0;z-index:2;text-shadow:0 4px 30px rgba(0,0,0,.6);letter-spacing:-2px}.golf-carousel__controls{display:flex;gap:1rem;padding:2rem 0 0 0rem;justify-content:flex-start;background:transparent}@media (max-width: 768px){.golf-carousel-wrapper{padding:1rem;gap:1.5rem}.golf-carousel{height:50vh}.golf-carousel__title{font-size:2rem;bottom:1.5rem;left:1.5rem}.golf-carousel__controls{padding-left:1rem}}@media (max-width: 480px){.golf-carousel-wrapper{padding:.5rem;gap:1rem}.golf-carousel{height:40vh;border-radius:8px}.golf-carousel__title{font-size:1.5rem;bottom:1rem;left:1rem}.golf-carousel__controls{padding-left:.5rem;gap:.75rem}}.golf-explore-search{width:100%}.golf-explore-search .search-input-wrapper{position:relative;display:flex;align-items:center}.golf-explore-search .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none;z-index:1}.golf-explore-search .search-input-wrapper .search-input{width:100%;padding:.875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background-color:#fff;height:50px}.golf-explore-search .search-input-wrapper .search-input:focus{outline:none;border-color:#4b8f4b;box-shadow:0 0 0 4px #4b8f4b1a}.golf-explore-search .search-input-wrapper .search-input:hover{border-color:#d1d5db}.golf-explore-search .search-input-wrapper .search-input::placeholder{color:#9ca3af}.golf-explore-search .search-input-wrapper .clear-button{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.golf-explore-search .search-input-wrapper .clear-button:hover{color:#4b5563;background-color:#f3f4f6}.golf-explore-filter .filter-wrapper{position:relative;display:flex;align-items:center}.golf-explore-filter .filter-wrapper .filter-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none;z-index:1}.golf-explore-filter .filter-wrapper .filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background-color:#fff;cursor:pointer;transition:all .3s ease;min-width:240px;height:50px;font-weight:500;color:#374151}.golf-explore-filter .filter-wrapper .filter-select:focus{outline:none;border-color:#4b8f4b;box-shadow:0 0 0 4px #4b8f4b1a}.golf-explore-filter .filter-wrapper .filter-select:hover{border-color:#d1d5db}.golf-explore-filter .filter-wrapper .chevron-icon{position:absolute;right:1rem;color:#9ca3af;pointer-events:none;transition:transform .2s}.golf-database{min-height:100vh;width:100vw;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);display:flex;align-items:center;justify-content:center;padding:2rem;top:0;left:0;overflow:auto}.golf-database-button-description-1{text-align:center;max-width:600px}.golf-database-title{font-size:3rem;font-weight:800;color:#1b5e20;margin-bottom:1rem;background:linear-gradient(135deg,#1b5e20,#2e7d32);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.golf-database-description{font-size:1.2rem;color:#33691e;margin-bottom:2rem;line-height:1.6}.golf-database-button{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;cursor:pointer;margin:.5rem;transition:opacity .3s ease,transform .2s ease}.golf-database-button:hover{opacity:.9;transform:translateY(-2px)}.golf-database-button:active{transform:translateY(0)}.golf-database-view-data{background:#fffffff2;border-radius:16px;padding:2rem;max-width:800px;width:100%;box-shadow:0 8px 16px #0000001a}.golf-database-view-data-title{font-size:2rem;font-weight:700;color:#1b5e20;margin-bottom:2rem;text-align:center}.golf-database-table-list{display:flex;flex-direction:column;gap:1rem}.golf-database-table-item{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:1.5rem;border-radius:12px;font-size:1.25rem;font-weight:600;color:#1b5e20;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.golf-database-table-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.crypto-login{min-height:100vh;width:100vw;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;margin:0;top:0;left:0;overflow-y:auto;overflow-x:hidden;font-family:Manrope,DM Sans,sans-serif}.crypto-login__content{text-align:center;width:100%;padding:0 2rem;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.crypto-login__title{font-size:3rem;color:#0f0;margin-bottom:1rem;font-weight:800;letter-spacing:-2px;line-height:1.1}.crypto-login__subtitle{font-size:1.1rem;color:#0f0;margin-bottom:2.5rem;line-height:1.7;font-weight:400;opacity:.9}.crypto-login__form{display:flex;flex-direction:column;gap:1.5rem;max-width:450px;margin:0 auto}.crypto-login__input-group{display:flex;flex-direction:column;text-align:left;gap:.5rem}.crypto-login__input-group label{font-size:.9rem;font-weight:600;color:#0f0}.crypto-login__input-group input{padding:.875rem 1rem;border:2px solid #00ff00;border-radius:10px;font-size:1rem;background:#000;color:#0f0;font-family:Manrope,DM Sans,sans-serif;transition:border-color .3s ease,box-shadow .3s ease}.crypto-login__input-group input:focus{outline:none;border-color:#0f0;box-shadow:0 0 0 3px #0f03}.crypto-login__input-group input::placeholder{color:#00ff0080}.crypto-login__error{background:#ff00001a;color:red;padding:.875rem;border-radius:8px;font-size:.9rem;font-weight:500;border:1px solid #ff0000}.crypto-login__button{background:#0f0;color:#000;border:none;border-radius:10px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:opacity .3s ease,transform .2s ease;margin-top:.5rem}.crypto-login__button:hover{opacity:.9;transform:translateY(-2px)}.crypto-login__button:active{transform:translateY(0)}@media (max-width: 768px){.crypto-login__title{font-size:2.5rem;letter-spacing:-1px}.crypto-login__subtitle{font-size:1rem}.crypto-login__content{padding:0 1rem}}.crypto-home{min-height:100vh;width:100vw;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;margin:0;top:0;left:0;overflow-y:auto;overflow-x:hidden;font-family:Manrope,DM Sans,sans-serif}.crypto-home__content{text-align:center;width:100%;padding:0 2rem;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.crypto-home__user-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;background:transparent;border:2px solid #00ff00;border-radius:12px}.crypto-home__welcome{font-size:1.2rem;font-weight:600;color:#0f0;margin:0}.crypto-home__logout{background:transparent;border:2px solid #ff0000;color:red;padding:.5rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:background .3s ease,color .3s ease}.crypto-home__logout:hover{background:red;color:#000}.crypto-home__title{font-size:4rem;color:#0f0;margin-bottom:1rem;font-weight:800;letter-spacing:-2px;line-height:1.1}.crypto-home__subtitle{font-size:1.5rem;color:#0f0;margin-bottom:3rem;line-height:1.7;font-weight:400;opacity:.9}.crypto-home__buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.crypto-home__button{background:#000;border:3px solid #00ff00;border-radius:20px;padding:3rem 2rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.crypto-home__button h2{font-size:2rem;margin:1rem 0 .5rem;color:#0f0;font-weight:700}.crypto-home__button p{font-size:1rem;color:#0f0;margin:0;opacity:.8}.crypto-home__button:hover{transform:translateY(-8px);box-shadow:0 0 20px #00ff004d}.crypto-home__button--crypto{border-color:#0f0}.crypto-home__button--crypto:hover{border-color:#f80}.crypto-home__button--crypto .crypto-home__button-icon{font-size:4rem;color:#0f0}.crypto-home__button--stocks{border-color:#0f0}.crypto-home__button--stocks:hover{border-color:#08f}.crypto-home__button--stocks .crypto-home__button-icon{font-size:4rem;color:#0f0}.crypto-home__button-icon{font-size:4rem;margin-bottom:.5rem}@media (max-width: 768px){.crypto-home__title{font-size:2.5rem;letter-spacing:-1px}.crypto-home__subtitle{font-size:1.2rem}.crypto-home__buttons{grid-template-columns:1fr}.crypto-home__button{padding:2.5rem 2rem}.crypto-home__button h2{font-size:1.75rem}.crypto-home__content{padding:0 1rem}}.crypto-account-selection{min-height:100vh;width:100vw;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;margin:0;top:0;left:0;overflow-y:auto;overflow-x:hidden;font-family:Manrope,DM Sans,sans-serif}.crypto-account-selection__content{text-align:center;width:100%;padding:0 2rem;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.crypto-account-selection__title{font-size:4rem;color:#f80;margin-bottom:1rem;font-weight:800;letter-spacing:-2px;line-height:1.1}.crypto-account-selection__subtitle{font-size:1.5rem;color:#f80;margin-bottom:3rem;line-height:1.7;font-weight:400;opacity:.9}.crypto-account-selection__buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.crypto-account-selection__button{background:#000;border:3px solid #ff8800;border-radius:20px;padding:3rem 2rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.crypto-account-selection__button:hover{transform:translateY(-8px);box-shadow:0 0 20px #ff88004d;border-color:#f80}.crypto-account-selection__button h2{font-size:2rem;margin:1rem 0 .5rem;color:#f80;font-weight:700}.crypto-account-selection__button p{font-size:1rem;color:#f80;margin:0;opacity:.8}.crypto-account-selection__button-icon{font-size:4rem;margin-bottom:.5rem}@media (max-width: 768px){.crypto-account-selection__title{font-size:2.5rem;letter-spacing:-1px}.crypto-account-selection__subtitle{font-size:1.2rem}.crypto-account-selection__buttons{grid-template-columns:1fr}.crypto-account-selection__button{padding:2.5rem 2rem}.crypto-account-selection__button h2{font-size:1.75rem}.crypto-account-selection__content{padding:0 1rem}}.custom-etf{min-height:100vh;width:100vw;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;margin:0;top:0;left:0;overflow-y:auto;overflow-x:hidden;font-family:Manrope,DM Sans,sans-serif}.custom-etf__content{text-align:center;width:100%;padding:0 2rem;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.custom-etf__title{font-size:4rem;color:#f80;margin-bottom:1rem;font-weight:800;letter-spacing:-2px;line-height:1.1}.custom-etf__subtitle{font-size:1.5rem;color:#f80;margin-bottom:3rem;line-height:1.7;font-weight:400;opacity:.9}@media (max-width: 768px){.custom-etf__title{font-size:2.5rem;letter-spacing:-1px}.custom-etf__subtitle{font-size:1.2rem}.custom-etf__content{padding:0 1rem}}.stocks-page{min-height:100vh;width:100vw;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;margin:0;top:0;left:0;overflow-y:auto;overflow-x:hidden;font-family:Manrope,DM Sans,sans-serif}.stocks-page__content{text-align:center;width:100%;padding:0 2rem;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.stocks-page__title{font-size:4rem;color:#08f;margin-bottom:1rem;font-weight:800;letter-spacing:-2px;line-height:1.1}.stocks-page__subtitle{font-size:2rem;color:#08f;margin-bottom:2rem;line-height:1.7;font-weight:600}.stocks-page__message{font-size:1.2rem;color:#08f;line-height:1.8;opacity:.9}.stocks-page__message p{margin:1rem 0}@media (max-width: 768px){.stocks-page__title{font-size:3rem;letter-spacing:-1px}.stocks-page__subtitle{font-size:1.5rem}.stocks-page__content{padding:0 1rem}.stocks-page__message{font-size:1.1rem}}.crypto-header{position:fixed;top:0;left:0;right:0;height:60px;background:#000;border-bottom:2px solid #ff8800;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;z-index:1000;font-family:Manrope,DM Sans,sans-serif}.crypto-header__left,.crypto-header__right{display:flex;align-items:center;gap:1rem;min-width:40px}.crypto-header__right{justify-content:flex-end}.crypto-header__home-btn,.crypto-header__back-btn,.crypto-header__profile-btn,.crypto-header__hamburger{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;width:40px;height:40px}.crypto-header__home-btn:hover,.crypto-header__back-btn:hover,.crypto-header__profile-btn:hover,.crypto-header__hamburger:hover{transform:scale(1.1)}.crypto-header__home-btn:active,.crypto-header__back-btn:active,.crypto-header__profile-btn:active,.crypto-header__hamburger:active{transform:scale(.95)}.crypto-header__home-btn svg,.crypto-header__back-btn svg,.crypto-header__profile-btn svg,.crypto-header__hamburger svg{display:block;width:24px;height:24px}.crypto-header__hamburger{display:none}.crypto-header__profile{position:relative}.crypto-header__dropdown{position:absolute;top:calc(100% + 1rem);right:0;background:#f80;border:2px solid #ff8800;border-radius:8px;padding:1rem;min-width:200px;box-shadow:0 4px 12px #ff88004d;animation:dropdownFadeIn .2s ease-out}.crypto-header__dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.crypto-header__dropdown-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:.5rem;padding-bottom:.75rem}.crypto-header__dropdown-label{color:#000;font-weight:600;font-size:.9rem}.crypto-header__dropdown-value{color:#000;font-weight:700;font-size:1rem}.crypto-header__dropdown-item--checkbox{flex-direction:column;align-items:flex-start;gap:.5rem}.crypto-header__checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;color:#000;font-weight:600;font-size:.9rem;width:100%}.crypto-header__checkbox-label span{-webkit-user-select:none;user-select:none}.crypto-header__checkbox{width:18px;height:18px;cursor:pointer;accent-color:#000000}.crypto-header__checkbox:disabled{opacity:.5;cursor:not-allowed}.crypto-header__mobile-menu{position:absolute;top:100%;left:0;right:0;background:#000;border-bottom:2px solid #ff8800;display:flex;flex-direction:column;animation:slideDown .3s ease-out}.crypto-header__mobile-menu button{background:transparent;border:none;border-bottom:1px solid rgba(255,136,0,.3);color:#f80;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:Manrope,DM Sans,sans-serif;cursor:pointer;text-align:left;transition:background .2s ease}.crypto-header__mobile-menu button:hover{background:#ff88001a}.crypto-header__mobile-menu button:active{background:#f803}.crypto-header__mobile-menu button:last-child{border-bottom:none}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.crypto-header{padding:0 1rem}.crypto-header__hamburger{display:flex}.crypto-header__dropdown{right:-.5rem;min-width:180px}.crypto-header__mobile-menu button{padding:1rem}}.my-account{min-height:100vh;width:100vw;background:#000;display:flex;align-items:flex-start;justify-content:center;padding:2rem;padding-top:80px;padding-bottom:4rem;margin:0;position:relative;font-family:Manrope,DM Sans,sans-serif}.my-account__container{display:grid;grid-template-columns:330px 1fr 300px;gap:2rem;width:100%;max-width:1600px;padding:2rem 0}.my-account__container.hidden{display:none}.my-account__loading{display:flex;justify-content:center;align-items:center;min-height:60vh}@media (max-width: 1497px){.my-account__container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.my-account__container>*:nth-child(1){order:2}.my-account__container>*:nth-child(2){order:1;grid-column:1/-1}.my-account__container>*:nth-child(3){order:3}}@media (max-width: 768px){.my-account{padding:1rem;padding-top:100px}.my-account__container{grid-template-columns:1fr;padding:1rem 0;justify-items:center;align-items:center}.my-account__container>*:nth-child(1){order:2}.my-account__container>*:nth-child(2){order:1;grid-column:auto}.my-account__container>*:nth-child(3){order:3}}.crypto-my-holdings{background:#000;border:2px solid #ff8800;border-radius:16px;padding:1.5rem;height:fit-content;position:sticky;top:2rem;font-family:Manrope,DM Sans,sans-serif;min-width:330px}.crypto-my-holdings .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ff8800}.crypto-my-holdings .section-header h2{color:#f80;font-size:1.5rem;font-weight:700;margin:0}.crypto-my-holdings .section-header .edit-btn{background:transparent;border:2px solid #ff8800;color:#f80;padding:.4rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:background .3s ease,color .3s ease}.crypto-my-holdings .section-header .edit-btn:hover{background:#f80;color:#000}.crypto-my-holdings .holdings-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.crypto-my-holdings .holdings-list .no-holdings{color:#f80;font-size:.95rem;text-align:center;padding:2rem 1rem;opacity:.7;margin:0}.crypto-my-holdings .holding-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ff88001a;border:1px solid #ff8800;border-radius:8px}.crypto-my-holdings .holding-item .holding-name{color:#f80;font-weight:600;font-size:1rem}.crypto-my-holdings .holding-item .holding-amount{color:#f80;font-weight:700;font-size:1.1rem}.crypto-my-holdings .history-btn{width:100%;background:#f80;color:#000;border:none;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:opacity .3s ease}.crypto-my-holdings .history-btn:hover{opacity:.9}@media (max-width: 1200px){.crypto-my-holdings{position:static}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes flash{0%,to{background:#000;box-shadow:0 0 20px #ff88004d;border-color:#f80;transform:scale(1)}50%{background:#ff880026;box-shadow:0 0 60px #f80,0 0 100px #f809;border-color:#fa0;transform:scale(1.02)}}.crypto-coins-section{text-align:center;font-family:Manrope,DM Sans,sans-serif}.crypto-coins-section__title{font-size:3.5rem;color:#f80;margin-bottom:1rem;font-weight:800;letter-spacing:-2px;line-height:1.1;animation:fadeInUp .6s ease-out .2s both}.crypto-coins-section__subtitle{font-size:1.2rem;color:#f80;margin-bottom:2rem;line-height:1.7;font-weight:400;animation:fadeInUp .6s ease-out .3s both;opacity:.9}.crypto-coins-section .loading-text{color:#f80;font-size:1.2rem}.crypto-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;align-items:start;animation:fadeInUp .6s ease-out .5s both;max-width:1400px;margin-left:auto;margin-right:auto}.crypto-card{background:#000;border:2px solid #ff8800;border-radius:16px;padding:1.5rem;min-height:350px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.crypto-card:hover{transform:translateY(-5px);box-shadow:0 0 20px #ff88004d}.crypto-card.flashing{animation:flash .8s ease-in-out}.crypto-card h3{margin:.5rem 0 .25rem;color:#f80;font-size:1.5rem}.crypto-card .crypto-icon{width:64px;height:64px;display:block;margin:0 auto}.crypto-card .crypto-symbol{color:#f80;font-size:1rem;margin:0;text-transform:uppercase;opacity:.8}.crypto-card .crypto-price{font-size:2rem;font-weight:700;margin:1rem 0 .5rem;color:#f80}.crypto-card .crypto-change{font-weight:600;font-size:1.2rem;margin:0 0 1rem}.crypto-card .crypto-change.positive{color:#0f0}.crypto-card .crypto-change.negative{color:red}.crypto-card .dropdown-toggle{background:#f80;color:#000;border:none;border-radius:8px;padding:.75rem 1rem;font-size:1rem;cursor:pointer;width:100%;font-family:Manrope,DM Sans,sans-serif;font-weight:600;transition:opacity .3s ease}.crypto-card .dropdown-toggle:hover{opacity:.9}.crypto-card .dropdown-toggle:active{transform:scale(.98)}.crypto-card .price-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #ff8800}.crypto-card .price-detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem}.crypto-card .price-detail-item .price-label{color:#f80;font-weight:500;opacity:.8}.crypto-card .price-detail-item .price-info{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.crypto-card .price-detail-item .price-value{color:#f80;font-weight:600}.crypto-card .price-detail-item .price-percentage{font-size:.9rem;font-weight:600}.crypto-card .price-detail-item .price-percentage.positive{color:#0f0}.crypto-card .price-detail-item .price-percentage.negative{color:red}@media (max-width: 1200px){.crypto-coins-section__title{font-size:3rem;letter-spacing:-1px}.crypto-coins-section__subtitle{font-size:1.125rem}}@media (max-width: 768px){.crypto-coins-section__title{font-size:2.5rem}.crypto-coins-section__subtitle{font-size:1rem}.crypto-list{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.crypto-card{max-width:100%}.crypto-card h3{font-size:1.25rem}.crypto-card .crypto-price{font-size:1.5rem}.crypto-card .crypto-change{font-size:1rem}.crypto-card .dropdown-toggle{padding:.75rem .5rem;font-size:.9rem}}.crypto-my-pot{background:#000;border:2px solid #ff8800;border-radius:16px;padding:1.5rem;height:fit-content;position:sticky;top:2rem;font-family:Manrope,DM Sans,sans-serif}.crypto-my-pot .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ff8800}.crypto-my-pot .section-header h2{color:#f80;font-size:1.5rem;font-weight:700;margin:0}.crypto-my-pot .section-header .edit-btn{background:transparent;border:2px solid #ff8800;color:#f80;padding:.4rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:background .3s ease,color .3s ease}.crypto-my-pot .section-header .edit-btn:hover{background:#f80;color:#000}.crypto-my-pot .pot-balance{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#ff88001a;border:2px solid #ff8800;border-radius:12px;margin-bottom:1.5rem}.crypto-my-pot .pot-balance__label{color:#f80;font-size:.9rem;font-weight:600;opacity:.8}.crypto-my-pot .pot-balance__amount{color:#f80;font-size:2rem;font-weight:800}.crypto-my-pot .history-btn{width:100%;background:#f80;color:#000;border:none;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:opacity .3s ease;margin-bottom:1.5rem}.crypto-my-pot .history-btn:hover{opacity:.9}.crypto-my-pot .percentage-tracker h3{color:#f80;font-size:1.1rem;font-weight:700;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #ff8800}.crypto-my-pot .tracker-section{margin-bottom:1.25rem}.crypto-my-pot .tracker-section h4{color:#f80;font-size:.95rem;font-weight:600;margin:0 0 .75rem;opacity:.9}.crypto-my-pot .tracker-section .tracker-items{display:flex;flex-direction:column;gap:.5rem}.crypto-my-pot .tracker-section .tracker-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ff88000d;border:1px solid rgba(255,136,0,.3);border-radius:6px;transition:background .3s ease}.crypto-my-pot .tracker-section .tracker-item:hover{background:#ff88001a}.crypto-my-pot .tracker-section .tracker-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ff8800}.crypto-my-pot .tracker-section .tracker-item label{color:#f80;font-size:.9rem;cursor:pointer;flex:1;-webkit-user-select:none;user-select:none}@media (max-width: 1200px){.crypto-my-pot{position:static}}.crypto-holdings-page{min-height:100vh;width:100vw;background:#000;padding:2rem;padding-top:100px;padding-bottom:4rem;margin:0;top:0;left:0;overflow-y:auto;overflow-x:hidden;font-family:Manrope,DM Sans,sans-serif}.crypto-holdings-page__container{max-width:900px;margin:0 auto}.crypto-holdings-page__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #ff8800}.crypto-holdings-page__header h1{font-size:3rem;color:#f80;margin:0;font-weight:800;letter-spacing:-2px}.crypto-holdings-page__content{display:flex;flex-direction:column;gap:2rem}.add-holding-section{background:#000;border:2px solid #ff8800;border-radius:16px;padding:2rem}.add-holding-section h2{color:#f80;font-size:2rem;font-weight:700;margin:0 0 1rem}.add-holding-section .coin-percentages{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#ff88000d;border:1px solid rgba(255,136,0,.3);border-radius:8px}.add-holding-section .coin-percentages .coin-percentage-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.add-holding-section .coin-percentages .coin-percentage-item .coin-name{color:#f80;font-size:.9rem;font-weight:600;opacity:.8}.add-holding-section .coin-percentages .coin-percentage-item .coin-change{font-size:1.1rem;font-weight:700}.add-holding-section .coin-percentages .coin-percentage-item .coin-change.positive{color:#0f0}.add-holding-section .coin-percentages .coin-percentage-item .coin-change.negative{color:red}.add-holding-section .error-message{background:#ff00001a;border:2px solid #ff0000;color:red;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:600}.add-holding-section .success-message{background:#00ff001a;border:2px solid #00ff00;color:#0f0;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:600;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.add-holding-section .holding-form{display:flex;flex-direction:column;gap:1.5rem;max-width:100%}.add-holding-section .holding-form .transaction-count-selector{margin-bottom:1rem}.add-holding-section .holding-form .transaction-count-selector label{color:#f80;font-size:1rem;font-weight:600;display:block;margin-bottom:.75rem}.add-holding-section .holding-form .transaction-count-selector .count-buttons{display:flex;gap:1rem}.add-holding-section .holding-form .transaction-count-selector .count-btn{background:transparent;border:2px solid #ff8800;color:#f80;padding:.75rem 1.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:all .3s ease}.add-holding-section .holding-form .transaction-count-selector .count-btn:hover{background:#ff88001a}.add-holding-section .holding-form .transaction-count-selector .count-btn.active{background:#f80;color:#000}.add-holding-section .holding-form .transaction-count-selector .count-btn:disabled{opacity:.4;cursor:not-allowed}.add-holding-section .holding-form .transaction-form-block{padding:1.5rem;border:2px solid rgba(255,136,0,.3);border-radius:12px;margin-bottom:1rem}.add-holding-section .holding-form .transaction-form-block h3{color:#f80;font-size:1.3rem;font-weight:700;margin:0 0 1rem}.add-holding-section .holding-form .transaction-form-block .form-row:first-of-type{margin-bottom:1.5rem}.add-holding-section .holding-form .transaction-summary{background:#ff88001a;border:2px solid #ff8800;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.add-holding-section .holding-form .transaction-summary h3{color:#f80;font-size:1.3rem;font-weight:700;margin:0 0 1rem}.add-holding-section .holding-form .transaction-summary .summary-items{display:flex;flex-direction:column;gap:.75rem}.add-holding-section .holding-form .transaction-summary .summary-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:.75rem;background:#0000004d;border-radius:8px}.add-holding-section .holding-form .transaction-summary .summary-item .summary-coin{color:#f80;font-weight:700;font-size:1.1rem;min-width:80px}.add-holding-section .holding-form .transaction-summary .summary-item .summary-details{color:#f80;font-size:.95rem}.add-holding-section .holding-form .transaction-summary .summary-item .summary-amount{color:#f80;font-weight:700;font-size:1.1rem;text-align:right}.add-holding-section .holding-form .transaction-summary .summary-total{margin-top:1rem;padding-top:1rem;border-top:2px solid rgba(255,136,0,.5);display:flex;justify-content:space-between;align-items:center}.add-holding-section .holding-form .transaction-summary .summary-total .total-label{color:#f80;font-size:1.2rem;font-weight:700}.add-holding-section .holding-form .transaction-summary .summary-total .total-amount{color:#f80;font-size:1.4rem;font-weight:700}.add-holding-section .holding-form .form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.add-holding-section .holding-form .form-row:last-of-type{grid-template-columns:1fr}.add-holding-section .holding-form .form-group{display:flex;flex-direction:column;gap:.5rem}.add-holding-section .holding-form .form-group label{color:#f80;font-size:.95rem;font-weight:600}.add-holding-section .holding-form .form-group.threshold-selector-group{grid-column:1/-1}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-table{margin-top:.75rem;border:2px solid #ff8800;border-radius:8px;overflow:hidden}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-header{display:grid;grid-template-columns:1fr 1fr;background:#f80;color:#000;padding:.75rem 1rem;font-weight:700;font-size:.95rem}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-header span{color:#000}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item{display:grid;grid-template-columns:auto 1fr;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,136,0,.3);transition:background .2s ease}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item:last-child{border-bottom:none}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item:hover{background:#ff88000d}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#ff8800;margin-right:1rem}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item label{display:grid;grid-template-columns:1fr 1fr;cursor:pointer;margin:0;width:100%}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item label .threshold-drop{font-weight:600}.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item label .threshold-reserve .cumulative{color:#ff8800b3;font-size:.9rem;margin-left:.5rem}@media (max-width: 500px){.add-holding-section .holding-form .form-group.threshold-selector-group .threshold-item label .threshold-reserve .cumulative{display:block;margin-left:0;margin-top:.25rem}}.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation{margin-top:1rem;padding:1rem;background:#ff88001a;border:2px solid #ff8800;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-info,.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-adjustment,.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-amount{color:#f80;font-size:1rem}.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-info strong,.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-adjustment strong,.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-amount strong{font-weight:700}.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-adjustment .adjustment-note{display:block;font-size:.85rem;opacity:.8;margin-top:.25rem}.add-holding-section .holding-form .form-group.threshold-selector-group .reserve-calculation .reserve-amount{font-size:1.2rem;padding-top:.5rem;border-top:1px solid rgba(255,136,0,.3);margin-top:.5rem}.add-holding-section .holding-form .form-group input,.add-holding-section .holding-form .form-group select{background:#000;border:2px solid #ff8800;color:#f80;padding:.875rem 1rem;border-radius:8px;font-size:1rem;font-family:Manrope,DM Sans,sans-serif;transition:border-color .3s ease,box-shadow .3s ease}.add-holding-section .holding-form .form-group input:focus,.add-holding-section .holding-form .form-group select:focus{outline:none;border-color:#f80;box-shadow:0 0 0 3px #f803}.add-holding-section .holding-form .form-group input::placeholder,.add-holding-section .holding-form .form-group select::placeholder{color:#ff880080}.add-holding-section .holding-form .form-group input:disabled,.add-holding-section .holding-form .form-group select:disabled{opacity:.4;cursor:not-allowed;border-color:#ff88004d}.add-holding-section .holding-form .form-group input[type=text],.add-holding-section .holding-form .form-group input[type=number],.add-holding-section .holding-form .form-group select[type=text],.add-holding-section .holding-form .form-group select[type=number]{-moz-appearance:textfield}.add-holding-section .holding-form .form-group input[type=text]::-webkit-outer-spin-button,.add-holding-section .holding-form .form-group input[type=text]::-webkit-inner-spin-button,.add-holding-section .holding-form .form-group input[type=number]::-webkit-outer-spin-button,.add-holding-section .holding-form .form-group input[type=number]::-webkit-inner-spin-button,.add-holding-section .holding-form .form-group select[type=text]::-webkit-outer-spin-button,.add-holding-section .holding-form .form-group select[type=text]::-webkit-inner-spin-button,.add-holding-section .holding-form .form-group select[type=number]::-webkit-outer-spin-button,.add-holding-section .holding-form .form-group select[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-holding-section .holding-form .form-group select.custom-select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23ff8800" d="M6 8L0 0h12z"/></svg>');background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.5rem}.add-holding-section .holding-form .form-group select.custom-select::-ms-expand{display:none}.add-holding-section .holding-form .form-group select.custom-select.error-border{border-color:red;box-shadow:0 0 0 3px #f003}.add-holding-section .holding-form .form-group input.datetime-input{color-scheme:dark}.add-holding-section .holding-form .form-group input.datetime-input::-webkit-calendar-picker-indicator{filter:invert(54%) sepia(100%) saturate(1000%) hue-rotate(360deg);cursor:pointer}.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-fields-wrapper{color:#f80}.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-text{color:#f80}.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-month-field,.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-day-field,.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-year-field,.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-hour-field,.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-minute-field,.add-holding-section .holding-form .form-group input.datetime-input::-webkit-datetime-edit-ampm-field{color:#f80}.add-holding-section .holding-form .form-actions{display:flex;gap:1rem;margin-top:.5rem}.add-holding-section .holding-form .submit-btn{background:#f80;color:#000;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:opacity .3s ease}.add-holding-section .holding-form .submit-btn:hover{opacity:.9}.add-holding-section .holding-form .submit-btn:disabled{opacity:.5;cursor:not-allowed}.history-buttons-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.history-buttons-section .history-btn{background:transparent;border:2px solid #ff8800;color:#f80;padding:1.5rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:background .3s ease,color .3s ease,transform .2s ease}.history-buttons-section .history-btn:hover{background:#f80;color:#000;transform:translateY(-2px)}.history-buttons-section .history-btn:active{transform:translateY(0)}@media (max-width: 1024px){.add-holding-section .holding-form .form-row{grid-template-columns:repeat(2,1fr)}.add-holding-section .holding-form .form-row:last-of-type{grid-template-columns:1fr}}@media (max-width: 768px){.crypto-holdings-page{padding:1rem;padding-top:100px}.crypto-holdings-page__header h1{font-size:2rem}.add-holding-section{padding:1.5rem}.add-holding-section h2{font-size:1.5rem}.add-holding-section .holding-form .form-row{grid-template-columns:1fr}.add-holding-section .holding-form .form-row:last-of-type{grid-template-columns:1fr}.history-buttons-section{grid-template-columns:1fr}.history-buttons-section .history-btn{padding:1.25rem 1.5rem;font-size:1rem}}.history-page{min-height:100vh;width:100vw;background:#000;padding:2rem;padding-top:100px;padding-bottom:4rem;margin:0;top:0;left:0;overflow-y:auto;overflow-x:hidden;font-family:Manrope,DM Sans,sans-serif}.history-page__container{max-width:1200px;margin:0 auto}.history-page__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #ff8800}.history-page__header h1{font-size:3rem;color:#f80;margin:0;font-weight:800;letter-spacing:-2px}.history-page__content{background:#000;border:2px solid #ff8800;border-radius:16px;padding:2rem}.history-page__loading{display:flex;justify-content:center;align-items:center;min-height:60vh}.spinner{width:60px;height:60px;border:4px solid rgba(255,136,0,.2);border-top-color:#f80;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.summary-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #ff8800}.summary-section .summary-item{display:flex;flex-direction:column;gap:.5rem}.summary-section .summary-item .summary-label{color:#f80;font-size:.9rem;font-weight:600;opacity:.8}.summary-section .summary-item .summary-value{font-size:1.5rem;font-weight:700}.summary-section .summary-item .summary-value.negative{color:red}.history-table-container{overflow-x:auto}.history-table-container .no-data{color:#f80;font-size:1.1rem;text-align:center;padding:3rem 2rem;opacity:.7;margin:0}.history-table{width:100%;border-collapse:collapse}.history-table thead tr{border-bottom:2px solid #ff8800}.history-table thead tr th{color:#f80;font-weight:700;text-align:left;padding:1rem;font-size:1rem;white-space:nowrap}.history-table tbody tr{border-bottom:1px solid rgba(255,136,0,.3);transition:background .3s ease}.history-table tbody tr:hover{background:#ff88000d}.history-table tbody tr td{color:#f80;padding:1rem;font-size:.95rem}.history-table tbody tr td.withdrawal-amount{color:red;font-weight:600}.history-table tbody tr td.deposit-amount{color:#0f0;font-weight:600}.history-table tbody tr td.origin-label{text-transform:capitalize}.history-table tbody tr td .type-debit{color:red;font-weight:600;text-transform:uppercase;font-size:.85em}.history-table tbody tr td .type-credit{color:#0f0;font-weight:600;text-transform:uppercase;font-size:.85em}.history-table tbody tr td .adjusted{color:#ff8800b3;font-size:.9em}.history-table .delete-btn{background:transparent;border:2px solid #ff0000;color:red;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:Manrope,DM Sans,sans-serif;transition:background .3s ease,color .3s ease}.history-table .delete-btn:hover{background:red;color:#000}.history-table .delete-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.history-page{padding:1rem;padding-top:100px}.history-page__header h1{font-size:2rem}.history-page__content{padding:1rem}.summary-section .summary-item .summary-label{font-size:.85rem}.summary-section .summary-item .summary-value{font-size:1.2rem}.history-table{font-size:.75rem;display:block;overflow-x:auto}.history-table thead th,.history-table tbody td{padding:.5rem .25rem;font-size:.75rem}.history-table .delete-btn{padding:.4rem .5rem;font-size:.75rem;white-space:nowrap}}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.block{display:block}.flex{display:flex}.hidden{display:none}.table{display:table}.resize{resize:both}.capitalize{text-transform:capitalize}.italic{font-style:italic}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%;margin:0;padding:0;overflow:hidden auto}body{background:#000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
