.tm-container {
    max-width: 520px;
    margin: 30px auto;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}
.tm-header {
    text-align: center;
    margin-bottom: 25px;
}
.tm-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-icon svg {
    width: 30px;
    height: 30px;
    stroke: #3B82F6;
}
.tm-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
}
.tm-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    margin: 0;
    line-height: 1.4;
}
.tm-form-wrapper {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #E5E7EB;
}
.tm-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tm-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tm-form-group label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}
.tm-input {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border: 1.5px solid #D1D5DB;
    border-radius: 10px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 44px !important;
    background: #ffffff;
    color: #1F2937 !important;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box !important;
}
.tm-input:focus {
    border-color: #3B82F6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.tm-account-info {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    color: #1F2937;
    background: #EFF6FF;
    padding: 10px 14px;
    border-radius: 8px;
    border-left: 4px solid #3B82F6;
    margin-bottom: 5px;
}
.tm-meters-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tm-meter-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.tm-meter-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 6px;
}
.tm-meter-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}
.tm-meter-date {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11px;
    color: #9CA3AF;
    background: #F3F4F6;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 500;
}
.tm-meter-details {
    margin-bottom: 14px;
}
.tm-meter-detail-row {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    color: #4B5563;
    line-height: 1.5;
}
.tm-detail-val small {
    color: #9CA3AF;
    font-size: 11px;
    margin-left: 4px;
}
.tm-buttons-row {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    align-items: center;
}
.tm-btn {
    padding: 12px 24px;
    background: linear-gradient(135deg, #3B82F6, #1D4ED8);
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
    height: 46px;
    box-sizing: border-box;
}
.tm-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35);
    background: linear-gradient(135deg, #1D4ED8, #1E40AF);
}
.tm-btn svg {
    width: 18px;
    height: 18px;
}
.tm-btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 18px;
    background: #ffffff;
    border: 1.5px solid #D1D5DB;
    border-radius: 10px;
    color: #4B5563;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none !important;
    height: 46px;
    box-sizing: border-box;
}
.tm-btn-back:hover {
    background: #F9FAFB;
    border-color: #9CA3AF;
    color: #1F2937;
}
.tm-btn-back svg {
    width: 16px;
    height: 16px;
}
.tm-btn-reset {
    margin-top: 15px;
    text-decoration: none !important;
}
.tm-info {
    margin-top: 20px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #F9FAFB, #F3F4F6);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border: 1px solid #E5E7EB;
}
.tm-info-icon {
    font-size: 18px;
    flex-shrink: 0;
}
.tm-info-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    color: #4B5563;
    line-height: 1.5;
}
.tm-info-text a {
    color: #3B82F6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.tm-info-text a:hover {
    color: #1D4ED8;
}
.tm-error-box {
    text-align: left;
    padding: 16px;
    background: #FEF2F2;
    border-radius: 10px;
    border-left: 4px solid #EF4444;
    margin-bottom: 18px;
}
.tm-error-icon {
    display: none;
}
.tm-error-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #991B1B;
    margin-bottom: 4px;
}
.tm-error-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    color: #7F1D1D;
    line-height: 1.5;
}
.tm-success-box {
    text-align: center;
    padding: 25px 20px;
    background: #ECFDF5;
    border-radius: 12px;
    border: 1px solid #A7F3D0;
}
.tm-success-icon {
    font-size: 40px;
    color: #10B981;
    margin-bottom: 12px;
    line-height: 1;
}
.tm-success-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #065F46;
    margin-bottom: 6px;
}
.tm-success-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    color: #047857;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media (max-width: 520px) {
    .tm-container {
        margin: 15px;
        padding: 20px 18px;
        max-width: calc(100% - 30px);
    }
    .tm-title {
        font-size: 20px;
    }
}
