.config-page{max-width:1200px;margin:2rem auto;padding:0 1rem}.config-page .edit-link{color:#fff;background:linear-gradient(90deg,#4f46e5,#9333ea);border-radius:.75rem;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.config-page .edit-link svg{width:1rem;height:1rem}.config-page .edit-link:hover{background:linear-gradient(90deg,#4338ca,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.config-page .components-grid{grid-template-columns:repeat(1fr);gap:1.5rem;display:grid}.config-page .config-card-main{background-color:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0000000d}.config-page .config-card-main:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.config-page .config-card-main h1{color:#111827;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.config-page .config-card-main .config-meta{color:#6b7280;gap:1.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.config-page .config-card-main .config-meta .icon{vertical-align:middle;width:18px;height:18px;margin-right:.25rem}.config-page .config-card-main .config-description{color:#4b5563;margin-top:1rem;font-size:1rem}.config-page .config-card-main .vote-score-display{align-items:center;gap:.75rem;margin-top:1rem;font-weight:600;display:flex}.config-page .config-card-main .vote-score-display .score-label{color:#6b7280;font-size:1rem}.config-page .config-card-main .vote-score-display .score-value{font-size:1.5rem}.config-page .config-card-main .vote-score-display .score-value.positive{color:#16a34a}.config-page .config-card-main .vote-score-display .score-value.negative{color:#dc2626}.config-page .config-card-main .total-price{background:linear-gradient(90deg,#eff6ff,#ede9fe);border:2px solid #bfdbfe;border-radius:.75rem;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1.25rem 1.5rem;display:flex}.config-page .config-card-main .total-price .label{color:#111827;font-size:1.25rem;font-weight:600}.config-page .config-card-main .total-price .value{background:linear-gradient(90deg,#4f46e5,#9333ea);-webkit-text-fill-color:#0000;-webkit-background-clip:text;font-size:2.5rem;font-weight:700}.config-page .components-list{background-color:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 12px #0000000d}.config-page .components-list .component-item{background-color:#f9fafb;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;transition:background .2s;display:flex}.config-page .components-list .component-item:hover{background-color:#f3f4f6}.config-page .components-list .component-item .component-item-info{flex:1}.config-page .components-list .component-item .component-item-info .label{color:#6b7280;margin-bottom:.25rem;font-size:.875rem}.config-page .components-list .component-item .component-item-info .name{color:#111827;font-weight:600}.config-page .components-list .component-item .component-item-price{color:#4f46e5;text-align:right;margin-right:1rem;font-size:1.25rem;font-weight:700}.config-page .components-list .component-item .component-item-link{color:#fff;background-color:#4f46e5;border-radius:.5rem;align-items:center;gap:.25rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.config-page .components-list .component-item .component-item-link:hover{background-color:#4338ca}.config-page .comments-section{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px #0000000d}.config-page .comments-section h2{color:#111827;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.75rem;font-weight:700;display:flex}@media (max-width:768px){.config-page .component-item{flex-direction:column;align-items:flex-start;gap:.5rem}.config-page .component-item-price{text-align:left;margin-right:0}.config-page .total-price{flex-direction:column;gap:.5rem}}
