:root{--primary-color: #1E90FF;--primary-color-dark: #115F9B;--secondary-color: #0F1419;--secondary-color-dark: #5f6368;--tertiary-color: #F5F5F5;--accent-color: #1E90FF;--success-color: #2ECC71;--alert-color: #FF7171;--secondary-border-color: #dadce0;--light-font-color: white;--border-color: #E0E0E0;--text-secondary-color: #536471;--background-primary-color: #D2E8FF;--background-scondary-color: #5A6268;--color-background-disabled: #f8f9fa;--font-title: "Montserrat", sans-serif;--font-ui: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--font-cta: "Lexend", sans-serif;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 40px;--border-radius: 8px;--shadow-md: 0 4px 10px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-title);-webkit-font-smoothing:antialiased;background-color:#fff;background-image:url(/background.jpg);background-size:cover;background-position:center;background-attachment:fixed;color:#000;display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:25px 20px}.background-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(8px);z-index:-1}#root{width:100%;display:flex;justify-content:center}.container{background-color:#ffffffb3;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #0003;max-width:500px;width:100%;text-align:center;z-index:1;margin-top:0;margin-bottom:0}.profile-pic{width:150px;height:150px;border-radius:50%;object-fit:cover;object-position:right center;border:0px solid #000000;margin-bottom:1.5rem}.profile-name{font-family:var(--font-cta);font-size:2rem;font-weight:700;margin-bottom:.5rem}.profile-desc{font-family:var(--font-ui);font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.intro-text{font-family:var(--font-body);font-size:1.1rem;line-height:1.5;margin-bottom:2.5rem;margin-top:2.5rem}.footer-text{font-family:var(--font-body);font-size:.9rem;color:#000;margin-top:2rem}.footer-text a{color:#000;text-decoration:underline;transition:color .2s ease}.footer-text a:hover{color:#555}.links-container{display:flex;flex-direction:column;gap:1.25rem}.link-wrapper{display:flex;flex-direction:column;gap:4px}.link-button{font-family:var(--font-cta);background-color:#000;color:#fff;text-decoration:none;padding:1.1rem;border-radius:8px;font-size:1.1rem;font-weight:600;border:2px solid #000000;transition:all .3s ease}.link-button:hover{background-color:#fff;color:#000;border:2px solid #000000;transform:scale(1.02)}.discount-info{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:#333}.dashboard-page{text-align:left;max-width:900px}.dashboard-page h1{margin-bottom:2rem;text-align:center}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:#f9f9f9;border:2px solid #000;border-radius:8px;padding:1.5rem}.stat-card h2{font-size:1.2rem;margin-bottom:.5rem}.stat-card p{font-size:2.5rem;font-weight:700}.stat-list{background-color:#f9f9f9;border:2px solid #000;border-radius:8px;padding:1.5rem}.stat-list h2{margin-bottom:1rem}.stat-list ul{list-style-type:none;padding:0;max-height:400px;overflow-y:auto}.stat-list li{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #ddd}.stat-list li:last-child{border-bottom:none}.stat-list li span:first-child{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:1rem}.stat-list li span:last-child{font-weight:700;white-space:nowrap;padding-left:1rem;background:#fff}.divider{border:none;border-top:2px solid #000;margin:3rem 0}.link-editor h2{text-align:center;margin-bottom:1.5rem}.link-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:2px solid #000;border-radius:8px;background:#fdfdfd;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.25rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #000;border-radius:5px;font-size:1rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-save,.btn-cancel,.btn-edit,.btn-delete{padding:.75rem 1.5rem;border:2px solid #000;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save{background:#000;color:#fff}.btn-save:hover{background:#333}.btn-cancel{background:#fff;color:#000}.btn-cancel:hover{background:#f0f0f0}.link-list-editor h3{margin-bottom:1rem}.link-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:2px solid #000;border-radius:8px;margin-bottom:1rem}.link-info{display:flex;flex-direction:column;gap:.25rem}.link-info span{font-size:.8rem;color:#555}.link-info strong{font-size:1.1rem}.link-info small{color:#333;word-break:break-all}.link-actions{display:flex;gap:.5rem}.btn-edit{background:#fff;color:#000;font-size:.9rem;padding:.5rem 1rem}.btn-delete{background:#fff;color:#c00;border-color:#c00;font-size:.9rem;padding:.5rem 1rem}.btn-delete:hover{background:#c00;color:#fff}.error-message{color:#c00;font-weight:600;margin-bottom:1rem}.iframe-container{text-align:left;margin-top:2rem}.iframe-container h2{text-align:center;margin-bottom:1rem}.iframe-container p{text-align:center;margin-bottom:1.5rem;font-size:1rem;color:#333}.iframe-container iframe{display:flex;border-radius:8px}.brand-logo{max-width:250px;height:auto;margin:1.5rem auto 1rem;display:block}
