@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap);body{color:var(--text-color);margin:0;padding:0}body,header{background-color:var(--primary-color)}header{left:0;min-height:80px;padding:20px 0;position:-webkit-sticky;position:sticky;top:0;transition:transform .3s ease;width:100%;z-index:1000}header.hidden{transform:translateY(-100%)}header h1{color:var(--text-color);font-family:Major Mono Display,monospace;font-size:40px;font-weight:400;letter-spacing:2px;line-height:1.2;margin:0 0 15px;position:relative;z-index:1}nav ul{list-style:none;margin:0;padding:12px 0 0}nav ul li{animation:fadeIn .3s ease forwards;animation-delay:calc(var(--item-index)*.1s);display:inline;margin:0 20px;opacity:0}nav ul li button{background:none;border:none;color:var(--text-color);cursor:pointer;font-family:Roboto Condensed,sans-serif;font-size:24px;font-weight:300;text-transform:lowercase;transition:opacity .3s ease}nav ul li button:hover{color:var(--pink-color);opacity:.7}.floating-flowers{contain:layout style;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.flower{animation:float 4s ease-in-out infinite;font-size:24px;opacity:.9;position:absolute;text-shadow:0 0 3px #ffffffb3;top:50%;transform:translateY(-50%)}.flower:first-child{animation-delay:-1s;left:10%}.flower:nth-child(2){animation-delay:-2s;left:30%}.flower:nth-child(3){animation-delay:-3s;left:50%}.flower:nth-child(4){animation-delay:-4s;left:70%}.flower:nth-child(5){animation-delay:-5s;left:90%}.layout{background-color:var(--primary-color);color:var(--text-color);display:flex;flex-direction:column;min-height:100vh;text-align:center}.content{flex:1 1;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:0}.events-list{display:flex;flex-direction:column;gap:40px;padding:12px 0}.event-card{background:linear-gradient(165deg,var(--secondary-color) 0,#0f172ae6 100%);border:1px solid #778da933;border-radius:16px;overflow:hidden;position:relative}.event-card:before{background:linear-gradient(90deg,#0000 0,var(--accent-color) 50%,#0000 100%);content:"";height:4px;left:0;opacity:.6;position:absolute;right:0;top:0}.event-header{padding:16px 28px 12px}.event-card h3{color:var(--text-color);font-family:Playfair Display,serif;font-size:36px;font-weight:500;letter-spacing:-.5px;line-height:1.15;margin:0 0 8px;padding:0}.event-datetime{align-items:center;display:flex;flex-direction:column;gap:6px}.event-datetime .event-date{color:var(--accent-color);font-size:14px;font-weight:500}.event-datetime .event-date,.event-time{font-family:JetBrains Mono,monospace;letter-spacing:.5px}.event-time{color:var(--pink-color);font-size:13px}.event-flyer{display:flex;justify-content:center;padding:0 20px}.event-flyer img{border-radius:4px;height:auto;max-height:700px;max-width:100%;width:auto}.event-details{padding:24px 28px 28px;position:relative}.event-details:before{background:linear-gradient(90deg,#0000,#778da94d 50%,#0000);content:"";height:1px;left:28px;position:absolute;right:28px;top:0}.event-details p{color:#e0e1ddd9;font-family:Outfit,sans-serif;font-size:16px;line-height:1.7;margin:0}.event-details p+.ticket-link-pill{margin-top:20px}.ticket-link-pill{align-items:center;background:#0000;border:1.5px solid var(--accent-color);color:var(--text-color);cursor:pointer;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500;letter-spacing:.5px;overflow:hidden;padding:14px 28px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.ticket-link-pill:before{background:var(--pink-color);content:"";inset:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;z-index:-1}.ticket-link-pill:hover:before{transform:scaleX(1)}.past-events{padding:12px 0;text-align:center}.past-events h2{align-items:center;color:var(--accent-color);cursor:pointer;display:flex;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:400;gap:8px;justify-content:center;letter-spacing:1px;margin:0 auto;padding:0;text-transform:lowercase;transition:opacity .2s ease}.past-events h2:hover{opacity:.7}.events-loading{align-items:center;color:var(--text-color);display:flex;font-family:Outfit,sans-serif;justify-content:center;min-height:200px;opacity:.7}@media (max-width:768px){.event-card h3{font-size:28px}.event-header{padding:20px 20px 16px}.event-details{padding:20px}}.artist-list{display:flex;flex-direction:column;gap:30px;padding:12px 0}.artist-row{align-items:center;background-color:var(--secondary-color);border:1px solid var(--accent-color);border-radius:8px;color:var(--text-color);display:flex;padding:20px;transition:border-color .3s ease}.artist-row:hover{border-color:var(--pink-color)}.artist-row.left{flex-direction:row}.artist-row.right{flex-direction:row-reverse}.artist-image-container{overflow:hidden;position:relative}.artist-image{border-radius:8px;height:150px;margin-right:20px;object-fit:cover;width:150px}.artist-info{flex:1 1}.artist-name{font-family:Roboto Condensed,sans-serif;font-size:28px;font-weight:300;letter-spacing:.5px;margin-bottom:10px}.artist-description{font-size:16px;line-height:1.5;margin-bottom:10px;white-space:pre-line}.soundcloud-overlay{background-color:#000000b3;border-radius:50%;bottom:10px;opacity:.9;padding:8px;position:absolute;right:10px;transition:all .2s ease}.soundcloud-icon{display:block;height:24px;width:24px}.artist-image-container:hover .soundcloud-overlay{background-color:#000000e6;opacity:1;transform:scale(1.1)}.socials-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;padding:12px 0 20px}.social-row{display:flex;flex:1 1;min-width:250px}.social-card{align-items:center;background-color:var(--secondary-color);border:1px solid var(--accent-color);border-radius:8px;color:var(--text-color);display:flex;padding:20px;text-decoration:none;transition:all .3s ease;width:100%}.social-card:hover{border-color:var(--pink-color)}.social-icon{align-items:center;display:flex;height:60px;justify-content:center;margin-right:20px;width:60px}.social-icon svg{height:100%;width:100%}.social-info{flex:1 1}.social-name{font-family:Roboto Condensed,sans-serif;font-size:24px;font-weight:300;letter-spacing:.5px;margin-bottom:5px}.social-description{color:var(--accent-color);font-size:14px}.login-container{align-items:center;background-color:#0f172a;color:#f1f5f9;display:flex;font-family:Inter,system-ui,-apple-system,sans-serif;justify-content:center;min-height:100vh;padding:2rem 1rem}.login-form{background-color:#0f172a;border:1px solid #334155;border-radius:.5rem;box-shadow:0 18px 30px #00000040;box-sizing:border-box;max-width:380px;padding:2rem;width:100%}.login-form h2{color:#f1f5f9;font-family:Roboto Condensed,Space Grotesk,sans-serif;letter-spacing:.04em;margin:0 0 24px;text-align:center;text-transform:uppercase}.login-form .form-group{margin-bottom:20px}.login-form .form-group label{color:#cbd5e1;display:block;font-family:Inter,system-ui,-apple-system,sans-serif;margin-bottom:8px}.login-form .form-group input{background-color:#1e293b;border:1px solid #334155;border-radius:.375rem;box-sizing:border-box;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;padding:.5rem .75rem;width:100%}.login-form .form-group input:focus{border-color:#64748b;outline:none}.login-form .error-message{color:#fca5a5;font-family:Inter,system-ui,-apple-system,sans-serif;margin-bottom:16px;text-align:center}.login-form button[type=submit]{background-color:#334155;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:500;padding:.65rem 1rem;transition:all .2s ease;width:100%}.login-form button[type=submit]:hover:not(:disabled){background-color:#475569}.login-form button[type=submit]:disabled{cursor:not-allowed;opacity:.5}.admin-dashboard{background-color:#0f172a;color:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0 auto;max-width:896px;min-height:100vh;padding:2rem 1rem}.admin-dashboard h1{font-family:Roboto Condensed,Space Grotesk,sans-serif;font-size:1.875rem;font-weight:600;letter-spacing:-.025em;margin-bottom:2rem;text-align:center;text-transform:uppercase}.dashboard-list{display:flex;flex-direction:column;gap:.75rem}.dashboard-item{align-items:center;-webkit-appearance:none;appearance:none;background-color:#1e293b99;border:1px solid #334155;border-radius:.375rem;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.25rem;text-align:left;transition:background-color .2s ease,border-color .2s ease}.dashboard-item:hover{background-color:#1e293be6;border-color:#475569}.dashboard-item-icon{background-color:#1e293b;border:1px solid #334155;border-radius:.375rem;color:#f1f5f9;display:grid;flex-shrink:0;height:48px;place-items:center;width:48px}.dashboard-item-icon svg{height:24px;width:24px}.dashboard-item-text{display:flex;flex-direction:column;gap:.25rem}.dashboard-item-title{color:#f1f5f9;font-family:Space Grotesk,Roboto Condensed,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:-.025em}.dashboard-item-subtitle{color:#94a3b8;font-size:.875rem}@media (max-width:640px){.admin-dashboard{padding:1.5rem 1rem}.dashboard-item{padding:.875rem 1rem}.dashboard-item-icon{height:40px;width:40px}.dashboard-item-icon svg{height:20px;width:20px}.dashboard-item-title{font-size:1rem}.dashboard-item-subtitle{font-size:.8rem}}.admin-container{background-color:#0f172a;border:1px solid #334155;border-radius:.5rem;color:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0 auto;max-width:896px;min-height:100vh;padding:2rem 1rem}.admin-loading{font-size:24px;justify-content:center;min-height:50vh}.admin-header,.admin-loading{align-items:center;display:flex}.admin-header{justify-content:space-between;margin-bottom:1rem}.admin-header-left{align-items:flex-start;display:flex;flex-direction:column}.admin-header h1{color:#f1f5f9;font-family:Roboto Condensed,Space Grotesk,sans-serif;letter-spacing:.04em;margin:1rem 0 0;text-transform:uppercase}.admin-actions,.admin-header-right{display:flex;gap:10px}.back-link,.logout-link{color:#cbd5e1;font-size:14px}.admin-actions button{background-color:#334155;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;padding:.5rem .75rem;transition:background-color .2s ease}.admin-actions button:hover{background-color:#475569}.modal-overlay{align-items:center;background-color:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background-color:#0f172a;border:1px solid #334155;border-radius:.5rem;max-height:90vh;max-width:600px;overflow-y:auto;padding:1.5rem;width:90%}.modal h2{color:#f1f5f9;font-family:Space Grotesk,Roboto Condensed,sans-serif}.form-group,.modal h2{margin-bottom:20px}.form-group label{color:#cbd5e1;display:block;font-family:Inter,system-ui,-apple-system,sans-serif;margin-bottom:8px}.form-group input,.form-group textarea{background-color:#1e293b;border:1px solid #334155;border-radius:.375rem;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;padding:.5rem .75rem;width:100%}.form-group textarea{min-height:100px;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#64748b;outline:none}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.form-actions button{border-radius:.375rem;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;padding:.5rem .75rem;transition:all .2s ease}.form-actions button[type=button]{background-color:initial;border:1px solid #334155;color:#e2e8f0}.form-actions button[type=button]:hover,.form-actions button[type=submit]{background-color:#334155;color:#fff}.form-actions button[type=submit]{border:none}.form-actions button[type=submit]:hover{background-color:#475569}.admin-header-action-button{background-color:#0ea5e9;border:none;border-radius:999px;color:#0f172a;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;margin-bottom:20px;padding:.5rem .75rem;transition:transform .2s ease,box-shadow .2s ease}.admin-header-action-button:hover{box-shadow:0 8px 16px #0ea5e940;transform:translateY(-1px)}.admin-container .events-list h2{color:#f1f5f9;font-family:Space Grotesk,Roboto Condensed,sans-serif;margin-bottom:20px}.admin-container .events-list p{color:#cbd5e1;font-family:Inter,system-ui,-apple-system,sans-serif}.events-grid{gap:15px}.event-item,.events-grid{display:flex;flex-direction:column}.event-item{background-color:#1e293b99;border:1px solid #334155;border-radius:.375rem;gap:20px;justify-content:space-between;padding:.75rem 1rem}.event-info h3{color:#f1f5f9;font-family:Space Grotesk,Roboto Condensed,sans-serif;margin:0 0 10px}.event-info p{color:#cbd5e1;font-family:Inter,system-ui,-apple-system,sans-serif;margin:5px 0}.event-actions{display:flex;gap:10px}.event-actions button{border-radius:.375rem;cursor:pointer;flex:1 1;font-family:Inter,system-ui,-apple-system,sans-serif;padding:.5rem .75rem;transition:all .2s ease}.event-actions button:first-child{background-color:#334155;border:none;color:#fff}.event-actions button:first-child:hover{background-color:#475569}.event-actions button:last-child{background-color:initial;border:1px solid #fca5a5;color:#fca5a5}.event-actions button:last-child:hover{background-color:#ef4444;color:#fff}.toggle-older-events{background-color:initial;border:1px solid #334155;border-radius:.375rem;color:#cbd5e1;cursor:pointer;font-family:Roboto Condensed,Space Grotesk,sans-serif;margin-top:10px;padding:.75rem 1rem;transition:all .2s ease;width:100%}.toggle-older-events:hover{background-color:#1e293b;border-color:#475569;color:#f1f5f9}.older-events{margin-top:15px}.flyer-preview{color:#cbd5e1;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;word-break:break-all}.file-upload,.flyer-preview{margin-top:10px}.preview-container{margin-bottom:10px}.image-preview{border:1px solid #334155;border-radius:.375rem;max-height:200px;max-width:100%}.upload-controls{display:flex;gap:10px}.file-input{display:none}.file-input-label{background-color:#334155;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-block;font-family:Inter,system-ui,-apple-system,sans-serif;padding:.5rem .75rem;transition:background-color .2s ease}.file-input-label:hover{background-color:#475569}.admin-checklist-container{background-color:#0f172a;color:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0 auto;max-width:896px;min-height:100vh;padding:2rem 1rem}.checklist-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;min-height:3.5rem;position:relative}.checklist-header-left{flex:1 1}.checklist-header h1{font-size:1.875rem;font-weight:600;left:50%;letter-spacing:-.025em;margin:0;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}.back-link,.checklist-header h1,.logout-link{font-family:Roboto Condensed,Space Grotesk,sans-serif}.back-link,.logout-link{background:none;border:none;color:#64748b;cursor:pointer;font-size:11px;padding:0;text-decoration:none;transition:color .2s ease}.back-link:hover,.logout-link:hover{color:#f1f5f9}.logout-link{color:#fca5a5}.logout-link:hover{color:#fff}.checklist-tabs{border-bottom:1px solid #334155;display:flex;gap:.25rem;justify-content:flex-start}.tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#94a3b8;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:-1px;padding:.5rem .75rem;transition:color .2s,border-color .2s}.tab-btn:hover{color:#e2e8f0}.tab-btn.active{border-bottom-color:#94a3b8;color:#fff}.checklist-section{margin-top:1rem}.checklist-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.checklist-section-header h2{font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:-.025em;margin:0}.checklist-section-content{background-color:#0f172a80;border:1px solid #334155;border-radius:.5rem;padding:1rem}.empty-state{color:#94a3b8;margin-top:1rem;text-align:center}.add-task-form{display:flex;flex-direction:column;gap:.5rem}@media (min-width:640px){.add-task-form{flex-direction:row}}.add-artist-form,.add-guest-form{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.add-artist-form,.add-guest-form{grid-template-columns:repeat(2,1fr)}}.input-field{background-color:#1e293b;border:1px solid #334155;border-radius:.375rem;color:#fff;font-size:.875rem;padding:.5rem .75rem;width:100%}.input-field::placeholder{color:#94a3b8}.input-field:focus{border-color:#64748b;outline:none}.input-field[type=date]::-webkit-calendar-picker-indicator,.input-field[type=time]::-webkit-calendar-picker-indicator{filter:invert(1)}.input-field[type=date]::-moz-calendar-picker-indicator,.input-field[type=time]::-moz-calendar-picker-indicator{filter:invert(1)}.btn-primary{background-color:#334155;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;height:100%;padding:.5rem .75rem;transition:background-color .2s}.btn-primary:hover{background-color:#475569}.btn-primary.full-width{width:100%}.btn-secondary{background-color:#1e293b;border:1px solid #334155;border-radius:.375rem;color:#e2e8f0;cursor:pointer;font-size:.75rem;padding:.375rem .75rem;transition:background-color .2s}.btn-secondary:hover{background-color:#334155}.lineup-generator{display:flex;flex-direction:column;gap:1rem}.lineup-controls{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.lineup-controls .input-field{max-width:160px}.lineup-results h3{color:#e2e8f0;font-size:.95rem;font-weight:600;margin:0 0 .75rem}.lineup-cards{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.lineup-card{background-color:#1e293b99;border:1px solid #334155;border-radius:.5rem;padding:.75rem}.lineup-card-title{color:#f1f5f9;font-family:Space Grotesk,Roboto Condensed,sans-serif;font-size:.95rem;margin-bottom:.35rem}.lineup-card-meta{color:#cbd5e1;font-size:.8rem;word-break:break-word}.lineup-card-row+.lineup-card-row{margin-top:.25rem}.lineup-card-meta a{color:#cbd5e1;text-decoration:underline}.lineup-card-meta a:hover{color:#f1f5f9}@media (min-width:640px){.add-artist-form .btn-primary.full-width,.add-guest-form .btn-primary.full-width{grid-column:span 2}}.task-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.task-item{align-items:center;background-color:#1e293b99;border:1px solid #334155;border-radius:.375rem;display:flex;gap:.75rem;padding:.5rem .75rem}.task-item.completed .task-text{color:#94a3b8;text-decoration:line-through}.task-text{flex:1 1}.task-time{color:#cbd5e1;font-size:.75rem}.task-item input[type=checkbox]{accent-color:#64748b;height:1rem;width:1rem}.data-table{border-collapse:collapse;font-size:.875rem;width:100%}.data-table thead{color:#cbd5e1}.data-table th{border-bottom:1px solid #334155;font-weight:500;padding:.5rem .75rem .5rem 0;text-align:left}.data-table td{border-bottom:1px solid #1e293b;padding:.5rem .75rem .5rem 0}.data-table tr:last-child td{border-bottom:none}.calendar-badge{background-color:#fff;border:1px solid #334155;border-radius:.25rem;color:#000;flex-direction:column;flex-shrink:0;height:4rem;overflow:hidden;padding-top:1rem;position:relative;width:3.5rem}.calendar-badge,.cb-month{align-items:center;display:flex;justify-content:center}.cb-month{background-color:#ef4444;color:#fff;font-weight:700;height:1rem;left:0;letter-spacing:.05em;position:absolute;right:0;top:0}.cb-month,.cb-weekday{font-size:10px;text-transform:uppercase}.cb-weekday{font-weight:600;line-height:1}.cb-day{font-size:1.25rem;font-weight:700;line-height:1}.cb-time{font-size:10px;line-height:1}.btn-text{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:.75rem;padding:0}.btn-text:hover{color:#fff}.btn-text.text-red{color:#f87171}.btn-text.text-red:hover{color:#fca5a5}.copy-template-link{margin-top:1rem;text-align:center}.link-form{grid-gap:.75rem;align-items:end;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.link-form{grid-template-columns:1fr auto}}.table-wrap{margin-top:.75rem;overflow-x:auto}.link-cell a{color:#38bdf8;text-decoration:none}.link-cell a:hover{text-decoration:underline}.sms-link{color:#94a3b8}.sms-link:hover{color:#cbd5e1}.table-actions{align-items:center;display:flex;gap:.5rem}.muted{color:#64748b;font-size:.75rem}.section-actions{display:flex;flex-wrap:wrap;gap:.5rem}.suggest-wrap{position:relative}.suggestions{background:#0f172a;border:1px solid #334155;border-radius:.5rem;box-shadow:0 8px 24px #0000004d;margin-top:.25rem;max-height:14rem;overflow:auto;position:absolute;width:100%;z-index:20}.suggestion-item{background:#0000;border:none;color:#e2e8f0;cursor:pointer;font-size:.75rem;padding:.5rem .75rem;text-align:left;width:100%}.suggestion-item.active,.suggestion-item:hover{background:#1e293b}.suggestion-title{font-weight:600}.suggestion-meta{color:#94a3b8}.edit-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr}@media (min-width:640px){.edit-grid{grid-template-columns:repeat(2,1fr)}}.edit-actions{display:flex;gap:.5rem;justify-content:flex-end}.edit-actions .btn-text{font-size:.75rem}.modal-backdrop{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:50}.modal-card{background:#0f172a;border:1px solid #334155;border-radius:.75rem;max-width:42rem;padding:1rem;width:100%}.modal-header{align-items:center;border-bottom:1px solid #1e293b;display:flex;justify-content:space-between;padding-bottom:.5rem}.modal-header h3{font-size:1.125rem;font-weight:600;margin:0}.modal-body{margin-top:.75rem}.modal-form{grid-gap:.75rem;display:grid;gap:.75rem}.modal-note{color:#cbd5e1;font-size:.875rem}.modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.inline-alert{background:#7f1d1d33;border:1px solid #7f1d1d99;border-radius:.375rem;color:#fca5a5;font-size:.875rem;margin-bottom:.75rem;padding:.5rem .75rem}.advancement-text{background:#0f172a80;border:1px solid #334155;border-radius:.5rem;color:#e2e8f0;font-size:.875rem;max-height:50vh;overflow:auto;padding:.75rem;white-space:pre-wrap}.flash{background:#0f172ae6;border:1px solid #334155;border-radius:.375rem;bottom:1rem;color:#e2e8f0;font-size:.75rem;opacity:0;padding:.25rem .5rem;pointer-events:none;position:fixed;right:1rem;transition:opacity .2s ease}.flash.show{opacity:1}.instagram-tools{gap:24px}.instagram-tools h1{color:#f1f5f9;font-family:Roboto Condensed,Space Grotesk,sans-serif;font-size:1.875rem;font-weight:600;letter-spacing:.04em;margin:1rem 0 .5rem;text-transform:uppercase}.instagram-layout{display:flex;flex-direction:column;gap:24px}.instagram-tabs{border-bottom:1px solid #334155;display:flex;gap:.25rem;justify-content:flex-start}.instagram-tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#94a3b8;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:-1px;padding:.5rem .75rem;transition:color .2s,border-color .2s}.instagram-tab-btn:hover{color:#e2e8f0}.instagram-tab-btn.active{border-bottom-color:#94a3b8;color:#fff}.instagram-panel{background:#0f172ad9;border:1px solid #334155;border-radius:.75rem;display:flex;flex-direction:column;gap:1rem;padding:.625rem 1.5rem}.instagram-panel h2{font-family:Roboto Condensed,Space Grotesk,sans-serif;letter-spacing:.04em;margin:0;text-transform:uppercase}.instagram-panel p{color:#e2e8f0b8;margin:0}.instagram-form{display:flex;flex-direction:column;gap:.75rem}.instagram-form label{color:#e2e8f0cc;display:flex;flex-direction:column;font-size:.9rem;gap:.35rem}.label-with-badges{align-items:center;display:flex;gap:.5rem}.label-with-badges label{margin-bottom:0}.plus-word-badge{background:#0ea5e926;border:1px solid #0ea5e966;border-radius:999px;color:#38bdf8;cursor:pointer;font-size:.65rem;font-weight:600;margin-bottom:.35rem;padding:.15rem .4rem;transition:all .2s ease;white-space:nowrap}.plus-word-badge:hover{background:#0ea5e940;border-color:#0ea5e999}.plus-word-badge.active{background:#0ea5e94d;border-color:#38bdf8;box-shadow:0 0 12px #0ea5e966;color:#e0f2fe}.instagram-form input,.instagram-form select,.instagram-form textarea{background-color:#0b1324;border:1px solid #334155;border-radius:.5rem;color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;padding:.6rem .75rem}.generated-output button,.instagram-form button{background-color:#0ea5e9;border:none;border-radius:999px;color:#0f172a;cursor:pointer;font-weight:600;padding:.65rem 1rem;transition:transform .2s ease,box-shadow .2s ease}.radio-group{display:flex;gap:1.5rem;padding:.5rem 0}.radio-group label{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin-bottom:0}.radio-group input[type=radio]{accent-color:#0ea5e9;cursor:pointer}.generated-prompt-output{background:#0ea5e914;border:1px solid #0ea5e94d;border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding:1rem}.generated-prompt-header{align-items:center;display:flex;justify-content:space-between}.generated-prompt-header h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin:0}.prompt-text-box{background:#0f172acc;border:1px solid #334155;border-radius:.5rem;color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;padding:1rem;word-break:break-word}.generated-output button:disabled,.instagram-form button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.generated-output button:hover:not(:disabled),.instagram-form button:hover:not(:disabled){box-shadow:0 8px 16px #0ea5e940;transform:translateY(-1px)}.instagram-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.caption-list{gap:.75rem;list-style:none;margin:0;padding:0}.caption-list,.caption-list li{display:flex;flex-direction:column}.caption-list li{background:#0f172a99;border:1px solid #94a3b84d;border-radius:.6rem;gap:.5rem;padding:.75rem}.caption-header{align-items:flex-start;display:flex;gap:.6rem}.caption-expand-toggle{background:#0000;border:none;color:#e2e8f0e6;cursor:pointer;flex-shrink:0;font-size:.8rem;margin-top:2px;padding:0}.caption-preview{color:#e2e8f0e6;flex:1 1;line-height:1.5;word-break:break-word}.event-preview{background:#eab3081a;border:1px solid #eab3084d;border-radius:.375rem;color:#e2e8f0e6;font-size:.85rem;margin-top:-.25rem;padding:.5rem .75rem}.event-preview strong{color:#fbbf24}.artists-preview{background:#0ea5e91a;border:1px solid #0ea5e94d;border-radius:.375rem;color:#e2e8f0e6;font-size:.85rem;margin-top:.25rem;padding:.5rem .75rem}.artists-preview strong{color:#38bdf8}.generated-output{display:flex;flex-direction:column;gap:.75rem}.generated-output textarea{background-color:#0ea5e914!important;border-color:#0ea5e94d!important;color:#f8fafc!important}.generated-output textarea:focus{border-color:#0ea5e980!important;outline:none}.llm-warning{background:#fbbf241f;border:1px solid #fbbf2459;border-radius:.5rem;color:#fde68a;font-size:.85rem;padding:.75rem 1rem}.llm-warning strong{color:#fbbf24;display:block;margin-bottom:.5rem}.llm-warning ul{margin:.5rem 0 0 1.25rem;padding:0}.llm-warning li{margin:.25rem 0}.instagram-selection{border-top:1px solid #94a3b84d;padding-top:1rem}.instagram-selection h3{font-size:.95rem;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.instagram-selection ul{color:#e2e8f0bf;margin:0;padding-left:1rem}.instagram-muted{color:#e2e8f099}.instagram-alert{background:#f871711f;border:1px solid #f8717159;border-radius:.5rem;color:#fecaca;margin-bottom:1.5rem;padding:.75rem 1rem}.random-names-output{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.random-names-header{align-items:center;display:flex;justify-content:space-between}.random-names-header h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin:0}.wildflower-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.wildflower-item{background:#1e293b99;border:1px solid #334155;border-radius:.5rem;padding:.75rem}.wildflower-scientific{color:#f1f5f9;font-family:Space Grotesk,sans-serif;font-style:italic;font-weight:600}.wildflower-common{color:#94a3b8;font-size:.875rem;margin-top:.25rem}.wildflower-meta{color:#64748b;font-size:.75rem;margin-top:.25rem}.all-names-container{background:#0f172a80;border:1px solid #334155;border-radius:.5rem;margin-top:.75rem;max-height:400px;overflow-y:auto;padding:.75rem}@media (max-width:720px){.instagram-panel{padding:1.2rem}}body,html{height:100%;margin:0;overflow-y:auto;padding:0}body{overflow-x:hidden}*{box-sizing:border-box}:root{--primary-color:#0f172a;--secondary-color:#1b263b;--text-color:#e0e1dd;--accent-color:#778da9;--pink-color:#ffbcd8}@keyframes fadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(-50%) rotate(-43deg)}50%{transform:translateY(calc(-50% - 15px)) rotate(10deg)}}
/*# sourceMappingURL=main.bd6cddde.css.map*/