.profile-calc-container{width:100%;max-width:800px;background:#f8f9fa;border-radius:15px;padding:25px;border:2px solid #e9ecef;display:flex;flex-direction:column;gap:20px}.profile-calc-container h2{text-align:center;color:#333;margin-bottom:10px}.profile-calc-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.action-group-left,.action-group-right{display:flex;gap:10px;flex-wrap:wrap}.btn.btn-small{padding:8px 16px;font-size:.9em;height:auto;flex-shrink:0}.btn.btn-danger{background:#6c757d}.btn.btn-danger:hover{background:#5a6268}.btn.btn-save{background:linear-gradient(135deg,#28a745 0%,#218838 100%)}.btn.btn-load{background:linear-gradient(135deg,#007bff 0%,#0056b3 100%)}#profile-list-for-calc{max-height:300px;overflow-y:auto;border:2px solid #ddd;border-radius:10px;padding:10px}.profile-calc-item{padding:12px 15px;margin-bottom:8px;border-radius:8px;cursor:pointer;background-color:#fff;border:1px solid #ddd;transition:all .2s ease-in-out;display:flex;justify-content:space-between;align-items:center}.profile-item-info{font-weight:700}.profile-item-profit{font-weight:700;color:#28a745;font-size:1.1em}.profile-calc-item:last-child{margin-bottom:0}.profile-calc-item:hover{transform:translateX(5px);border-color:#999}.profile-calc-item.selected{background-color:#e9ecef;border-left:5px solid #667eea;color:#333}#profile-calc-results .total-profit{font-size:1.8em;margin-bottom:15px}#profile-calc-results .sub-profit{font-size:1.4em;color:#555;font-weight:400}body.dark-mode .profile-calc-container{background:#222;border-color:#444}body.dark-mode .profile-calc-container h2{color:#e0e0e0}body.dark-mode #profile-list-for-calc{border-color:#444}body.dark-mode .profile-calc-item{background-color:#333;border-color:#555;color:#e0e0e0}body.dark-mode .profile-calc-item.selected{background-color:#4a5b6d;border-left-color:#7890f8}body.dark-mode .profile-item-profit{color:#45d06b}body.dark-mode #profile-calc-results .sub-profit{color:#bbb}body.dark-mode .btn.btn-danger{background-color:#5a6268}body.dark-mode .btn.btn-danger:hover{background-color:#494f54}