@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;700&display=swap");*{box-sizing:border-box}.rating-form-container{--harvest-gold:#daa520;--rust:#c1440e;--cream:#f2e6d0;--bg-primary:#1a1612;--bg-secondary:#242019;--bg-elevated:#2e2a22;--border-default:#3d382e;--border-focus:#daa520;--text-primary:#f2e6d0;--text-secondary:#b8a998;--text-muted:#7a6e62;--success:#6b8e23;--warning:#daa520;--error:sienna;--stripe-navy:#0c1b2e;--stripe-teal:#1b7b8a;--stripe-teal-light:#2a9d8f;--stripe-orange:#e8692c;--stripe-coral:#f4a574;--stripe-avocado:#568203;--stripe-brown:#8b4513;--score-excellent:#daa520;--score-great:#e8692c;--score-good:#f4a574;--score-average:#b8a998;--score-below:#7a6e62;--gold-glow:rgba(218,165,32,.3);--gold-glow-strong:rgba(218,165,32,.5);font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;padding:0;margin:0;position:relative}.rating-form-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.06;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)'/%3E%3C/svg%3E")}.form-wrapper{max-width:640px;margin:0 auto;padding:16px;position:relative;z-index:1}.form-header{text-align:center;padding:32px 16px 24px;margin-bottom:24px;position:relative}.form-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--stripe-teal) 0,var(--stripe-orange) 25%,var(--harvest-gold) 50%,var(--stripe-coral) 75%,var(--rust) 100%);opacity:.8}.form-title{font-family:Bebas Neue,sans-serif;font-size:48px;font-weight:400;letter-spacing:.02em;margin:0 0 8px;color:var(--harvest-gold);text-shadow:0 0 30px var(--gold-glow)}.form-subtitle{font-size:16px;color:var(--text-secondary);margin:0}.form-section{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:8px;padding:20px;margin-bottom:16px;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:all .35s cubic-bezier(.34,1.56,.64,1)}.form-section:hover{box-shadow:0 0 20px var(--gold-glow)}.form-section:nth-child(6n+1):before{background:var(--stripe-teal)}.form-section:nth-child(6n+2):before{background:var(--stripe-orange)}.form-section:nth-child(6n+3):before{background:var(--stripe-coral)}.form-section:nth-child(6n+4):before{background:var(--stripe-avocado)}.form-section:nth-child(6n+5):before{background:var(--harvest-gold)}.form-section:nth-child(6n+6):before{background:var(--rust)}.form-section:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:8px 0 0 8px}.section-title{font-family:Bebas Neue,sans-serif;font-size:22px;font-weight:400;letter-spacing:.05em;color:var(--text-primary);margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--border-default)}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.03em}.form-helper,.form-label{color:var(--text-secondary)}.form-helper{display:flex;align-items:flex-start;gap:8px;margin-top:8px;padding:10px 12px;background:rgba(218,165,32,.1);border:1px solid rgba(218,165,32,.2);border-radius:8px;font-size:13px;line-height:1.5}.form-helper-icon{width:16px;height:16px;min-width:16px;color:var(--harvest-gold);margin-top:2px}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;font-size:15px;font-family:Source Sans\ 3,sans-serif;background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:8px;color:var(--text-primary);transition:all .35s cubic-bezier(.34,1.56,.64,1)}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:var(--text-muted)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px var(--gold-glow)}.form-textarea{min-height:100px;resize:vertical}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23B8A998' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.conditional-field{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-default);animation:slideDown .35s cubic-bezier(.34,1.56,.64,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.release-type-selector{display:grid;gap:12px}.release-type-option{display:flex;align-items:center;padding:16px;background:var(--bg-elevated);border:2px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);min-height:44px}.release-type-option.selected,.release-type-option:hover{border-color:var(--harvest-gold);background:var(--bg-secondary)}.release-type-option.selected{box-shadow:0 0 0 3px var(--gold-glow)}.release-type-option input[type=radio]{margin:0 12px 0 0;width:20px;height:20px;accent-color:var(--harvest-gold);cursor:pointer}.release-type-label{flex:1}.release-type-title{font-size:15px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.release-type-subtitle{font-size:13px;color:var(--text-muted);margin:0}.audio-format-groups{display:flex;flex-direction:column;gap:16px}.audio-format-group{padding:16px;background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:8px}.audio-format-group-title{font-family:Bebas Neue,sans-serif;font-size:14px;font-weight:400;letter-spacing:.1em;color:var(--text-secondary);margin:0 0 12px;text-transform:uppercase}.audio-format-options{display:flex;flex-direction:column;gap:8px}.audio-format-option{display:flex;align-items:center;padding:12px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);min-height:44px}.audio-format-option.selected,.audio-format-option:hover{border-color:var(--harvest-gold)}.audio-format-option.selected{background:var(--bg-elevated);box-shadow:0 0 0 3px var(--gold-glow)}.audio-format-option input[type=radio]{margin:0 12px 0 0;accent-color:var(--harvest-gold);cursor:pointer}.audio-format-option-label{font-size:14px;color:var(--text-primary)}.audio-format-other-section{margin-top:16px;padding-top:16px;border-top:2px solid var(--border-default)}.audio-format-other-wrapper{display:flex;align-items:center;gap:8px;padding:12px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.audio-format-other-wrapper:hover{border-color:var(--harvest-gold)}.audio-format-other-wrapper.selected{border-color:var(--harvest-gold);background:var(--bg-elevated);box-shadow:0 0 0 3px var(--gold-glow)}.audio-format-other-input{flex:1;padding:8px 12px;font-size:14px;font-family:Source Sans\ 3,sans-serif;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:8px;color:var(--text-primary)}.audio-format-other-input::-moz-placeholder{color:var(--text-muted)}.audio-format-other-input::placeholder{color:var(--text-muted)}.audio-format-other-input:focus{outline:none;border-color:var(--border-focus)}.video-format-selector{display:grid;gap:10px}.video-format-option{display:flex;align-items:center;padding:14px;background:var(--bg-elevated);border:2px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);min-height:44px}.video-format-option.selected,.video-format-option:hover{border-color:var(--harvest-gold)}.video-format-option.selected{background:var(--bg-secondary);box-shadow:0 0 0 3px var(--gold-glow)}.video-format-option input[type=radio]{margin:0 12px 0 0;accent-color:var(--harvest-gold);cursor:pointer}.video-format-option-label{font-size:14px;font-weight:500;color:var(--text-primary)}.quality-selector{display:flex;flex-direction:column;gap:10px}.quality-option{display:flex;align-items:center;padding:14px 16px;background:var(--bg-elevated);border:2px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);min-height:44px}.quality-option.selected,.quality-option:hover{border-color:var(--harvest-gold)}.quality-option.selected{background:var(--bg-secondary);box-shadow:0 0 0 3px var(--gold-glow)}.quality-option input[type=radio]{margin:0 12px 0 0;accent-color:var(--harvest-gold);cursor:pointer}.quality-option-text{flex:1}.quality-option-label{display:block;font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.quality-option-sublabel{display:block;font-size:12px;color:var(--text-muted)}.performance-selector{display:grid;gap:10px}.performance-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;background:var(--bg-elevated);border:2px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);text-align:center;min-height:44px}.performance-option:hover{border-color:var(--harvest-gold);transform:translateY(-2px)}.performance-option.selected{border-color:var(--harvest-gold);background:var(--bg-secondary);box-shadow:0 4px 12px var(--gold-glow)}.performance-option[data-value=flat]:hover{border-color:var(--error)}.performance-option[data-value=flat].selected{border-color:var(--error);box-shadow:0 4px 12px rgba(160,82,45,.3)}.performance-option[data-value=exceptional]:hover{border-color:var(--success)}.performance-option[data-value=exceptional].selected{border-color:var(--success);box-shadow:0 4px 12px rgba(107,142,35,.3)}.performance-option input[type=radio]{display:none}.performance-label{font-family:Bebas Neue,sans-serif;font-size:18px;font-weight:400;letter-spacing:.05em;color:var(--text-primary);margin-bottom:6px}.performance-description{font-size:13px;color:var(--text-secondary);font-style:italic}.checkbox-wrapper{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--bg-elevated);border:2px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);min-height:44px}.checkbox-wrapper.checked,.checkbox-wrapper:hover{border-color:var(--harvest-gold)}.checkbox-wrapper.checked{background:var(--bg-secondary);box-shadow:0 0 0 3px var(--gold-glow)}.checkbox-input{width:20px;height:20px;min-width:20px;border:2px solid var(--border-default);border-radius:4px;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.checkbox-wrapper.checked .checkbox-input{background:var(--harvest-gold);border-color:var(--harvest-gold)}.checkbox-check{width:14px;height:14px;color:var(--bg-primary);opacity:0;transition:opacity .35s cubic-bezier(.34,1.56,.64,1)}.checkbox-wrapper.checked .checkbox-check{opacity:1}.checkbox-text{font-size:14px;color:var(--text-primary);line-height:1.5}.score-preview{background:linear-gradient(135deg,var(--bg-elevated),var(--bg-secondary));border:2px solid var(--border-default);border-radius:8px;padding:24px;margin-bottom:16px;position:relative;overflow:hidden}.score-preview:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--stripe-teal) 0,var(--stripe-orange) 33%,var(--harvest-gold) 66%,var(--rust) 100%)}.score-preview-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.score-value-wrapper{display:flex;flex-direction:column;gap:8px}.score-label{font-family:Bebas Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:.1em;color:var(--text-secondary);text-transform:uppercase}.score-value{font-family:IBM Plex Mono,monospace;font-size:56px;font-weight:700;color:var(--score-color,var(--text-primary));line-height:1;text-shadow:0 0 20px currentColor}.score-category{text-align:right;flex:1}.score-category-label{font-family:Bebas Neue,sans-serif;font-size:20px;font-weight:400;letter-spacing:.05em;color:var(--text-primary);margin-bottom:4px}.score-category-sublabel{font-size:14px;color:var(--text-secondary)}.score-breakdown{padding-top:20px;border-top:1px solid var(--border-default)}.breakdown-item{display:flex;justify-content:space-between;margin-bottom:8px}.breakdown-label{font-size:13px;color:var(--text-secondary)}.breakdown-value{font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;color:var(--text-primary)}.breakdown-note{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-default);font-size:12px;color:var(--text-muted);text-align:center}.score-incomplete,.score-warning{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;text-align:center}.score-incomplete-icon{width:48px;height:48px;color:var(--text-muted);opacity:.5}.score-incomplete-text{font-size:14px;color:var(--text-muted)}.score-warning-icon{width:48px;height:48px;color:var(--warning)}.score-warning-text{font-size:14px;color:var(--text-secondary);line-height:1.6}.submit-section{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:8px;padding:20px;position:relative}.submit-section:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--harvest-gold);border-radius:8px 0 0 8px}.submit-button{width:100%;padding:16px 24px;font-size:16px;font-weight:600;font-family:Source Sans\ 3,sans-serif;color:var(--bg-primary);background:var(--harvest-gold);border:none;border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);margin-top:16px;min-height:44px;text-transform:uppercase;letter-spacing:.05em}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px var(--gold-glow-strong)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.submit-note{font-size:13px;color:var(--text-muted);text-align:center;margin:12px 0 0}.info-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(218,165,32,.15);border:1px solid rgba(218,165,32,.3);border-radius:8px;font-size:12px;color:var(--harvest-gold);margin-top:8px}.info-pill-icon{width:14px;height:14px}.release-context-notice{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;background:rgba(193,68,14,.08);border:1px solid rgba(193,68,14,.25);border-radius:8px;font-size:13px;color:var(--text-secondary);line-height:1.5;animation:slideDown .35s cubic-bezier(.34,1.56,.64,1)}.release-context-notice-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;border-radius:50%;background:var(--rust);color:#fff;font-size:11px;font-weight:700;font-family:Source Sans\ 3,sans-serif;line-height:1;margin-top:1px;opacity:.9}.release-context-notice strong{color:var(--text-primary);font-weight:600}.release-context-confirm{font-size:13px;color:var(--text-muted);text-align:center;margin:0 0 4px;line-height:1.5;padding:10px 12px;background:rgba(218,165,32,.06);border:1px solid rgba(218,165,32,.15);border-radius:6px}.release-context-confirm strong{color:var(--text-secondary);font-weight:600}.release-context-confirm em{color:var(--text-secondary);font-style:italic}@media (max-width:480px){.form-title{font-size:36px}.score-value{font-size:48px}.score-preview-header{flex-direction:column;align-items:flex-start}.score-category{text-align:left}}