.app{min-height:100vh;display:flex;flex-direction:column;position:relative;transition:margin-right .3s ease}.app.debug-panel-open{margin-right:var(--debug-panel-width, 500px);transition:margin-right .1s ease-out}.skip-link{position:absolute;top:-40px;left:0;background:transparent;color:#fff;padding:.75rem 1.5rem;text-decoration:none;font-weight:600;z-index:1000;border-radius:0 0 4px;transition:top .2s ease}.skip-link:focus{top:0;outline:3px solid var(--accent-color);outline-offset:2px}.app-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:2rem;box-shadow:0 4px 12px #0000001a;position:relative;overflow:visible}.app-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 20%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.03) 0%,transparent 50%);pointer-events:none;overflow:hidden;border-radius:0}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;position:relative;z-index:1}.header-brand{flex:1;display:flex;align-items:center;gap:1rem;justify-content:flex-start}.header-brand-clickable{cursor:pointer;transition:opacity .2s ease}.header-brand-clickable:hover{opacity:.85}.header-logo{height:80px;width:80px;object-fit:contain;border-radius:8px;background:#ffffff1a;padding:4px}.header-brand>div{text-align:left}.header-auth{display:flex;align-items:center;position:relative;z-index:10}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.subtitle{font-size:1.1rem;opacity:.9;font-weight:300}.tab-navigation{display:flex;justify-content:center;gap:.5rem;padding:1.5rem;background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap}.tab-button{padding:.75rem 1.5rem;border:2px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:8px;font-size:1rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.tab-icon{font-size:1.2rem;line-height:1}.tab-button:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.tab-button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.app-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.landing-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;gap:4rem;padding:3rem 1rem;position:relative}.landing-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(125,159,69,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(78,49,25,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.landing-page>*{position:relative;z-index:1}.landing-hero-section{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:2rem;animation:fadeInUp .8s ease-out}.landing-hero-content{text-align:center;max-width:700px;margin-bottom:1rem}.landing-hero-title{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;line-height:1.2;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin:0;line-height:1.6;font-weight:400}.landing-hero{width:100%;max-width:1000px;margin:0 auto;display:flex;justify-content:center;align-items:center;animation:fadeIn 1s ease-out .2s both}.landing-hero-image{width:100%;height:auto;max-width:100%;border-radius:16px;box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease}.landing-hero-image:hover{transform:translateY(-2px);box-shadow:0 24px 72px #00000026,0 12px 32px #0000001a}.landing-features-section{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:2.5rem;animation:fadeInUp .8s ease-out .3s both}.landing-section-title{font-size:2rem;font-weight:600;color:var(--text-primary);text-align:center;margin:0;line-height:1.3}.landing-cta{text-align:center;max-width:600px;padding:3rem 2rem;background:linear-gradient(135deg,#4e311905,#7d9f4505);border-radius:16px;border:1px solid var(--border);animation:fadeInUp .8s ease-out .4s both}.landing-cta-title{font-size:2rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;line-height:1.3}.landing-cta-description{font-size:1.1rem;color:var(--text-secondary);margin:0 0 2rem;line-height:1.7}.landing-cta-button{display:flex;justify-content:center}@media (max-width: 568px){.app-header{padding:.75rem 1rem}.app-header h1{font-size:1.25rem;margin-bottom:0}.subtitle{display:none}.header-content{flex-direction:row;gap:.5rem;align-items:center}.header-brand{flex-direction:row;flex:1;gap:.5rem;justify-content:flex-start}.header-brand>div{text-align:left}.header-logo{height:36px;width:36px;flex-shrink:0}.header-auth{flex-shrink:0}.app-main{padding:0;gap:0}.landing-page{gap:2.5rem;padding:2rem 1rem}.landing-hero-title{font-size:1.75rem}.landing-hero-subtitle{font-size:1.1rem}.landing-hero{max-width:100%;padding:0 .5rem}.landing-hero-image{border-radius:12px;box-shadow:0 12px 32px #0000001a}.landing-section-title{font-size:1.5rem}.landing-features-section{gap:2rem}.landing-cta{padding:2rem 1.5rem}.landing-cta-title{font-size:1.5rem}.landing-cta-description{font-size:1rem}.tab-button{padding:.75rem;font-size:.9rem;min-width:48px;justify-content:center}.tab-button span:not(.tab-icon){display:none}.tab-icon{font-size:1.5rem}.app-footer{padding:1rem;font-size:.85rem}}.form-container{background:var(--surface);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;max-width:600px;margin:0 auto}.form-container h2{color:var(--primary-color);margin-bottom:.5rem;font-size:1.75rem}.form-description{color:var(--text-secondary);font-size:.95rem}.form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-primary);font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:2px solid var(--border);border-radius:6px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;font-family:inherit}.revenue-preview{padding:1rem;background:var(--background);border-radius:6px;text-align:center;color:var(--primary-color);font-size:1.1rem}.message{padding:1rem;border-radius:6px;font-weight:500}.message-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;white-space:pre-line}.submit-button{padding:.875rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;transition:all .2s ease;margin-top:.5rem}.submit-button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.autocomplete-wrapper{position:relative;width:100%;display:block}.autocomplete-wrapper input{width:100%;box-sizing:border-box}.autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid var(--border);border-top:none;border-radius:0 0 6px 6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a;margin-top:-2px}.autocomplete-suggestion{padding:.75rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid var(--border)}.autocomplete-suggestion:last-child{border-bottom:none}.autocomplete-suggestion:hover,.autocomplete-suggestion.selected{background-color:var(--background-light);color:var(--primary-color)}.autocomplete-suggestion:active{background-color:var(--primary-color);color:#fff}@media (max-width: 568px){.form-container{padding:1.5rem}.autocomplete-suggestions{max-height:150px}}.configure-content{display:block}.configure-content .form{gap:0}.current-data-source{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;background:var(--surface);border:2px solid var(--border);border-radius:6px;margin-bottom:.5rem}.data-source-info{display:flex;align-items:center;gap:.5rem;flex:1}.data-source-label{font-weight:600;color:var(--text-secondary);font-size:.9rem}.data-source-value{font-weight:500;color:var(--text-primary);font-size:1rem}.data-source-button{padding:.375rem .75rem;border:1px solid var(--accent-color);border-radius:4px;font-size:.875rem;background:var(--accent-color);color:#fff;cursor:pointer;transition:all .2s ease;font-weight:500;white-space:nowrap}.data-source-button:hover{border-color:var(--accent-dark);background:var(--accent-dark)}.configure-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.configure-loading .spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.price-input-wrapper{position:relative;display:flex;align-items:center}.price-symbol{position:absolute;left:12px;color:var(--text-secondary);font-weight:500;pointer-events:none;z-index:1}.price-input-wrapper input{padding-left:28px}.form-hint{margin-top:.5rem;font-size:.875rem;color:var(--text-secondary);font-style:italic}.config-section{margin-bottom:0;border:1px solid var(--border);border-radius:0;overflow:hidden;background:var(--surface)}.config-section:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.config-section:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom:1px solid var(--border)}.config-section:not(:last-child){border-bottom:none}.config-section-header{width:100%;padding:1rem 1.25rem;background:var(--background);border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:1rem;font-weight:600;color:var(--text-primary);transition:background-color .2s ease;border-radius:0;position:relative;margin:0}.config-section:first-child .config-section-header{border-top-left-radius:8px;border-top-right-radius:8px}.config-section:last-child .config-section-header{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.config-section:last-child .config-section-content{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.config-section-header:hover{background:var(--surface)}.config-section-header:focus-visible{outline:3px solid var(--accent-color);outline-offset:-3px}.config-section-title{display:flex;align-items:center;gap:.75rem;flex:1}.config-section-icon{font-size:1.25rem;line-height:1}.config-section-chevron{font-size:.875rem;color:var(--text-secondary);transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.config-section-content{padding:1.25rem;border-top:1px solid var(--border);background:var(--surface);animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.config-section-content .form-group{margin-bottom:1.25rem}.config-section-content .form-group:last-child{margin-bottom:0}.config-changes-section{margin-top:.75rem;border:1px solid var(--accent-color);border-radius:6px;overflow:hidden;background:var(--surface)}.config-changes-header{padding:.5rem .75rem;background:var(--accent-color);color:#fff;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem}.config-changes-icon{font-size:1rem;line-height:1}.config-changes-title{flex:1}.config-changes-content{padding:.75rem;background:var(--surface)}.config-changes-description{margin-bottom:.5rem;color:var(--text-secondary);font-size:.8rem}.config-changes-list{display:flex;flex-direction:column;gap:.5rem}.config-change-item{padding:.5rem .75rem;background:var(--background);border-radius:4px;border:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.config-change-label{font-weight:600;color:var(--text-primary);font-size:.85rem;flex-shrink:0;min-width:140px}.config-change-values{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:flex-end}.config-change-old,.config-change-new{font-size:.85rem}.config-change-label-small{display:none}.config-change-value{font-size:.85rem;font-weight:500}.config-change-old .config-change-value{color:var(--error);text-decoration:line-through}.config-change-new .config-change-value{color:var(--success);font-weight:600}.config-change-arrow{font-size:.9rem;color:var(--text-secondary);flex-shrink:0}@media (max-width: 568px){.config-change-item{flex-direction:column;align-items:flex-start;gap:.5rem}.config-change-label{min-width:auto}.config-change-values{width:100%;justify-content:flex-start}}.sheet-selector{max-width:600px;margin:0 auto;padding:2rem;background:var(--surface);border-radius:12px;box-shadow:0 2px 8px #0000001a}.sheet-selector-modal{padding:0;background:transparent;box-shadow:none;max-width:100%}.sheet-selector-header{margin-bottom:2rem;text-align:center}.sheet-selector-header h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem}.sheet-selector-description{color:var(--text-secondary);font-size:.95rem;margin:0}.sheet-selector-loading{text-align:center;padding:3rem}.sheet-selector-loading .spinner{border:4px solid var(--border);border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}.sheet-selector-error{background:#dc35451a;color:var(--error);padding:1.5rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid rgba(220,53,69,.3);line-height:1.6}.permission-error-content{color:var(--text-primary);text-align:left}.error-title{font-size:1.1rem;font-weight:600;color:var(--error);margin-bottom:.75rem;text-align:left}.error-description{color:var(--text-primary);margin-bottom:1rem;font-size:.95rem;text-align:left}.error-steps{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;align-items:flex-start}.error-step{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-primary);width:100%;text-align:left}.step-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--primary-color);color:#fff;border-radius:50%;font-weight:600;font-size:.85rem;flex-shrink:0}.step-text{flex:1;line-height:1.5;padding-top:2px;text-align:left}.error-scopes{margin-left:2rem;margin-top:.5rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.5rem}.scope-item{font-family:Courier New,monospace;font-size:.85rem;color:var(--text-secondary);background:var(--background);padding:.5rem .75rem;border-radius:4px;border:1px solid var(--border)}.sheet-selector-actions{margin-bottom:2rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.sheet-selector-button{padding:.75rem 1.5rem;border:2px solid var(--primary-color);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:var(--surface);color:var(--primary-color)}.sheet-selector-button:hover:not(:disabled){background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.sheet-selector-button.primary{background:var(--primary-color);color:#fff}.sheet-selector-button.primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.sheet-selector-button:disabled{opacity:.6;cursor:not-allowed}.sheet-list{margin-top:2rem}.sheet-list h3{color:var(--text-primary);font-size:1.1rem;margin-bottom:1rem;font-weight:600}.sheet-items{display:flex;flex-direction:column;gap:.75rem}.sheet-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--background);border:2px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.sheet-item:hover{border-color:var(--primary-color);background:#4a7c590d;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.sheet-item-icon{font-size:2rem;flex-shrink:0}.sheet-item-content{flex:1;min-width:0}.sheet-item-name{font-weight:600;color:var(--text-primary);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-item-meta{font-size:.85rem;color:var(--text-secondary)}.sheet-item-arrow{color:var(--primary-color);font-size:1.5rem;flex-shrink:0}.sheet-selector-empty{text-align:center;padding:2rem;color:var(--text-secondary)}.sheet-create-form{margin-top:1rem}.sheet-selector-back{background:none;border:none;color:var(--primary-color);cursor:pointer;font-size:.9rem;margin-bottom:1.5rem;padding:.5rem 0;transition:color .2s ease}.sheet-selector-back:hover{color:var(--primary-dark);text-decoration:underline}.sheet-create-form .form-group{margin-bottom:1.5rem}.sheet-create-form label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:500}.sheet-create-form input{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:6px;font-size:1rem;transition:border-color .2s ease}.sheet-create-form input:focus{outline:none;border-color:var(--primary-color)}.sheet-create-form input:disabled{background:var(--background);cursor:not-allowed}.sheet-create-info{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem;line-height:1.5}.sheet-create-sharing-note{background:#4a7c591a;border:1px solid rgba(74,124,89,.3);border-radius:6px;padding:1rem;margin-bottom:1.5rem;color:var(--text-primary);font-size:.9rem;line-height:1.5}.sheet-create-sharing-note strong{color:var(--primary-color)}.sheet-create-sharing-note ol{margin-top:.5rem;padding-left:1.5rem}.sheet-create-sharing-note li{margin-bottom:.25rem}.breadcrumb-link{background:var(--background);color:var(--text-secondary);border:1px solid var(--border);padding:.25rem .5rem;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;transition:all .2s ease;font-size:1.1rem;font-family:inherit}.breadcrumb-link:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);text-decoration:none}.breadcrumb-chevron{width:1em;height:1em;flex-shrink:0;stroke-width:2.5}@media (max-width: 568px){.sheet-selector{padding:1.5rem}.sheet-selector-header h2{font-size:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease;transition:right .3s ease-out}.app.debug-panel-open .modal-overlay{right:var(--debug-panel-width, 500px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--surface);border-radius:12px;box-shadow:0 10px 40px #0003;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.modal-header-right{display:flex;align-items:center;gap:1rem}.modal-title-wrapper{display:flex;align-items:center;gap:.75rem}.modal-icon{font-size:1.75rem;line-height:1}.modal-header h2{margin:0;font-size:1.5rem;color:var(--text-primary)}.modal-close{background:none;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;line-height:1}.modal-close:hover{background:var(--border);color:var(--text-primary)}.modal-body{padding:1.5rem}@media (max-width: 568px){.modal-content{max-width:100%;max-height:95vh;border-radius:12px 12px 0 0;margin-top:auto}.modal-header{padding:1rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1rem}}.data-source-wizard{padding:.5rem 0}.wizard-step{display:flex;flex-direction:column;gap:1.5rem}.wizard-description{color:var(--text-secondary);font-size:.95rem;margin-bottom:.5rem}.source-options{display:flex;flex-direction:column;gap:1rem}.source-option{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;border:2px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;transition:all .2s ease;text-align:left}.source-option:hover{border-color:var(--primary-color);background:var(--background);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.source-option.selected{border-color:var(--primary-color);background:var(--primary-light);background:#4e31190d}.source-option-header{display:flex;align-items:center;gap:.75rem}.source-icon{font-size:1.5rem;line-height:1}.source-name{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.source-description{font-size:.9rem;color:var(--text-secondary);margin:0;margin-left:2.25rem}.wizard-success{text-align:center;padding:2rem 1rem}.success-icon{font-size:3rem;margin-bottom:1rem}.wizard-success h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.5rem}.wizard-success p{color:var(--text-secondary);font-size:.95rem}.wizard-actions{display:flex;justify-content:flex-start;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.back-button{padding:.625rem 1.25rem;background:transparent;border:2px solid var(--border);color:var(--text-primary);border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-button:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--background)}.auth-status{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;position:relative}.auth-indicator{color:#ffffffe6;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.auth-button{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.auth-button.sign-in{background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-main .auth-button.sign-in{background:var(--primary-color);color:#fff;padding:.875rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;box-shadow:0 4px 12px #00000026}.app-main .auth-button.sign-in:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.auth-button.sign-in:hover:not(:disabled){background:#ffffff40;border-color:#ffffff80}.auth-button.sign-out{background:#ffffff1a;color:#fff;border-color:#fff3}.auth-button.sign-out:hover{background:#fff3}.auth-button.user-button{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.3)}.auth-button.user-button:hover{background:#ffffff40;border-color:#ffffff80}.user-icon{font-size:1.2rem;line-height:1}.user-button-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-button-avatar-fallback{width:100%;height:100%;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.auth-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:10000;overflow:hidden}.user-info{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--background)}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-avatar-fallback{width:40px;height:40px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{font-weight:600;color:var(--text-primary);font-size:.95rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:.85rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:var(--border);margin:.5rem 0}.dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;font-size:.9rem;color:var(--text-primary);transition:background .2s ease}.dropdown-item:hover{background:var(--background)}.dropdown-item.logout{color:var(--error)}.dropdown-item.logout:hover{background:#dc35451a}.sheet-info{padding:.75rem 1rem;background:var(--background)}.sheet-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}.sheet-name-container{margin-bottom:.5rem;display:flex;align-items:baseline;gap:.5rem;overflow:hidden}.sheet-name{font-size:.9rem;color:var(--text-primary);font-weight:500;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-id-subtle{font-size:.7rem;color:var(--text-secondary);font-family:Courier New,monospace;opacity:.7;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.sheet-id{font-size:.8rem;color:var(--text-primary);font-family:Courier New,monospace;margin-bottom:.5rem;word-break:break-all;line-height:1.4}.sheet-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.sheet-link{display:inline-block;font-size:.85rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.sheet-link:hover{color:var(--primary-dark);text-decoration:underline}.sheet-switch-button{background:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s ease}.sheet-switch-button:hover{background:var(--primary-dark)}.data-source-info-dropdown{padding:.75rem 1rem;background:var(--background);display:flex;flex-direction:column;gap:.5rem}.data-source-label-dropdown{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.data-source-value-dropdown{font-size:.9rem;color:var(--text-primary);font-weight:500}.data-source-change-button{background:var(--accent-color);color:#fff;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s ease;align-self:flex-start}.data-source-change-button:hover{background:var(--accent-dark)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-note{display:none}@media (max-width: 568px){.auth-status{flex-direction:column;align-items:stretch}.auth-button{width:100%}}.setup-wizard-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.setup-wizard-content{background:var(--surface);border-radius:12px;box-shadow:0 4px 20px #0003;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.setup-wizard-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid var(--border)}.setup-wizard-header h2{margin:0 0 .5rem;color:var(--primary-color);font-size:1.75rem}.setup-wizard-subtitle{margin:0 0 1.5rem;color:var(--text-secondary);font-size:1rem}.setup-wizard-progress{display:flex;gap:.5rem;justify-content:center;align-items:center}.progress-step{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;background:var(--background);color:var(--text-secondary);border:2px solid var(--border);transition:all .2s ease}.progress-step.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:scale(1.1)}.progress-step.completed{background:var(--success);color:#fff;border-color:var(--success)}.setup-wizard-body{padding:2rem;overflow-y:auto;flex:1}.setup-wizard-step h3{margin:0 0 .5rem;color:var(--text-primary);font-size:1.25rem}.setup-wizard-step .form-hint{margin:0 0 1.5rem;color:var(--text-secondary);font-size:.9rem}.setup-wizard-footer{padding:1.5rem 2rem;border-top:1px solid var(--border);background:var(--background)}.setup-wizard-actions{display:flex;gap:1rem;align-items:center}.setup-wizard-button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.setup-wizard-button:disabled{opacity:.6;cursor:not-allowed}.setup-wizard-button.primary{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.setup-wizard-button.primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.setup-wizard-button.secondary{background:transparent;color:var(--text-primary);border-color:var(--border)}.setup-wizard-button.secondary:hover:not(:disabled){background:var(--background);border-color:var(--text-secondary)}.setup-wizard-creating-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:12px}.setup-wizard-creating-content{text-align:center;padding:2rem}.setup-wizard-creating-content .spinner{border:4px solid var(--border);border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}.setup-wizard-creating-content p{margin:.5rem 0;color:var(--text-primary);font-size:1rem;font-weight:500}.setup-wizard-creating-hint{font-size:.9rem!important;color:var(--text-secondary)!important;font-weight:400!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 568px){.setup-wizard-content{max-width:100%;max-height:100vh;border-radius:0}.setup-wizard-header,.setup-wizard-body,.setup-wizard-footer{padding:1.5rem}}.app-footer{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem 2rem;text-align:center;color:var(--text-secondary);font-size:.9rem;margin-top:auto}.app-footer p{margin:0}.app-footer a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.app-footer a:hover{color:var(--primary-dark);text-decoration:underline}.app-version{color:var(--text-secondary);opacity:.7;font-size:.85rem}.feature-tiles{width:100%;max-width:1200px;margin:0 auto;padding:2rem 0}.feature-tiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1rem}.feature-tile{background:var(--surface);border-radius:12px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 2px 8px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out both}.feature-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-tile:hover:before{transform:scaleX(1)}.feature-tile:nth-child(1){animation-delay:.1s}.feature-tile:nth-child(2){animation-delay:.15s}.feature-tile:nth-child(3){animation-delay:.2s}.feature-tile:nth-child(4){animation-delay:.25s}.feature-tile:nth-child(5){animation-delay:.3s}.feature-tile:nth-child(6){animation-delay:.35s}.feature-tile:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f,0 4px 12px #4e311914;border-color:var(--primary-color);background:linear-gradient(135deg,var(--surface) 0%,rgba(242,226,200,.3) 100%)}.feature-tile-icon{font-size:3.5rem;margin-bottom:1rem;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.feature-tile:hover .feature-tile-icon{transform:scale(1.15) rotate(5deg)}.feature-tile-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin:0 0 .75rem;transition:color .3s ease}.feature-tile:hover .feature-tile-title{color:var(--primary-dark)}.feature-tile-description{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.feature-tiles-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;padding:0 .5rem}.feature-tile{padding:1.5rem}.feature-tile-icon{font-size:3rem}.feature-tile-title{font-size:1.1rem}.feature-tile-description{font-size:.9rem}}@media (max-width: 568px){.feature-tiles{padding:1rem 0}.feature-tiles-grid{grid-template-columns:1fr;gap:1rem;padding:0}.feature-tile{padding:1.5rem 1rem}.feature-tile-icon{font-size:2.5rem}.feature-tile-title{font-size:1rem}.feature-tile-description{font-size:.85rem}}.retroactive-commissions-setup{max-width:100%}.setup-description{margin-bottom:1.5rem;color:var(--text-secondary);line-height:1.6}.loading-state,.no-sales{text-align:center;padding:2rem;color:var(--text-secondary)}.sales-summary{background:var(--surface);border-radius:8px;padding:1.5rem;margin:1.5rem 0}.sales-summary h3{margin-top:0;margin-bottom:1rem;color:var(--primary-color);font-size:1.1rem}.summary-stats{display:flex;gap:2rem;flex-wrap:wrap}.summary-stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.9rem;color:var(--text-secondary)}.stat-value{font-size:1.3rem;font-weight:600;color:var(--primary-color)}.sales-preview{margin:1.5rem 0;max-height:400px;overflow-y:auto}.sales-preview h3{margin-top:0;margin-bottom:1rem;color:var(--primary-color);font-size:1.1rem}.sales-list{display:flex;flex-direction:column;gap:.75rem}.sale-preview-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--surface);border-radius:6px;border:1px solid var(--border);gap:1rem}.sale-preview-date{font-weight:500;color:var(--text-primary);min-width:100px}.sale-preview-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.sale-preview-customer{font-weight:500;color:var(--text-primary)}.sale-preview-quantity{font-size:.9rem;color:var(--text-secondary)}.sale-preview-commission{font-weight:600;color:var(--primary-color);font-size:1.1rem;min-width:80px;text-align:right}.setup-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.secondary-button{background:transparent;color:var(--text-secondary);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .2s ease}.secondary-button:hover:not(:disabled){background:var(--surface);color:var(--text-primary);border-color:var(--primary-color)}.secondary-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 568px){.summary-stats{flex-direction:column;gap:1rem}.sale-preview-item{flex-direction:column;align-items:flex-start;gap:.5rem}.sale-preview-commission{text-align:left;width:100%}}.api-debug-panel{position:fixed;top:0;right:0;bottom:0;min-width:300px;max-width:80vw;background:var(--surface, #ffffff);border-left:2px solid var(--border, #dee2e6);box-shadow:-4px 0 6px #0000001a;z-index:10000;display:flex;flex-direction:column;font-family:inherit;font-size:13px;overflow:hidden}.api-debug-resize-handle{position:absolute;left:-4px;top:0;bottom:0;width:8px;cursor:col-resize;z-index:10001;background:transparent;transition:background-color .2s}.api-debug-resize-handle:hover{background:var(--primary-color, #4e3119);opacity:.3}.api-debug-resize-handle:active{background:var(--primary-color, #4e3119);opacity:.5}.api-debug-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--background, #f8f9fa);border-bottom:1px solid var(--border, #dee2e6)}.api-debug-title{display:flex;align-items:center;gap:12px}.api-debug-title h2{margin:0;font-size:18px;font-weight:600;color:var(--text-primary, #212529)}.api-debug-badge{background:var(--primary-color, #4e3119);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.api-debug-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-secondary, #6c757d);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.api-debug-close:hover{background:var(--background, #f8f9fa)}.api-debug-tabs{display:flex;border-bottom:1px solid var(--border-color, #e5e7eb);background:var(--surface, #ffffff);padding:0 16px;gap:0}.api-debug-tab{padding:.75rem 1.5rem;border:none;background:transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-secondary, #6c757d);border-bottom:2px solid transparent;transition:all .2s ease;font-family:inherit;display:flex;align-items:center;gap:.5rem;position:relative}.api-debug-tab:hover{color:var(--primary-color, #4e3119);background:var(--background, #f8f9fa)}.api-debug-tab.active{color:var(--primary-color, #4e3119);border-bottom-color:var(--primary-color, #4e3119);font-weight:600}.api-debug-tab-badge{background:var(--primary-color, #4e3119);color:#fff;padding:2px 6px;border-radius:10px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.api-debug-stats{display:flex;gap:12px;padding:12px 16px;background:var(--bg-secondary, #f9fafb);border-bottom:1px solid var(--border-color, #e5e7eb);overflow-x:auto}.api-debug-stat-card{background:#fff;padding:12px;border-radius:6px;border:1px solid var(--border-color, #e5e7eb);min-width:120px;flex-shrink:0}.api-debug-stat-label{font-size:11px;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.api-debug-stat-value{font-size:20px;font-weight:600;color:var(--text-primary, #111827)}.api-debug-stat-services{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.api-debug-service-tag,.api-debug-status-tag{font-size:11px;padding:2px 6px;border-radius:3px;background:var(--bg-secondary, #f9fafb);border-left:3px solid;color:var(--text-primary, #111827)}.api-debug-controls{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:var(--bg-secondary, #f9fafb);border-bottom:1px solid var(--border-color, #e5e7eb)}.api-debug-filters{display:flex;gap:8px}.api-debug-filters button{padding:6px 12px;border:1px solid var(--border, #dee2e6);background:var(--surface, #ffffff);border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease;color:var(--text-primary, #212529)}.api-debug-filters button:hover{background:var(--background, #f8f9fa);border-color:var(--primary-color, #4e3119)}.api-debug-filters button.active{background:var(--primary-color, #4e3119);color:#fff;border-color:var(--primary-color, #4e3119)}.api-debug-options{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary, #6b7280)}.api-debug-options label{display:flex;align-items:center;gap:4px;cursor:pointer}.api-debug-requests{flex:1;overflow-y:auto;padding:8px;background:var(--bg-color, #ffffff)}.api-debug-request{padding:10px;margin-bottom:6px;background:#fff;border:1px solid var(--border-color, #e5e7eb);border-radius:4px;cursor:pointer;transition:all .2s}.api-debug-request:hover{background:var(--background, #f8f9fa);border-color:var(--primary-color, #4e3119)}.api-debug-request.error{border-left:3px solid var(--error-color, #ef4444)}.api-debug-request.cached{opacity:.7}.api-debug-request-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.api-debug-service-badge{padding:2px 6px;border-radius:3px;color:#fff;font-size:10px;font-weight:600;text-transform:uppercase}.api-debug-method{font-family:Courier New,monospace;font-size:11px;font-weight:600;color:var(--text-primary, #111827);padding:2px 4px;background:var(--bg-secondary, #f9fafb);border-radius:2px}.api-debug-status{font-weight:600;font-size:12px}.api-debug-cached-badge{font-size:10px;padding:2px 6px;background:var(--warning-color, #eab308);color:#fff;border-radius:3px;text-transform:uppercase}.api-debug-time{margin-left:auto;font-size:11px;color:var(--text-secondary, #6b7280);font-family:Courier New,monospace}.api-debug-request-endpoint{font-family:Courier New,monospace;font-size:12px;color:var(--text-primary, #111827);word-break:break-all;margin-bottom:4px}.api-debug-request-meta{font-size:11px;color:var(--text-secondary, #6b7280)}.api-debug-error{color:var(--error-color, #ef4444)}.api-debug-empty{text-align:center;padding:40px;color:var(--text-secondary, #6b7280)}.api-debug-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001}.api-debug-modal-content{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.api-debug-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border-color, #e5e7eb)}.api-debug-modal-header h3{margin:0;font-size:18px}.api-debug-modal-header button{background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-secondary, #6b7280);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.api-debug-modal-header button:hover{background:var(--hover-bg, #f3f4f6)}.api-debug-modal-body{padding:16px}.api-debug-detail-row{margin-bottom:12px;line-height:1.6}.api-debug-detail-row strong{display:inline-block;min-width:100px;color:var(--text-primary, #111827)}.api-debug-detail-row code{display:block;margin-top:4px;padding:8px;background:var(--bg-secondary, #f9fafb);border-radius:4px;font-family:Courier New,monospace;font-size:12px;word-break:break-all;border:1px solid var(--border-color, #e5e7eb)}.api-debug-tab-content{flex:1;overflow-y:auto;padding:16px}.api-debug-section{margin-bottom:24px}.api-debug-section h3{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--text-primary, #212529);border-bottom:1px solid var(--border, #dee2e6);padding-bottom:8px}.api-debug-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.api-debug-info-item{display:flex;flex-direction:column;gap:4px;padding:8px;background:var(--background, #f8f9fa);border-radius:4px;border:1px solid var(--border, #dee2e6)}.api-debug-info-item strong{font-size:11px;color:var(--text-secondary, #6c757d);text-transform:uppercase;letter-spacing:.5px}.api-debug-info-item span{font-size:13px;color:var(--text-primary, #212529);font-weight:500}.api-debug-scopes{display:flex;flex-direction:column;gap:8px}.api-debug-scope-item{padding:8px 12px;background:var(--background, #f8f9fa);border-radius:4px;border:1px solid var(--border, #dee2e6);font-family:Courier New,monospace;font-size:11px;color:var(--text-primary, #212529);word-break:break-all}.api-debug-actions{display:flex;gap:8px;flex-wrap:wrap}.api-debug-action-button{padding:6px 12px;border:1px solid var(--primary-color, #4e3119);background:var(--surface, #ffffff);color:var(--primary-color, #4e3119);border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease}.api-debug-action-button:hover{background:var(--primary-color, #4e3119);color:#fff}.api-debug-action-button-small{padding:4px 8px;border:1px solid var(--error, #dc3545);background:var(--surface, #ffffff);color:var(--error, #dc3545);border-radius:4px;cursor:pointer;font-size:11px;font-weight:500;transition:all .2s ease}.api-debug-action-button-small:hover{background:var(--error, #dc3545);color:#fff}.api-debug-config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.api-debug-config-item{display:flex;flex-direction:column;gap:4px;padding:10px;background:var(--surface, #ffffff);border-radius:4px;border:1px solid var(--border, #dee2e6)}.api-debug-config-item strong{font-size:12px;color:var(--text-primary, #212529);font-weight:600}.api-debug-config-item span{font-size:13px;color:var(--text-secondary, #6c757d);font-family:Courier New,monospace}.api-debug-storage-header{margin-bottom:8px;padding-bottom:8px;border-bottom:2px solid var(--border, #dee2e6)}.api-debug-storage-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.api-debug-storage-row{display:grid;grid-template-columns:2fr 3fr 80px 80px;gap:12px;align-items:center;padding:8px;background:var(--surface, #ffffff);border-radius:4px;border:1px solid var(--border, #dee2e6);font-size:12px}.api-debug-storage-row strong{font-weight:600;color:var(--text-primary, #212529)}.api-debug-storage-key{font-family:Courier New,monospace;color:var(--primary-color, #4e3119);font-weight:600;word-break:break-all}.api-debug-storage-value{font-family:Courier New,monospace;color:var(--text-secondary, #6c757d);word-break:break-all;font-size:11px}.api-debug-storage-footer{margin-top:12px;padding-top:12px;border-top:1px solid var(--border, #dee2e6);font-size:12px;color:var(--text-secondary, #6c757d)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #4e3119;--primary-dark: #3d2513;--primary-light: #5f3d26;--secondary-color: #f2e2c8;--secondary-dark: #e8d4b0;--secondary-light: #fcf0e0;--accent-color: #7d9f45;--accent-dark: #6a8538;--accent-light: #8fb352;--background: #f8f9fa;--surface: #ffffff;--text-primary: #212529;--text-secondary: #6c757d;--border: #dee2e6;--success: #28a745;--error: #dc3545;--warning: #ffc107}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.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}*:focus-visible{outline:3px solid var(--accent-color);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent-color);outline-offset:2px}*:focus:not(:focus-visible){outline:none}
