.weighted-calc-ui[data-astro-cid-c3y3w5xq]{--color-primary: #0ea5e9;--color-primary-dark: #0284c7;--color-accent: #6366f1;--color-success: #0ea5e9;--color-warning: #f59e0b;--color-error: #ef4444;--color-error-light: #fee2e2;--color-error-dark: #7f1d1d;--color-error-light-dark: #fca5a5;--color-error-bg: #dc2626;--color-text-light: #64748b;--color-text-dark: #0f172a;--color-border-light: #e2e8f0;--color-border-dark: #334155;--color-bg-light: rgba(255, 255, 255, .85);--color-bg-light-border: rgba(255, 255, 255, .5);--color-bg-light-shadow: rgba(14, 165, 233, .08);--color-row-light: rgba(255, 255, 255, .95);--color-row-light-border: rgba(0, 0, 0, .04);--color-row-light-shadow: rgba(0, 0, 0, .02);--color-progress-bar-light: #e2e8f0;--color-warning-light: #fef3c7;--color-focus-shadow: rgba(14, 165, 233, .15)}.theme-dark .weighted-calc-ui[data-astro-cid-c3y3w5xq]{--color-bg-light: #0f172a;--color-bg-light-border: #1e293b;--color-bg-light-shadow: rgba(0, 0, 0, .5);--color-row-light: #1e293b;--color-row-light-border: #334155;--color-row-light-shadow: rgba(0, 0, 0, .3);--color-progress-bar-light: #0f172a;--color-warning-light: #1e293b;--color-text-light: #94a3b8}.weighted-calc-container[data-astro-cid-c3y3w5xq]{max-width:800px;margin:0 auto;padding:2rem;border-radius:2rem;background:var(--color-bg-light);backdrop-filter:blur(10px);border:1px solid var(--color-bg-light-border);box-shadow:0 20px 40px var(--color-bg-light-shadow);transition:all .3s ease}.calc-header[data-astro-cid-c3y3w5xq]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem}.header-actions[data-astro-cid-c3y3w5xq]{display:flex;align-items:flex-end;gap:1.5rem}.scale-setting[data-astro-cid-c3y3w5xq]{display:flex;flex-direction:column;gap:.25rem;min-width:150px}.calc-title[data-astro-cid-c3y3w5xq]{font-size:1.5rem;font-weight:700;color:var(--slate-900)}.theme-dark .calc-title[data-astro-cid-c3y3w5xq]{color:var(--color-success)}.subjects-list[data-astro-cid-c3y3w5xq]{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.subject-row{display:grid;grid-template-columns:1fr 100px 100px 40px;gap:1rem;align-items:center;padding:1rem;border-radius:1rem;background:var(--color-row-light);border:1px solid var(--color-row-light-border);transition:transform .2s ease,box-shadow .2s ease}.subject-row:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--color-row-light-shadow)}.input-group{display:flex;flex-direction:column;gap:.25rem}.input-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light)}.input-control{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid var(--color-border-light);background:#fff;font-size:1rem;transition:border-color .2s ease,ring .2s ease}.theme-dark .input-control{background:var(--color-text-dark);border-color:var(--color-border-dark);color:var(--color-success)}.input-control:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #6366f133}.remove-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-error-light);color:var(--color-error);border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;margin-top:1.25rem}.theme-dark .remove-btn{background:var(--color-error-dark);color:var(--color-error-light-dark)}.remove-btn:hover{background:#fecaca;transform:scale(1.1)}.add-btn[data-astro-cid-c3y3w5xq]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:1rem;background:var(--color-primary);color:var(--color-white);font-weight:600;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;margin:0 auto}.add-btn[data-astro-cid-c3y3w5xq]:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.results-panel[data-astro-cid-c3y3w5xq]{margin-top:3rem;padding:2.5rem;border-radius:2rem;color:var(--color-success);text-align:center;position:relative;overflow:hidden}.results-panel[data-astro-cid-c3y3w5xq]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.result-label[data-astro-cid-c3y3w5xq]{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.result-value[data-astro-cid-c3y3w5xq]{font-size:5rem;font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:1rem;text-shadow:0 10px 20px rgba(0,0,0,.1)}.weight-status-container[data-astro-cid-c3y3w5xq]{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.weight-progress-bar[data-astro-cid-c3y3w5xq]{width:100%;height:8px;background:var(--color-progress-bar-light);border-radius:4px;overflow:hidden}.weight-progress-fill[data-astro-cid-c3y3w5xq]{height:100%;background:var(--color-success);width:0%;transition:width .3s ease,background-color .3s ease}.weight-progress-fill[data-astro-cid-c3y3w5xq].error{background:#f87171}.weight-progress-fill[data-astro-cid-c3y3w5xq].warning{background:var(--color-warning)}.weight-warning[data-astro-cid-c3y3w5xq]{font-size:.875rem;font-weight:700;padding:.625rem 1.25rem;border-radius:1rem;background:var(--color-warning-light);display:flex;align-items:center;gap:.5rem;backdrop-filter:blur(5px);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.weight-warning[data-astro-cid-c3y3w5xq].error{background:var(--color-error-dark);color:var(--color-error-light-dark)}.view-fade-in[data-astro-cid-c3y3w5xq]{animation:view-fade-in .6s ease forwards}@media(max-width:640px){.calc-header[data-astro-cid-c3y3w5xq]{flex-direction:column;align-items:stretch;gap:1.5rem}.header-actions[data-astro-cid-c3y3w5xq]{flex-direction:column;align-items:stretch;gap:1rem}.subject-row[data-astro-cid-c3y3w5xq]{grid-template-columns:1fr;gap:.75rem}.remove-btn[data-astro-cid-c3y3w5xq]{width:100%;margin-top:0;border-radius:.5rem}.input-group[data-astro-cid-c3y3w5xq]:nth-child(2),.input-group[data-astro-cid-c3y3w5xq]:nth-child(3){grid-row:auto}}.citation-generator-ui[data-astro-cid-nmyafydm]{--color-primary: #6366f1;--color-primary-dark: #4f46e5;--color-primary-light: #e0e7ff;--color-secondary: #64748b;--color-secondary-light: #94a3b8;--color-success: #10b981;--color-error: #ef4444;--color-error-light: #fee2e2;--color-error-lighter: #fecaca;--color-bg-light: rgba(255, 255, 255, .7);--color-bg-card: #f8fafc;--color-text-base: #1e293b;--color-text-secondary: #475569;--color-text-dimmed: #64748b;--color-border: #e2e8f0;--color-border-light: rgba(0, 0, 0, .05);--color-white: #fff}.theme-dark .citation-generator-ui[data-astro-cid-nmyafydm]{--color-bg-light: rgba(15, 23, 42, .7);--color-bg-card: #1e293b;--color-text-base: #f8fafc;--color-text-secondary: #cbd5e1;--color-text-dimmed: #94a3b8;--color-border: #334155;--color-border-light: rgba(255, 255, 255, .05)}.citation-generator-container[data-astro-cid-nmyafydm]{max-width:900px;margin:0 auto;padding:2rem;border-radius:2rem;background:var(--color-bg-light);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 25px 50px #0000000d}.theme-dark .citation-generator-container[data-astro-cid-nmyafydm]{border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px #0003}.generator-grid[data-astro-cid-nmyafydm]{display:flex;flex-direction:column;gap:2.5rem}.config-section[data-astro-cid-nmyafydm]{display:flex;flex-direction:column;gap:1.5rem}.field-group[data-astro-cid-nmyafydm]{display:flex;flex-direction:column;gap:.5rem}.field-label[data-astro-cid-nmyafydm]{font-size:.875rem;font-weight:600;color:var(--color-text-secondary);padding-left:.25rem}.input-control[data-astro-cid-nmyafydm]{width:100%;padding:.875rem 1.25rem;border-radius:1rem;border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text-base);font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.theme-dark .input-control[data-astro-cid-nmyafydm]{background:var(--color-bg-card);border-color:var(--color-border);color:var(--color-text-base)}.input-control[data-astro-cid-nmyafydm]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #6366f11a;transform:translateY(-1px)}.select-control[data-astro-cid-nmyafydm]{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:3rem}.results-sidebar[data-astro-cid-nmyafydm]{display:flex;flex-direction:column;gap:1.5rem}.preview-card[data-astro-cid-nmyafydm]{padding:2.5rem;border-radius:2rem;background:var(--color-bg-card);color:var(--color-text-base);text-align:left;box-shadow:0 10px 30px #00000008;border:1px solid var(--color-border);position:relative}.theme-dark .preview-card[data-astro-cid-nmyafydm]{box-shadow:0 10px 30px #0003}.preview-title[data-astro-cid-nmyafydm]{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;opacity:.8}.citation-result[data-astro-cid-nmyafydm]{font-size:1.25rem;line-height:1.6;margin-bottom:1rem;word-break:break-all;font-style:italic;min-height:60px;display:block;color:var(--color-text-secondary);cursor:pointer;padding:1rem;border-radius:1rem;transition:all .2s ease;border:1px solid transparent}.citation-result[data-astro-cid-nmyafydm]:hover{background:#6366f10d;border-color:#6366f133}.theme-dark .citation-result[data-astro-cid-nmyafydm]{color:var(--color-text-secondary)}.theme-dark .citation-result[data-astro-cid-nmyafydm]:hover{background:#ffffff0d;border-color:#ffffff1a}.copy-actions[data-astro-cid-nmyafydm]{display:flex;gap:.5rem;margin-top:1rem}.copy-btn[data-astro-cid-nmyafydm]{display:flex;align-items:center;justify-content:center;gap:.4rem;width:40px;height:40px;padding:0;border-radius:.5rem;background:transparent;color:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;font-size:.75rem;font-weight:600;transition:all .2s ease}.copy-btn[data-astro-cid-nmyafydm]:hover{background:var(--color-primary);color:var(--color-white)}.copy-btn[data-astro-cid-nmyafydm].copied{background:#10b981;border-color:#10b981;color:var(--color-white)}.theme-dark .copy-btn[data-astro-cid-nmyafydm]{border-color:var(--color-primary);color:var(--color-primary)}.theme-dark .copy-btn[data-astro-cid-nmyafydm]:hover{background:var(--color-primary);color:var(--color-white)}.copied-pulse[data-astro-cid-nmyafydm]{animation:copied-pulse .4s ease forwards;color:var(--color-success)}@keyframes copied-pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.history-section[data-astro-cid-nmyafydm]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border-light)}.history-title[data-astro-cid-nmyafydm]{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text-base)}.history-list[data-astro-cid-nmyafydm]{display:flex;flex-direction:column;gap:1rem}.history-item{padding:1.25rem;border-radius:1rem;background:#ffffff80;border:1px solid var(--color-border-light);display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .2s ease;animation:slide-in .3s ease forwards}.theme-dark .history-item{background:#1e293b80;border-color:var(--color-border-light)}.history-item:hover{background:var(--color-white);box-shadow:0 8px 16px #00000008}.theme-dark .history-item:hover{background:var(--color-bg-card)}.history-text{font-size:.95rem;color:var(--color-text-secondary);flex:1}.history-actions{display:flex;gap:.5rem}.action-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}.btn-delete{background:var(--color-error-light);color:var(--color-error)}.btn-delete:hover{background:var(--color-error-lighter)}.btn-copy-formatted,.btn-copy-text{background:transparent;color:var(--color-primary);border:none}.btn-copy-formatted:hover,.btn-copy-text:hover{color:var(--color-primary-dark)}.btn-copy-formatted.copied,.btn-copy-text.copied{color:var(--color-success)}@keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.type-tabs[data-astro-cid-nmyafydm]{display:flex;gap:.5rem;margin-bottom:1.5rem}.type-tab[data-astro-cid-nmyafydm]{padding:.5rem 1rem;border-radius:.75rem;background:#f1f5f9;color:var(--color-text-dimmed);font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.theme-dark .type-tab[data-astro-cid-nmyafydm]{background:var(--color-bg-card);color:var(--color-text-dimmed)}.type-tab[data-astro-cid-nmyafydm].active{background:var(--color-primary);color:var(--color-white)}.form-grid[data-astro-cid-nmyafydm]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){.form-grid[data-astro-cid-nmyafydm]{grid-template-columns:1fr}}.add-btn[data-astro-cid-nmyafydm]{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;margin-top:1.5rem;padding:1rem;border-radius:1rem;background:var(--color-primary);color:var(--color-white);font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #6366f133}.add-btn[data-astro-cid-nmyafydm]:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 10px 15px -3px #6366f14d}.add-btn[data-astro-cid-nmyafydm]:active{transform:translateY(0)}.view-fade-in[data-astro-cid-nmyafydm]{animation:view-fade-in .6s ease forwards}@keyframes view-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
