/*!* Base layout *!*/
/*.layout {*/
/*    max-width: 600px;*/
/*    margin: 20px auto;*/
/*}*/

/*!*************** PANELS ***************!*/
/*.panel {*/
/*    background: white;*/
/*    padding: 16px;*/
/*    border-radius: 12px;*/
/*    margin-top: 20px;*/
/*    box-shadow: 0 4px 14px rgba(0,0,0,0.1);*/
/*}*/

/*.panel-header {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.header-row {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/

/*.subtitle {*/
/*    margin: 5px 0 0;*/
/*    color: #555;*/
/*}*/

/*.center-text {*/
/*    text-align: center;*/
/*}*/

/*!*************** OPTIONS ***************!*/
/*.choice-row {*/
/*    display: flex;*/
/*    gap: 12px;*/
/*}*/

/*.choice-btn {*/
/*    flex: 1;*/
/*    padding: 12px;*/
/*    border: 2px solid #007bff;*/
/*    border-radius: 8px;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*}*/

/*.choice-btn input {*/
/*    display: none;*/
/*}*/

/*.choice-btn.active {*/
/*    background: #007bff;*/
/*    color: white;*/
/*}*/

/*!*************** LOADER ***************!*/
/*.loading-overlay {*/
/*    position: fixed;*/
/*    top:0; left:0;*/
/*    width:100%; height:100%;*/
/*    background: rgba(0,0,0,0.4);*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*}*/

/*.spinner {*/
/*    width:50px;*/
/*    height:50px;*/
/*    border:6px solid #ddd;*/
/*    border-top-color:#007bff;*/
/*    border-radius:50%;*/
/*    animation:spin 1s linear infinite;*/
/*}*/

/*@keyframes spin { to { transform:rotate(360deg); } }*/

/*!*************** POPUP (MODALS) ***************!*/
/*.popup {*/
/*    position: fixed;*/
/*    top: 0; left: 0;*/
/*    width:100%; height:100%;*/
/*    background: rgba(0,0,0,0.6);*/
/*    display:none;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*}*/

/*.popup.show {*/
/*    display:flex;*/
/*}*/

/*.popup-box {*/
/*    background:white;*/
/*    padding:20px;*/
/*    border-radius:12px;*/
/*    max-width:420px;*/
/*    width:90%;*/
/*    position:relative;*/
/*}*/

/*.popup-close {*/
/*    border:none;*/
/*    background:none;*/
/*    position:absolute;*/
/*    right:15px;*/
/*    top:12px;*/
/*    font-size:22px;*/
/*    cursor:pointer;*/
/*}*/

/*!*************** BUTTONS ***************!*/
/*.button-primary,*/
/*.button-secondary {*/
/*    padding: 8px 14px;*/
/*    border-radius:6px;*/
/*    border:none;*/
/*    cursor:pointer;*/
/*    color:white;*/
/*}*/

/*.button-primary { background:#007bff; }*/
/*.button-secondary { background:#777; }*/

/*!*************** INPUT ***************!*/
/*.text-input {*/
/*    width:100%;*/
/*    padding:10px;*/
/*    border:1px solid #aaa;*/
/*    border-radius:6px;*/
/*    margin-top:10px;*/
/*}*/

/*!*************** DECORATION ***************!*/
/*.background-graphic {*/
/*    position:fixed;*/
/*    bottom:-40px;*/
/*    right:-40px;*/
/*    width:250px;*/
/*    opacity:0.25;*/
/*    pointer-events:none;*/
/*}*/