.header{background:linear-gradient(135deg,#2d5016,#3d6b1c);box-shadow:0 2px 10px #0000001a;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{height:var(--header-height);justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:10px}.header .btn-back-nav{align-items:center;background:#ffffff26!important;border:none;border-radius:8px;color:#fff!important;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.header .btn-back-nav:hover{background:#ffffff40!important}.header .btn-back-nav:active{transform:scale(.95)}.header .btn-back-nav svg{height:18px;width:18px}.logo{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:700;gap:10px;text-decoration:none}.logo-img{border-radius:8px;height:36px;width:36px}.nav{display:flex;gap:8px}.nav a{border-radius:8px;color:#fff;font-size:14px;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .2s ease}.nav a.active,.nav a:hover{background-color:#ffffff26}.user-info{align-items:center;display:flex;gap:12px}.user-info-text{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.user-name{font-size:14px;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{background:#ffffff26;border-radius:10px;color:#ffffffb3;font-size:11px;font-weight:400;padding:2px 8px}.btn-logout{background-color:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.btn-logout:hover{background-color:#ffffff40}@media (max-width:768px){.header{left:0;position:fixed;right:0;top:0;width:100%}.header-content{height:56px;padding:0 16px}.logo{font-size:18px}.logo-img{height:36px;width:36px}.header .btn-back-nav{height:32px;width:32px}.nav,.user-name{display:none}.btn-logout{font-size:13px;padding:8px 12px}}.bottom-nav{display:none}@media (max-width:768px){.bottom-nav{background:#fff;bottom:0;box-shadow:0 -2px 20px #0000001a;display:block;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;width:100%;z-index:1000}.bottom-nav-content{align-items:stretch;display:flex;height:var(--bottom-nav-height);justify-content:space-around}.bottom-nav-item{align-items:center;color:#64748b;display:flex;flex:1 1;flex-direction:column;font-size:11px;font-weight:500;gap:4px;justify-content:center;padding:8px 4px;position:relative;text-decoration:none;transition:all .2s ease}.bottom-nav-item svg{height:24px;transition:all .2s ease;width:24px}.bottom-nav-item.active{color:var(--primary-color)}.bottom-nav-item.active:before{background:var(--primary-color);border-radius:0 0 3px 3px;content:"";height:3px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:32px}.bottom-nav-item:active{background-color:#f1f5f9}.bottom-nav-item span{line-height:1}.main-content{min-height:100vh;padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px));padding-top:56px}}@media (min-width:769px){.main-content{padding-bottom:0;padding-top:0}}.mobile-page-title{display:none}@media (max-width:768px){.mobile-page-title{background:#fff;border-bottom:1px solid var(--border-color);display:block;margin:-16px -16px 16px;padding:16px}.mobile-page-title h1{color:var(--text-color);font-size:24px;font-weight:700;margin:0}.mobile-page-title p{color:var(--text-muted);font-size:14px;margin-top:4px}}.auth-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);display:flex;justify-content:center;min-height:100vh;padding:20px}@media (max-width:768px){.auth-container{align-items:flex-start;padding:40px 16px 16px}}.auth-card{background:#fff;border-radius:var(--radius-xl);box-shadow:0 10px 40px #0000001a;max-width:400px;padding:32px 24px;width:100%}@media (min-width:769px){.auth-card{padding:40px}}.auth-back-link{align-items:center;color:var(--text-muted);display:inline-flex;font-size:14px;font-weight:500;gap:6px;margin-bottom:20px;padding:8px 0;text-decoration:none;transition:color .2s ease}.auth-back-link:active{color:var(--primary-color)}@media (min-width:769px){.auth-back-link:hover{color:var(--primary-color)}}.auth-back-link svg{flex-shrink:0}.auth-logo{border-radius:var(--radius-lg);box-shadow:0 4px 15px #0000001a;display:block;height:80px;margin:0 auto 20px;width:80px}@media (min-width:769px){.auth-logo{height:100px;width:100px}}.auth-card h1{color:var(--primary-color);font-size:24px;font-weight:700;margin-bottom:8px;text-align:center}@media (min-width:769px){.auth-card h1{font-size:28px}}.auth-card h2{color:var(--text-muted);font-size:15px;font-weight:400;line-height:1.5;margin-bottom:28px;text-align:center}.auth-card .form-group{margin-bottom:18px}.auth-card .form-group label{font-size:14px;font-weight:600;margin-bottom:8px}.auth-card .form-group input{border-radius:var(--radius-md);font-size:16px;padding:14px 16px}.btn-block{font-size:16px;font-weight:600;margin-top:8px;padding:14px 20px}.auth-link{color:var(--text-muted);font-size:14px;margin-top:24px;text-align:center}.auth-link a{color:var(--primary-color);font-weight:600;text-decoration:none}.auth-link a:active{text-decoration:underline}.auth-description{color:var(--text-muted);font-size:14px;line-height:1.6;margin-bottom:24px;text-align:center}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md);margin-bottom:20px;padding:20px;text-align:center}.success-message p{color:#16a34a;font-size:14px;margin:6px 0}.social-divider{align-items:center;color:var(--text-muted);display:flex;font-size:13px;margin:24px 0}.social-divider:after,.social-divider:before{background:var(--border-color);content:"";flex:1 1;height:1px}.social-divider span{padding:0 12px}.events-page{background:#f8fafc;min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-top:56px}@media (min-width:769px){.events-page{padding-bottom:0;padding-top:0}}.events-page .section-header{margin-bottom:24px}.events-page .section-header h1{color:#2d5016;font-size:24px;font-weight:700;margin-bottom:6px}.events-page .section-header p{color:#64748b;font-size:14px}@media (min-width:769px){.events-page .section-header h1{font-size:28px}}.events-page .empty-state,.events-page .error-state,.events-page .loading-state{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:80px 20px;text-align:center}.events-page .loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#2d5016;height:50px;margin:0 auto 20px;width:50px}.events-page .error-state p,.events-page .loading-state p{color:#64748b;font-size:16px}.events-page .empty-state svg{color:#cbd5e1;margin-bottom:20px}.events-page .empty-state h3{color:#2d5016;font-size:22px;margin-bottom:10px}.events-page .empty-state p{color:#64748b}.events-page .events-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:769px){.events-page .events-grid{gap:30px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}}.events-page .event-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease}.events-page .event-card:hover{box-shadow:0 4px 20px #0000001a}.events-page .card-body{flex:1 1;padding:20px}@media (min-width:769px){.events-page .card-body{padding:24px}}.events-page .card-date-line{align-items:center;color:#64748b;display:flex;font-size:13px;gap:6px;margin-bottom:12px}.events-page .card-date-line svg{color:#94a3b8}.events-page .card-body h3{color:#1e293b;font-size:17px;font-weight:600;line-height:1.4;margin-bottom:12px}@media (min-width:769px){.events-page .card-body h3{font-size:18px}}.events-page .organizer{align-items:center;color:#64748b;display:flex;font-size:14px;gap:6px;margin-bottom:16px}.events-page .organizer span:first-of-type{color:#475569;font-weight:500}.events-page .organizer .location{color:#94a3b8}.events-page .route-info{align-items:center;display:flex;flex-direction:row;gap:10px}.events-page .route-item{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;flex:1 1;flex-direction:column;font-size:12px;gap:6px;min-width:0;padding:12px 10px}.events-page .route-item svg{color:#2d5016;flex-shrink:0}.events-page .route-item span{max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.events-page .route-arrow{align-items:center;color:#94a3b8;display:flex;flex-shrink:0;justify-content:center;padding:0 4px}.events-page .card-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:15px;justify-content:space-between;padding:20px}@media (min-width:769px){.events-page .card-footer{padding:20px 25px}}@media (max-width:768px){.events-page .card-footer{align-items:stretch;flex-direction:column}}.events-page .vagas-info{flex:1 1}.events-page .vagas-bar{background:#e2e8f0;border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.events-page .vagas-fill{background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:3px;height:100%;transition:width .5s ease}.events-page .vagas-info span{color:#64748b;font-size:12px}.events-page .btn-details{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:10px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.events-page .btn-details:hover{box-shadow:0 4px 15px #2d50164d;transform:translateX(5px)}@media (max-width:768px){.events-page .btn-details{width:100%}.events-page .btn-details:hover{transform:none}.events-page .btn-details:active{transform:scale(.98)}}.events-page .events-section{margin-bottom:40px}.events-page .events-section:last-child{margin-bottom:0}.events-page .events-section-finished{border-top:1px solid #e2e8f0;padding-top:30px}.events-page .events-section-finished .section-header h2{color:#64748b;font-size:20px;font-weight:600;margin-bottom:6px}.events-page .events-section-finished .section-header p{color:#94a3b8;font-size:13px}.events-page .event-card.event-finished{background:#f8fafc;opacity:.7}.events-page .event-card.event-finished:hover{opacity:.85}.events-page .event-card.event-finished .vagas-fill{background:#94a3b8}.events-page .event-card.event-finished .btn-details{background:#64748b}.events-page .event-card.event-finished .btn-details:hover{background:#475569;box-shadow:none}.confirm-modal-overlay{align-items:center;animation:fadeIn .2s ease;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal{animation:slideIn .2s ease;background:#fff;border-radius:var(--radius-xl);box-shadow:0 20px 50px #0000004d;max-width:360px;padding:28px 24px;text-align:center;width:100%}@media (min-width:500px){.confirm-modal{max-width:400px;padding:32px}}@keyframes slideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal-icon{align-items:center;border-radius:50%;display:flex;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.confirm-modal-icon.danger{background-color:#fee2e2;color:var(--danger-color)}.confirm-modal-icon.warning{background-color:#fef3c7;color:var(--warning-color)}.confirm-modal-icon.info{background-color:#dbeafe;color:#3b82f6}.confirm-modal-title{color:var(--text-color);font-size:18px;font-weight:600;margin-bottom:10px}.confirm-modal-message{color:var(--text-muted);font-size:14px;line-height:1.6;margin-bottom:24px}.confirm-modal-actions{display:flex;flex-direction:column;gap:10px}@media (min-width:400px){.confirm-modal-actions{flex-direction:row;justify-content:center}}.confirm-modal-actions .btn{border-radius:var(--radius-md);font-size:14px;font-weight:600;min-width:110px;padding:12px 20px}@media (max-width:399px){.confirm-modal-actions .btn{width:100%}}.confirm-modal-actions .btn-danger{background-color:var(--danger-color);border:none;color:#fff}.confirm-modal-actions .btn-danger:active{background-color:#c82333}.confirm-modal-actions .btn-warning{background-color:var(--warning-color);border:none;color:#fff}.confirm-modal-actions .btn-warning:active{background-color:#d97706}.confirm-modal-actions .btn-secondary{background-color:#f1f5f9;border:1px solid var(--border-color);color:#475569}.confirm-modal-actions .btn-secondary:active{background-color:#e2e8f0}.custom-select{position:relative;width:100%}.custom-select-trigger{align-items:center;background-color:var(--card-bg);border:2px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-color);cursor:pointer;display:flex;font-family:inherit;font-size:16px;justify-content:space-between;min-height:var(--touch-target-min);padding:14px 44px 14px 16px;text-align:left;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.custom-select-trigger:hover:not(:disabled){border-color:var(--primary-color)}.custom-select-trigger:focus{outline:none}.custom-select-trigger:focus,.custom-select.open .custom-select-trigger{border-color:var(--primary-color);box-shadow:0 0 0 3px #2d50161a}.custom-select.disabled .custom-select-trigger{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.custom-select-value{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-value.placeholder{color:#94a3b8}.custom-select-arrow{align-items:center;color:#6b7280;display:flex;justify-content:center;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:transform .2s ease}.custom-select.open .custom-select-arrow{transform:translateY(-50%) rotate(180deg)}.custom-select-options{animation:selectDropdown .15s ease-out;background:#fff;border:2px solid var(--border-color);border-radius:var(--radius-md);box-shadow:0 10px 40px #00000026;left:0;list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:6px;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}@keyframes selectDropdown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{align-items:center;border-radius:var(--radius-sm);color:var(--text-color);cursor:pointer;display:flex;font-size:15px;gap:12px;justify-content:space-between;padding:12px 16px;transition:background-color .1s ease}.custom-select-option.highlighted,.custom-select-option:hover{background-color:#f1f5f9}.custom-select-option.selected{background-color:#2d501614;color:var(--primary-color);font-weight:500}.custom-select-option.selected.highlighted{background-color:#2d50161f}.custom-select-option .check-icon{color:var(--primary-color);flex-shrink:0}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.custom-select-options{max-height:240px}.custom-select-option{min-height:var(--touch-target-min);padding:14px 16px}}.item-fields .custom-select-trigger,.item-tipo .custom-select-trigger{font-size:14px;min-height:auto;padding:10px 36px 10px 12px}.item-fields .custom-select-arrow,.item-tipo .custom-select-arrow{right:8px}.item-fields .custom-select-arrow svg,.item-tipo .custom-select-arrow svg{height:16px;width:16px}.purchase-modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.purchase-modal-content{animation:modalSlideIn .2s ease;background:#fff;border-radius:var(--radius-lg);display:flex;flex-direction:column;max-height:90vh;max-width:450px;overflow:hidden;width:100%}.purchase-modal-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:16px 20px}.purchase-modal-header h2{color:var(--primary-color);font-size:18px;font-weight:600;margin:0}.purchase-modal-body{-webkit-overflow-scrolling:touch;overflow-y:auto;padding:20px}.item-info{align-items:center;background-color:#f8fafc;border-radius:var(--radius-md);display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.item-tipo-badge{background:var(--primary-color);border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:6px 14px}.item-preco{font-size:20px;font-weight:700}.purchase-modal-body .form-group{margin-bottom:18px}.purchase-modal-body .form-group label{color:var(--text-color);display:block;font-size:14px;font-weight:600;margin-bottom:8px}.purchase-modal-body .form-group input,.purchase-modal-body .form-group select{border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:15px;padding:12px 14px;transition:border-color .2s,box-shadow .2s;width:100%}.purchase-modal-body .form-group input:focus,.purchase-modal-body .form-group select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2d50161a;outline:none}.file-upload-container{position:relative}.file-upload-container input[type=file]{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.file-upload-label{align-items:center;background-color:#f8fafc;border:2px dashed var(--border-color);border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:24px 16px;transition:all .2s ease}.file-upload-label:hover{background-color:#2d50160d;border-color:var(--primary-color)}.file-upload-label svg{color:var(--primary-color)}.file-upload-label span{color:var(--text-muted);font-size:14px;text-align:center}.file-hint{color:var(--text-muted);display:block;font-size:12px;margin-top:8px}.comprovante-preview{border:1px solid var(--border-color);border-radius:var(--radius-md);margin-top:12px;overflow:hidden}.comprovante-preview img{background-color:#f8fafc;max-height:200px;object-fit:contain;width:100%}.purchase-modal-body .form-actions{border-top:1px solid var(--border-color);display:flex;gap:12px;margin-top:24px;padding-top:20px}.purchase-modal-body .form-actions .btn{flex:1 1}.purchase-modal-body .alert{border-radius:var(--radius-md);font-size:14px;margin-bottom:16px;padding:12px 14px}.purchase-modal-body .alert-error{background-color:#fee2e2;border:1px solid #fca5a5;color:#dc2626}.event-detail{min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-top:56px}@media (min-width:769px){.event-detail{padding-bottom:0;padding-top:0}}.event-title-section h1{color:var(--primary-color);margin:0}.group-info-box{border-left:4px solid var(--primary-color)}.contact-link,.group-info-box h3{color:var(--primary-color)}.contact-link:active{background-color:var(--primary-color)}@media (min-width:769px){.contact-link:hover{background-color:var(--primary-color);box-shadow:0 4px 8px #2d50164d;color:#fff;transform:translateY(-2px)}}.section>p{word-wrap:break-word;color:#555;font-size:14px;line-height:1.7;white-space:pre-line}.event-detail .route-info{display:flex;flex-direction:column;gap:10px}@media (min-width:500px){.event-detail .route-info{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}}.event-detail .route-item{word-wrap:break-word;background-color:#f8f9fa;border-radius:var(--radius-md);display:flex;flex-direction:column;padding:14px}.event-detail .route-item .label{color:#666;font-size:11px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.event-detail .route-item .value{word-wrap:break-word;color:#333;font-size:15px;font-weight:500}.event-sidebar{display:flex;flex-direction:column;gap:16px}.participants-header{align-items:center;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.participants-box h3{margin:0}.export-buttons{display:flex;gap:6px}.export-buttons .btn-sm{font-size:12px;padding:6px 10px}.participant-item,.participant-link{gap:10px}.participant-link:hover .participant-name{color:var(--primary-color)}.participant-avatar{background-color:var(--primary-color)}.btn-remove{flex-shrink:0;font-size:11px;padding:4px 8px}.vagas-fill{background-color:var(--primary-color)}.vagas-info>span{color:#666;font-size:13px}.waiting-list-box h3{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:12px}.action-section{border-top:1px solid #eee;margin-top:24px;padding-top:20px}.event-full-message{background-color:#fee2e2;border-radius:var(--radius-md);color:var(--danger-color);font-size:14px;font-weight:600;padding:12px 16px}.inscrito-status-box,.waiting-status-box{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:var(--radius-lg);padding:20px;text-align:center}.inscrito-status-box{background:linear-gradient(135deg,#f0f7e6,#e8f5d8)}.waiting-status-box .waiting-position{color:#92400e;display:block;font-size:16px;margin-bottom:16px;min-width:auto}.inscrito-message{color:var(--primary-color);font-size:16px;font-weight:600;margin-bottom:16px}.btn-whatsapp{gap:6px;justify-content:center}.btn-whatsapp:active{background-color:#1da851}.items-grid{display:flex;flex-wrap:wrap;gap:16px}.item-card{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--border-color);border-radius:var(--radius-lg);display:flex;flex:1 1;flex-direction:column;gap:12px;max-width:180px;min-width:140px;padding:20px;text-align:center;transition:all .3s ease}.item-card:hover{border-color:var(--primary-color);box-shadow:0 8px 20px #2d501626;transform:translateY(-4px)}.item-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,#3d7a1c 100%);border-radius:50%;color:#fff;display:flex;height:56px;justify-content:center;width:56px}.item-tipo-label{color:var(--text-color);font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.item-preco{align-items:baseline;color:var(--primary-color);display:flex;gap:2px}.item-preco .preco-cifrao{font-size:14px;font-weight:500}.item-preco .preco-valor{font-size:24px;font-weight:700}.item-card .btn{margin-top:4px;width:100%}.purchases-list{gap:12px}.purchase-item,.purchases-list{display:flex;flex-direction:column}.purchase-item{background:#f8fafc;border:1px solid var(--border-color);border-radius:var(--radius-md);gap:8px;padding:14px 16px}@media (min-width:500px){.purchase-item{align-items:center;flex-direction:row;justify-content:space-between}}.purchase-info{display:flex;flex-direction:column;gap:4px}.purchase-tipo{color:var(--text-color);font-size:15px;font-weight:600}.purchase-detalhes{color:var(--text-muted);font-size:13px}.purchase-preco{color:var(--primary-color);font-size:14px;font-weight:600}.purchase-status{align-self:flex-start;border-radius:20px;font-size:11px;font-weight:600;padding:5px 12px;text-transform:uppercase;white-space:nowrap}@media (min-width:500px){.purchase-status{align-self:center}}.purchase-status.pendente{background-color:#fef3c7;color:#d97706}.purchase-status.confirmado{background-color:#dbeafe;color:#2563eb}.purchase-status.entregue{background-color:#dcfce7;color:#16a34a}.purchase-status.cancelado{background-color:#fee2e2;color:#dc2626}.my-events-page{background:#f8fafc;min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-top:56px}@media (min-width:769px){.my-events-page{padding-bottom:0;padding-top:0}}.my-events-page .section-header{margin-bottom:24px}.my-events-page .section-header h1{color:#2d5016;font-size:24px;font-weight:700;margin-bottom:6px}.my-events-page .section-header p{color:#64748b;font-size:14px}@media (min-width:769px){.my-events-page .section-header h1{font-size:28px}}.my-events-page .empty-state,.my-events-page .error-state,.my-events-page .loading-state{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:80px 20px;text-align:center}.my-events-page .loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#2d5016;height:50px;margin:0 auto 20px;width:50px}.my-events-page .error-state p,.my-events-page .loading-state p{color:#64748b;font-size:16px}.my-events-page .empty-state svg{color:#cbd5e1;margin-bottom:20px}.my-events-page .empty-state h3{color:#2d5016;font-size:22px;margin-bottom:10px}.my-events-page .empty-state p{color:#64748b;margin-bottom:24px}.my-events-page .my-events-section{margin-bottom:32px}.my-events-page .events-section-title{align-items:center;border-bottom:2px solid #e2e8f0;color:#2d5016;display:flex;font-size:18px;font-weight:600;gap:10px;margin-bottom:20px;padding-bottom:12px}.my-events-page .events-section-title.waiting{border-bottom-color:#fef3c7;color:#d97706}.my-events-page .title-icon{align-items:center;background:#dcfce7;border-radius:8px;color:#16a34a;display:flex;height:32px;justify-content:center;width:32px}.my-events-page .title-icon.waiting{background:#fef3c7;color:#d97706}.my-events-page .events-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:769px){.my-events-page .events-grid{gap:30px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}}.my-events-page .event-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease}.my-events-page .event-card:hover{box-shadow:0 4px 20px #0000001a}.my-events-page .card-body{flex:1 1;padding:20px}@media (min-width:769px){.my-events-page .card-body{padding:24px}}.my-events-page .card-date-line{align-items:center;color:#64748b;display:flex;font-size:13px;gap:6px;margin-bottom:12px}.my-events-page .card-date-line svg{color:#94a3b8}.my-events-page .card-body h3{color:#1e293b;font-size:17px;font-weight:600;line-height:1.4;margin-bottom:12px}@media (min-width:769px){.my-events-page .card-body h3{font-size:18px}}.my-events-page .organizer{align-items:center;color:#64748b;display:flex;font-size:14px;gap:6px;margin-bottom:16px}.my-events-page .organizer span:first-of-type{color:#475569;font-weight:500}.my-events-page .organizer .location{color:#94a3b8}.my-events-page .route-info{align-items:center;display:flex;flex-direction:row;gap:10px}.my-events-page .route-item{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;flex:1 1;flex-direction:column;font-size:12px;gap:6px;min-width:0;padding:12px 10px}.my-events-page .route-item svg{color:#2d5016;flex-shrink:0}.my-events-page .route-item span{max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.my-events-page .route-arrow{align-items:center;color:#94a3b8;display:flex;flex-shrink:0;justify-content:center;padding:0 4px}.my-events-page .card-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:15px;justify-content:space-between;padding:20px}@media (min-width:769px){.my-events-page .card-footer{padding:20px 25px}}@media (max-width:768px){.my-events-page .card-footer{align-items:stretch;flex-direction:column}}.my-events-page .vagas-info{flex:1 1}.my-events-page .vagas-bar{background:#e2e8f0;border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.my-events-page .vagas-fill{background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:3px;height:100%;transition:width .5s ease}.my-events-page .vagas-info span{color:#64748b;font-size:12px}.my-events-page .btn-details{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:10px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.my-events-page .btn-details:hover{box-shadow:0 4px 15px #2d50164d;transform:translateX(5px)}@media (max-width:768px){.my-events-page .btn-details{width:100%}.my-events-page .btn-details:hover{transform:none}.my-events-page .btn-details:active{transform:scale(.98)}}.dashboard-header{align-items:center;display:flex;gap:16px;margin-bottom:30px}.dashboard-header h1{color:#2d5016;margin-bottom:0}.admin-dashboard h1{color:#2d5016}.grupo-badge{border-radius:16px;font-size:14px;padding:6px 14px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:30px}.stat-card{border-radius:12px;box-shadow:0 2px 10px #00000014;gap:15px;padding:20px;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 4px 15px #0000001f;transform:translateY(-2px)}.stat-icon{border-radius:12px;font-size:28px;height:60px;width:60px}.stat-icon.usuarios{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-icon.grupos{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-icon.eventos{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-icon.inscricoes{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-content h3{color:#666;font-size:14px;margin-bottom:5px;text-transform:uppercase}.stat-number{color:#1a1a2e;font-size:32px;font-weight:700;margin-bottom:5px}.stat-detail{color:#888;font-size:13px}.dashboard-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:30px}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;padding:20px}.dashboard-card .card-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.dashboard-card .card-header h2{color:#333;font-size:18px;margin:0}.dashboard-table{border-collapse:collapse;width:100%}.dashboard-table td,.dashboard-table th{border-bottom:1px solid #f0f0f0;padding:12px 10px;text-align:left}.dashboard-table th{color:#666;font-size:13px;font-weight:600;text-transform:uppercase}.dashboard-table td{color:#333;font-size:14px}.dashboard-table tr:last-child td{border-bottom:none}.empty-message{color:#888;padding:30px;text-align:center}.quick-actions h2{color:#333;font-size:18px;margin-bottom:15px}.actions-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.action-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;color:#333;display:flex;flex-direction:column;gap:10px;padding:25px 20px;text-decoration:none;transition:all .2s}.action-card:hover{background:#2d5016;box-shadow:0 4px 15px #2d50164d;color:#fff;transform:translateY(-2px)}.action-icon{font-size:32px}.action-card span:last-child{font-size:14px;font-weight:500}@media (max-width:768px){.dashboard-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{flex-direction:column;text-align:center}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}.admin-events{min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-top:56px}@media (min-width:769px){.admin-events{padding-bottom:0;padding-top:0}}.admin-grupo-info{background-color:#e0f2fe;border-radius:12px;color:#0369a1;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px}.checkboxes-row{margin-top:8px}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:10px}.checkbox-label input[type=checkbox]{accent-color:var(--primary-color);cursor:pointer;height:20px;width:20px}.checkbox-hint{color:var(--text-muted);display:block;font-size:12px;margin-left:30px;margin-top:6px}.events-table-container{-webkit-overflow-scrolling:touch;background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000f;overflow-x:auto}@media (max-width:768px){.events-table-container{border-radius:var(--radius-md);margin:0 -8px}}.events-table{border-collapse:collapse;min-width:700px;width:100%}.events-table td,.events-table th{border-bottom:1px solid var(--border-color);font-size:14px;padding:14px 16px;text-align:left}.events-table th{color:var(--text-color);font-weight:600;white-space:nowrap}.events-table tbody tr:hover,.events-table th{background-color:#f8fafc}.events-table tbody tr:last-child td{border-bottom:none}.status-aberto{background-color:#dcfce7;color:#16a34a}.status-fechado{background-color:#fef3c7;color:#d97706}.status-cancelado{background-color:#fee2e2;color:#dc2626}.status-realizado{background-color:#dbeafe;color:#2563eb}.badge-privado{background-color:#fee2e2;border-radius:10px;color:#dc2626;display:inline-block;font-size:10px;font-weight:600;margin-left:8px;padding:3px 8px;text-transform:uppercase;vertical-align:middle}.btn-icon-info{background-color:#3b82f6;color:#fff}.btn-icon-info:active:not(:disabled){background-color:#2563eb}.modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .2s ease;background:#fff;border-radius:var(--radius-lg);display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:16px 20px}.modal-header h2{color:var(--text-color);font-size:18px;font-weight:600;margin:0}.modal-close{align-items:center;background:#0000;border:none;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;width:36px}.modal-close:active{background:#e2e8f0}.modal-body{-webkit-overflow-scrolling:touch;overflow-y:auto;padding:20px}.participants-section{margin-bottom:24px}.participants-section:last-child{margin-bottom:0}.participants-section h3{border-bottom:2px solid var(--primary-color);color:var(--text-color);font-size:16px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.waiting-section h3{border-bottom-color:var(--warning-color);color:var(--warning-color)}.participants-list{margin:0}.participants-list li{align-items:center;background-color:#f8fafc;border-radius:var(--radius-md);display:flex;flex-direction:row!important;flex-wrap:nowrap;gap:12px;justify-content:space-between;margin-bottom:8px;padding:12px 14px}.waiting-section .participants-list li{background-color:#fef3c7}.participant-info{flex:1 1;gap:2px;overflow:hidden}.participant-name{align-items:center;color:var(--text-color);display:flex;font-weight:600;gap:4px}.participant-details{color:var(--text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.waiting-position{color:var(--warning-color);margin-right:4px}.btn-icon-sm{flex-shrink:0;height:32px;min-height:32px;min-width:32px;width:32px}.participants-list li>.btn-icon-sm{margin-left:auto}.no-participants{color:var(--text-muted);padding:24px}@media (max-width:699px){.events-table{min-width:100%}.events-table thead{display:none}.events-table tbody tr{border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;padding:16px}.events-table tbody tr:hover{background-color:initial}.events-table td{border-bottom:none;font-size:14px;padding:6px 0}.events-table td:first-child{color:var(--primary-color);font-size:16px;font-weight:600;margin-bottom:8px}.events-table td:last-child{border-top:1px solid var(--border-color);margin-top:12px;padding-top:12px}.table-actions{justify-content:flex-start}}.section-hint{color:var(--text-muted);font-size:13px;margin-bottom:16px;margin-top:-8px}.items-config{display:flex;flex-direction:column;gap:12px}.item-config-row{align-items:center;background-color:#f8fafc;border:1px solid var(--border-color);border-radius:var(--radius-md);display:flex;gap:12px;padding:14px}.item-fields{display:flex;flex:1 1;flex-wrap:wrap;gap:10px}.item-tipo{background:#fff;flex-shrink:0;width:140px}.item-nome{flex:1 1;font-size:14px;min-width:120px;padding:10px 12px}.item-nome,.item-preco-container{border:1px solid var(--border-color);border-radius:var(--radius-sm)}.item-preco-container{align-items:center;background:#fff;display:flex;gap:4px;padding-left:10px}.preco-prefix{color:var(--text-muted);font-size:14px;font-weight:500}.item-preco{background:#0000;border:none;font-size:14px;padding:10px 12px 10px 4px;width:80px}.item-preco:focus{outline:none}.item-preco-container:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #2d50161a}.add-item-btn{align-items:center;align-self:flex-start;display:inline-flex;gap:8px;margin-top:4px}@media (max-width:599px){.item-config-row{align-items:stretch}.item-config-row,.item-fields{flex-direction:column}.item-nome,.item-preco-container,.item-tipo{width:100%}.item-preco{flex:1 1;width:100%}.item-config-row>.btn-icon-sm{align-self:flex-end}}.admin-groups{min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-top:56px}@media (min-width:769px){.admin-groups{padding-bottom:0;padding-top:0}}@media (min-width:600px){.admin-header{align-items:center;flex-direction:row;justify-content:space-between}}.form-card h2,.form-card h3{color:var(--primary-color);margin-bottom:16px}.form-card h3{border-top:1px solid var(--border-color);font-size:16px;margin-top:24px;padding-top:20px}.groups-grid{display:flex;flex-direction:column;gap:16px}@media (min-width:600px){.groups-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.group-card{background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;padding:20px}@media (max-width:599px){.group-card{border-radius:var(--radius-md);margin:0 -8px;padding:16px}}.group-card h3{color:var(--primary-color);font-size:18px;font-weight:600;margin-bottom:4px}.group-location{color:var(--text-muted);margin-bottom:12px}.group-description{color:#555;font-size:14px;line-height:1.6;margin-bottom:16px}.group-contact{background-color:#f8fafc;border-radius:var(--radius-md);font-size:13px;margin-bottom:16px;padding:14px}.group-contact p{color:var(--text-muted);margin-bottom:6px}.group-contact p:last-child{margin-bottom:0}.group-actions{border-top:1px solid var(--border-color);display:flex;gap:10px;margin-top:auto;padding-top:16px}@media (max-width:499px){.group-actions{flex-direction:column}.group-actions .btn{width:100%}}.no-groups{background:#fff;border-radius:var(--radius-lg);color:var(--text-muted);font-size:14px;padding:60px 20px;text-align:center}@media (max-width:768px){.no-groups{border-radius:var(--radius-md);margin:0 -8px}}.admin-users{min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-top:56px}@media (min-width:769px){.admin-users{padding-bottom:0;padding-top:0}}.admin-header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}@media (min-width:600px){.admin-header{align-items:flex-start;flex-direction:row;justify-content:space-between}}.admin-header h1{color:var(--primary-color);font-size:24px;font-weight:700;margin-bottom:4px}@media (min-width:769px){.admin-header h1{font-size:28px}}.user-count{color:var(--text-muted);font-size:14px}@media (max-width:599px){.admin-header .btn{width:100%}}.form-card{margin-bottom:24px}@media (max-width:768px){.form-card{border-radius:var(--radius-md);margin:0 -8px 24px}}.form-card h2{color:var(--primary-color);font-size:18px;margin-bottom:20px}.checkbox-group{margin-top:8px}.checkbox-group label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:10px}.checkbox-group input[type=checkbox]{accent-color:var(--primary-color);cursor:pointer;height:20px;width:20px}.checkbox-group small{color:var(--text-muted);display:block;font-size:12px;margin-left:30px;margin-top:6px}.form-actions{gap:10px}.users-section{margin-bottom:32px}.section-title{align-items:center;border-bottom:2px solid var(--primary-color);color:var(--primary-color);display:flex;font-size:16px;font-weight:600;gap:10px;margin-bottom:16px;padding-bottom:10px}@media (min-width:769px){.section-title{font-size:18px}}.section-title svg{color:var(--primary-color);flex-shrink:0}.users-table-container{-webkit-overflow-scrolling:touch;background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000f;overflow-x:auto}@media (max-width:768px){.users-table-container{border-radius:var(--radius-md);margin:0 -8px}}.users-table{border-collapse:collapse;min-width:600px;width:100%}.users-table td,.users-table th{border-bottom:1px solid var(--border-color);font-size:14px;padding:14px 16px;text-align:left}.users-table th{color:var(--text-color);font-weight:600;white-space:nowrap}.users-table tbody tr:hover,.users-table th{background-color:#f8fafc}.users-table tbody tr:last-child td{border-bottom:none}.user-photo-thumb{border:2px solid var(--primary-color);border-radius:6px;height:38px;object-fit:cover;width:48px}.no-photo{align-items:center;background-color:#f1f5f9;border-radius:6px;color:var(--text-muted);display:flex;font-size:12px;height:38px;justify-content:center;width:48px}.car-info-desktop{display:inline}.car-info-mobile{display:none}@media (max-width:599px){.car-info-desktop{display:none}.car-info-mobile{display:inline}}.table-actions{display:flex;gap:8px}.btn-icon{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:flex;height:38px;justify-content:center;min-height:var(--touch-target-min);min-width:var(--touch-target-min);transition:all .2s ease;width:38px}.btn-icon:active{transform:scale(.93)}.btn-icon:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn-icon-secondary{background-color:#64748b;color:#fff}.btn-icon-secondary:active:not(:disabled){background-color:#475569}.btn-icon-danger{background-color:var(--danger-color);color:#fff}.btn-icon-danger:active:not(:disabled){background-color:#c82333}.no-users{background:#fff;border-radius:var(--radius-lg);color:var(--text-muted);font-size:14px;padding:40px 20px;text-align:center}.grupo-badge{background-color:#e0f2fe;border-radius:12px;color:#0369a1;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px}.form-hint{color:var(--text-muted);display:block;font-size:12px;margin-top:6px}@media (max-width:599px){.users-table{min-width:100%}.users-table thead{display:none}.users-table tbody tr{grid-gap:4px 12px;align-items:start;border-bottom:1px solid var(--border-color);display:grid;gap:4px 12px;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto auto;padding:16px}.users-table tbody tr:hover{background-color:initial}.users-table td{border-bottom:none;font-size:14px;padding:2px 0}.users-table td:first-child{align-items:flex-start;display:flex;grid-column:1;grid-row:1/4;padding-top:0}.users-table td:nth-child(2){font-weight:600;grid-column:2;grid-row:1}.users-table td:nth-child(3){color:var(--text-muted);font-size:13px;grid-column:2;grid-row:2}.users-table td:nth-child(4){font-size:13px;grid-column:2;grid-row:3}.users-table td:nth-child(5){display:none}.users-table td:last-child{border-top:1px solid var(--border-color);grid-column:1/-1;grid-row:4;margin-top:10px;padding-top:10px}.users-table td:before{display:none}.table-actions{justify-content:flex-end;width:100%}.no-photo,.user-photo-thumb{height:56px;width:70px}}.admin-delivery{margin:0 auto;max-width:1200px;min-height:100vh;padding:72px 16px calc(86px + env(safe-area-inset-bottom, 0px))}@media (min-width:769px){.admin-delivery{padding-bottom:16px;padding-top:16px}}.admin-delivery .admin-header{margin-bottom:20px}.admin-delivery .admin-header h1{color:var(--primary-color);font-size:24px;font-weight:700;margin-bottom:4px;margin-top:0}@media (min-width:769px){.admin-delivery .admin-header h1{font-size:28px}}.admin-delivery .admin-grupo-info{background-color:#e0f2fe;border-radius:12px;color:#0369a1;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px}.filter-card{margin-bottom:24px}.filter-card .form-group{margin-bottom:16px}.filter-card .form-group:last-child{margin-bottom:0}.filters-row{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}@media (min-width:768px){.filters-row{flex-direction:row;flex-wrap:wrap}}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{color:var(--text-muted);font-size:13px;font-weight:600}.status-filters,.tipo-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-btn{background:#fff;border:1px solid var(--border-color);border-radius:20px;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s ease}.filter-btn:active{transform:scale(.95)}.filter-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.filter-btn.pendente.active{background:#d97706;border-color:#d97706}.filter-btn.confirmado.active{background:#2563eb;border-color:#2563eb}.filter-btn.entregue.active{background:#16a34a;border-color:#16a34a}.export-section{border-top:1px solid var(--border-color);padding-top:16px}.btn-whatsapp{align-items:center;background-color:#25d366;border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:inline-flex;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s ease}.btn-whatsapp:hover{background-color:#1da851}.btn-whatsapp:active{transform:scale(.97)}.btn-whatsapp:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:499px){.export-section .btn-whatsapp{justify-content:center;width:100%}}.no-purchases-card{color:var(--text-muted);padding:40px 20px;text-align:center}.purchases-table-container{-webkit-overflow-scrolling:touch;background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000f;overflow-x:auto}@media (max-width:768px){.purchases-table-container{border-radius:var(--radius-md);margin:0 -8px}}.purchases-table{border-collapse:collapse;min-width:900px;width:100%}.purchases-table td,.purchases-table th{border-bottom:1px solid var(--border-color);font-size:14px;padding:14px 12px;text-align:left}.purchases-table th{color:var(--text-color);font-weight:600;white-space:nowrap}.purchases-table tbody tr:hover,.purchases-table th{background-color:#f8fafc}.purchases-table tbody tr:last-child td{border-bottom:none}.status-row-pendente{background-color:#fef3c74d}.status-row-confirmado{background-color:#dbeafe4d}.status-row-entregue{background-color:#dcfce74d}.status-row-cancelado{background-color:#fee2e24d}.participant-cell{display:flex;flex-direction:column;gap:2px}.participant-cell .participant-name{color:var(--text-color);font-weight:600}.participant-cell .participant-contact{color:var(--text-muted);font-size:12px}.item-badge{background:var(--primary-color);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:4px 10px}.item-name{color:var(--text-muted);display:block;font-size:12px;margin-top:4px}.details-cell{color:var(--text-muted);display:flex;flex-direction:column;font-size:13px;gap:2px}.purchase-value{color:var(--primary-color);font-weight:600}.purchase-date{color:var(--text-muted);font-size:13px}.status-badge{border-radius:20px;font-size:11px;font-weight:600;padding:5px 12px;text-transform:uppercase;white-space:nowrap}.status-badge.pendente{background-color:#fef3c7;color:#d97706}.status-badge.confirmado{background-color:#dbeafe;color:#2563eb}.status-badge.entregue{background-color:#dcfce7;color:#16a34a}.status-badge.cancelado{background-color:#fee2e2;color:#dc2626}.action-buttons{display:flex;flex-wrap:wrap;gap:6px}.btn-sm{font-size:12px;min-height:32px;padding:6px 12px}.btn-success{background-color:#16a34a;border:none;color:#fff}.btn-success:active{background-color:#15803d}.comprovante-modal{max-width:600px}.comprovante-modal .modal-body{align-items:center;display:flex;flex-direction:column;padding:20px}.comprovante-image{border-radius:var(--radius-md);max-height:60vh;max-width:100%;object-fit:contain}.pdf-viewer{padding:40px 20px;text-align:center}.pdf-viewer p{color:var(--text-muted);margin-bottom:16px}@media (max-width:899px){.purchases-table{min-width:100%}.purchases-table thead{display:none}.purchases-table tbody tr{border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:10px;padding:16px}.purchases-table tbody tr:hover{background-color:initial}.purchases-table td{align-items:center;border-bottom:none;display:flex;font-size:14px;justify-content:space-between;padding:0}.purchases-table td:before{color:var(--text-muted);content:attr(data-label);font-size:12px;font-weight:600;text-transform:uppercase}.purchases-table td[data-label=Participante]{align-items:flex-start;border-bottom:1px solid var(--border-color);flex-direction:column;gap:4px;margin-bottom:6px;padding-bottom:10px}.purchases-table td[data-label=Participante]:before{display:none}.purchases-table td[data-label=Participante] .participant-cell .participant-name{font-size:16px}.purchases-table td[data-label=A\E7\F5 es]{border-top:1px solid var(--border-color);margin-top:6px;padding-top:10px}.purchases-table td[data-label=A\E7\F5 es]:before{display:none}.action-buttons{width:100%}.action-buttons .btn{flex:1 1}}.profile-page{min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-top:56px}@media (min-width:769px){.profile-page{padding-bottom:0;padding-top:0}}.profile-page h1{color:var(--primary-color);font-size:24px;font-weight:700;margin-bottom:20px}@media (min-width:769px){.profile-page h1{font-size:28px;margin-bottom:30px}}.profile-card{max-width:600px}@media (max-width:768px){.profile-card{margin:0 -8px}}.profile-photo-section{margin-bottom:24px;text-align:center}.profile-photo-section>label:first-child{display:block;font-size:14px;font-weight:600;margin-bottom:12px;text-align:left}.photo-container{margin-bottom:12px}.vehicle-photo{border:3px solid var(--primary-color);border-radius:var(--radius-lg);height:auto;object-fit:cover}.photo-placeholder,.vehicle-photo{aspect-ratio:4/3;max-width:280px;width:100%}.photo-placeholder{align-items:center;background-color:#f8fafc;border:2px dashed var(--border-color);border-radius:var(--radius-lg);color:var(--text-muted);display:flex;flex-direction:column;gap:8px;justify-content:center;margin:0 auto}.photo-placeholder svg{color:#cbd5e1;height:40px;width:40px}.file-input{display:none}.form-row{display:flex;flex-direction:column;gap:16px}@media (min-width:500px){.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}}.input-disabled{background-color:#f8fafc;color:var(--text-muted);cursor:not-allowed}.form-group small{color:var(--text-muted);display:block;font-size:12px;margin-top:6px}.form-actions{border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:20px}@media (min-width:500px){.form-actions{flex-direction:row;justify-content:flex-end}}@media (max-width:499px){.form-actions .btn{width:100%}}.public-page{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.public-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 20px #00000014;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:15px 30px}.navbar-brand{align-items:center;color:#2d5016;display:flex;font-size:20px;font-weight:700;gap:12px;text-decoration:none}.navbar-brand img{border-radius:10px;height:40px;width:40px}.btn-login{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:10px;box-shadow:0 4px 15px #2d50164d;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.btn-login:hover{box-shadow:0 6px 20px #2d501666;transform:translateY(-2px)}.hero-section{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 30px 80px;position:relative}.hero-background{background:linear-gradient(135deg,#1a2e16,#2d5016 50%,#3d6b1c)}.hero-background,.hero-shapes{bottom:0;left:0;position:absolute;right:0;top:0}.hero-shapes{overflow:hidden}.shape{border-radius:50%;opacity:.1;position:absolute}.shape-1{animation:float 20s ease-in-out infinite;background:linear-gradient(135deg,#2d5016,#4a7c23);height:600px;right:-200px;top:-200px;width:600px}.shape-2{animation:float 15s ease-in-out infinite reverse;background:linear-gradient(135deg,#4a7c23,#6b9b37);bottom:-100px;height:400px;left:-100px;width:400px}.shape-3{animation:pulse 10s ease-in-out infinite;background:linear-gradient(135deg,#4a7c23,#1a2e16);height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes pulse{0%,to{opacity:.1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.15;transform:translate(-50%,-50%) scale(1.1)}}.hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:1}.hero-badge{background:#2d50164d;border:1px solid #2d501680;border-radius:30px;color:#86efac;display:inline-block;font-size:14px;font-weight:600;margin-bottom:25px;padding:8px 20px}.hero-content h1{font-size:52px;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-content h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4ade80,#86efac);-webkit-background-clip:text;background-clip:text}.hero-content>p{color:#fffc;font-size:18px;line-height:1.7;margin-bottom:35px;margin-left:auto;margin-right:auto;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:50px}.btn-hero-primary{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:12px;box-shadow:0 4px 20px #2d501666;color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:10px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-hero-primary:hover{box-shadow:0 8px 30px #2d501680;transform:translateY(-3px)}.btn-hero-secondary{align-items:center;background:#ffffff1a;border:2px solid #fff3;border-radius:12px;color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:10px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-hero-secondary:hover{background:#fff3;border-color:#ffffff4d}.hero-stats{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.stat{text-align:center}.stat strong{color:#4ade80;display:block;font-size:36px;font-weight:800;margin-bottom:5px}.stat span{color:#ffffffb3;font-size:14px}.stat-divider{background:#fff3;height:50px;width:1px}.events-section{flex:1 1;padding:80px 0}.section-container{margin:0 auto;max-width:1200px;padding:0 30px}.section-header{margin-bottom:50px;text-align:center}.section-title h2{color:#2d5016;font-size:36px;font-weight:700;margin-bottom:10px}.section-title p{color:#64748b;font-size:16px}.empty-state,.error-state,.loading-state{padding:80px 20px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#2d5016;height:50px;margin:0 auto 20px;width:50px}.error-state p,.loading-state p{color:#64748b;font-size:16px}.empty-state svg{color:#cbd5e1;margin-bottom:20px}.empty-state h3{color:#2d5016;font-size:22px;margin-bottom:10px}.empty-state p{color:#64748b}.events-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.event-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease}.event-card:hover{box-shadow:0 4px 20px #0000001a}.card-body{flex:1 1;padding:20px}@media (min-width:769px){.card-body{padding:24px}}.card-date-line{align-items:center;color:#64748b;display:flex;font-size:13px;gap:6px;margin-bottom:12px}.card-date-line svg{color:#94a3b8}.card-body h3{color:#1e293b;font-size:17px;font-weight:600;line-height:1.4;margin-bottom:12px}@media (min-width:769px){.card-body h3{font-size:18px}}.organizer{align-items:center;color:#64748b;display:flex;font-size:14px;gap:6px;margin-bottom:16px}.organizer span:first-of-type{color:#475569;font-weight:500}.organizer .location{color:#94a3b8}.events-section .route-info{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;width:100%}.events-section .route-item{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;flex:1 1;flex-direction:column;font-size:12px;gap:6px;min-width:0;overflow:hidden;padding:12px 10px}.events-section .route-item svg{color:#2d5016;flex-shrink:0}.events-section .route-item span{max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.events-section .route-arrow{align-items:center;color:#94a3b8;display:flex;flex-shrink:0;justify-content:center;padding:0 4px}.card-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:15px;justify-content:space-between;padding:20px 25px}.vagas-info{flex:1 1}.vagas-bar{background:#e2e8f0;border-radius:3px;height:6px;margin-bottom:6px}.vagas-fill{background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:3px;transition:width .5s ease}.vagas-info span{color:#64748b;font-size:12px}.btn-details{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:10px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-details:hover{box-shadow:0 4px 15px #2d50164d;transform:translateX(5px)}.public-footer{background:linear-gradient(135deg,#1a2e16,#2d5016);padding:60px 30px 30px}.footer-container{margin:0 auto;max-width:1200px;text-align:center}.footer-brand{align-items:center;display:inline-flex;gap:12px;margin-bottom:15px}.footer-brand img{border-radius:10px;height:40px;width:40px}.footer-brand span{font-size:22px;font-weight:700}.footer-container>p{color:#ffffffb3;font-size:15px;margin-bottom:25px}.footer-links{display:flex;gap:30px;justify-content:center;margin-bottom:30px}.footer-links a{color:#ffffffb3;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#86efac}.footer-copy{border-top:1px solid #ffffff1a;padding-top:25px}.footer-copy p{color:#ffffff80;font-size:13px}@media (max-width:768px){.navbar-container{padding:12px 20px}.navbar-brand span{display:none}.hero-section{min-height:auto;padding:100px 20px 60px}.hero-content h1{font-size:32px}.hero-content>p{font-size:16px}.hero-buttons{align-items:center;flex-direction:column}.btn-hero-primary,.btn-hero-secondary{justify-content:center;max-width:280px;width:100%}.hero-stats{gap:25px}.stat strong{font-size:28px}.stat-divider{display:none}.events-section{padding:50px 0}.section-title h2{font-size:28px}.events-grid{gap:20px;grid-template-columns:1fr}.card-footer{align-items:stretch;flex-direction:column}.btn-details{justify-content:center}}@media (max-width:480px){.hero-content h1{font-size:28px}.card-body h3{font-size:18px}}.public-event-detail-page{background-color:#f5f5f5;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.public-header-small{background-color:#2d5016;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}@media (min-width:769px){.public-header-small{padding:15px 20px}}.public-header-small .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.public-header-small .logo{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:700;gap:10px;text-decoration:none}@media (min-width:769px){.public-header-small .logo{font-size:24px}}.public-header-small .logo-img{border-radius:5px;height:36px;width:36px}@media (min-width:769px){.public-header-small .logo-img{height:40px;width:40px}}.public-header-small .btn-sm{min-height:var(--touch-target-min);padding:8px 16px}.public-header-small .header-left{align-items:center;display:flex;gap:10px}.public-header-small .btn-back-nav{align-items:center;background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.public-header-small .btn-back-nav:hover{background:#ffffff40}.public-header-small .btn-back-nav:active{transform:scale(.95)}.public-event-detail-page main{box-sizing:border-box;flex:1 1;padding:16px;width:100%}@media (min-width:769px){.public-event-detail-page main{padding:30px 20px}}.back-link{align-items:center;color:#2d5016;display:inline-flex;font-size:14px;font-weight:500;gap:6px;margin-bottom:16px;min-height:var(--touch-target-min);padding:8px 0;text-decoration:none}@media (min-width:769px){.back-link{margin-bottom:20px}}.back-link:hover{text-decoration:underline}.event-detail-container{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:1200px;width:100%}@media (min-width:900px){.event-detail-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 350px}}.event-main{word-wrap:break-word;background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 10px #0000001a;box-sizing:border-box;overflow:hidden;overflow-wrap:break-word;padding:20px;width:100%}@media (min-width:769px){.event-main{padding:30px}}.event-title-section{display:flex;flex-direction:column;gap:12px;margin-bottom:10px}@media (min-width:500px){.event-title-section{align-items:flex-start;flex-direction:row;justify-content:space-between}}.event-title-section h1{word-wrap:break-word;color:#2d5016;font-size:22px;line-height:1.3}@media (min-width:769px){.event-title-section h1{font-size:28px;margin-right:15px}}.title-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.difficulty-badge{border-radius:6px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 16px;text-transform:uppercase;white-space:nowrap}.btn-share-whatsapp{align-items:center;background-color:#25d366;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;transition:all .2s ease;width:38px}.btn-share-whatsapp:hover{background-color:#1da851;transform:scale(1.05)}.btn-share-whatsapp:active{transform:scale(.95)}.event-date{color:#666;font-size:15px;margin-bottom:20px}@media (min-width:769px){.event-date{font-size:16px;margin-bottom:25px}}.group-info-box{background-color:#f0f7e6;border-left:4px solid #2d5016;border-radius:var(--radius-md);margin-bottom:20px;padding:16px}@media (min-width:769px){.group-info-box{margin-bottom:25px;padding:20px}}.group-info-box h3{color:#2d5016;font-size:12px;font-weight:600;margin-bottom:10px;text-transform:uppercase}.group-name{color:#333;font-size:17px;font-weight:600;margin-bottom:5px}@media (min-width:769px){.group-name{font-size:18px}}.group-location{color:#666;font-size:14px;margin-bottom:10px}.group-contact{display:flex;flex-direction:column;gap:10px;margin-top:12px}@media (min-width:500px){.group-contact{flex-direction:row;flex-wrap:wrap;gap:10px}}.contact-link{align-items:center;background-color:#fff;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000001a;color:#2d5016;display:inline-flex;font-size:14px;font-weight:500;gap:8px;max-width:100%;min-height:var(--touch-target-min);overflow:hidden;padding:12px 14px;text-decoration:none;transition:all .2s ease}.contact-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-link:active{background-color:#2d5016;color:#fff;transform:scale(.97)}@media (min-width:769px){.contact-link:hover{background-color:#2d5016;box-shadow:0 4px 8px #2d50164d;color:#fff;transform:translateY(-2px)}}.contact-link svg{flex-shrink:0}.section{border-top:1px solid #eee;margin-bottom:20px;padding-top:16px}@media (min-width:769px){.section{margin-bottom:25px;padding-top:20px}}.section h3{color:#333;font-size:16px;font-weight:600;margin-bottom:12px}@media (min-width:769px){.section h3{font-size:18px;margin-bottom:15px}}.section p{word-wrap:break-word;color:#555;font-size:14px;line-height:1.7;white-space:pre-line}.public-event-detail-page .route-info{display:flex;flex-direction:column;gap:10px}@media (min-width:500px){.public-event-detail-page .route-info{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}}.public-event-detail-page .route-item{word-wrap:break-word;background-color:#f8f9fa;border-radius:var(--radius-md);display:flex;flex-direction:column;padding:14px}.public-event-detail-page .route-item .label{color:#666;font-size:11px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.public-event-detail-page .route-item .value{word-wrap:break-word;color:#333;font-size:15px;font-weight:500}.cta-section{background:linear-gradient(135deg,#f0f7e6,#e8f5d8);border-radius:var(--radius-lg);margin-top:24px;padding:24px 20px;text-align:center}@media (min-width:769px){.cta-section{margin-top:30px;padding:30px}}.cta-section p{color:#333;font-size:16px;font-weight:500;margin-bottom:16px}@media (min-width:769px){.cta-section p{font-size:18px}}.btn-lg{font-size:15px;padding:14px 32px;width:100%}@media (min-width:500px){.btn-lg{font-size:16px;padding:15px 40px;width:auto}}.event-sidebar{width:100%}@media (min-width:900px){.event-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}}.participants-box{background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 10px #0000001a;box-sizing:border-box;padding:20px;width:100%}@media (min-width:769px){.participants-box{padding:25px}}.participants-box h3{border-bottom:1px solid #eee;color:#333;font-size:16px;margin-bottom:16px;padding-bottom:12px}@media (min-width:769px){.participants-box h3{margin-bottom:20px;padding-bottom:15px}}.no-participants{color:#666;font-size:14px;padding:20px 0;text-align:center}.participants-list{-webkit-overflow-scrolling:touch;list-style:none;margin:0 0 16px;max-height:300px;overflow-y:auto;padding:0}@media (min-width:769px){.participants-list{margin:0 0 20px;max-height:400px}}.participant-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;padding:10px 0}.participant-item:last-child{border-bottom:none}.participant-link{align-items:center;border-radius:var(--radius-md);display:flex;flex:1 1;margin:-4px -8px;min-width:0;padding:4px 8px;text-decoration:none;transition:background-color .2s ease}.participant-link:hover{background-color:#f0f7e6}.participant-link:active{background-color:#e8f5d8}.waiting-item .participant-link{margin:-4px 0 -4px -8px}.waiting-item .participant-link:hover{background-color:#fef3c7}.participant-avatar{align-items:center;background-color:#2d5016;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:36px;justify-content:center;margin-right:12px;width:36px}@media (min-width:769px){.participant-avatar{height:40px;width:40px}}.participant-info{display:flex;flex-direction:column;min-width:0}.participant-name{color:#333;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.participant-link:hover .participant-name{color:#2d5016}.participant-car{color:#666;font-size:12px}.vagas-info{border-top:1px solid #eee;padding-top:12px}.vagas-bar{background-color:#e9ecef;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.vagas-fill{background-color:#2d5016;border-radius:4px;height:100%;transition:width .3s ease}.vagas-info span{color:#666;font-size:13px}.public-footer{background-color:#333;color:#fff;padding:16px;text-align:center;width:100%}@media (min-width:769px){.public-footer{padding:20px}}.public-footer p{font-size:13px;margin:0;opacity:.8}@media (min-width:769px){.public-footer p{font-size:14px}}.waiting-list-box{border-left:4px solid #f59e0b;margin-top:16px}@media (min-width:769px){.waiting-list-box{margin-top:20px}}.waiting-list-box h3{color:#92400e}.waiting-item{background-color:#fffbeb;border-radius:var(--radius-md);margin-bottom:8px;padding:10px 12px}.waiting-item:last-child{margin-bottom:0}.waiting-position{color:#f59e0b;flex-shrink:0;font-size:14px;font-weight:700;min-width:28px}.waiting-avatar{background-color:#f59e0b!important}.loading{font-size:14px;padding:40px 20px;text-align:center}@media (min-width:769px){.loading{padding:60px}}.public-profile-page{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.profile-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 20px #00000014;left:0;position:fixed;right:0;top:0;z-index:1000}.profile-navbar .navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:15px 30px}.profile-navbar .navbar-brand{align-items:center;color:#2d5016;display:flex;font-size:20px;font-weight:700;gap:12px;text-decoration:none}.profile-navbar .navbar-brand img{border-radius:10px;height:40px;width:40px}.profile-navbar .btn-login{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:10px;box-shadow:0 4px 15px #2d50164d;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.profile-navbar .btn-login:hover{box-shadow:0 6px 20px #2d501666;transform:translateY(-2px)}.profile-navbar .navbar-left{align-items:center;display:flex;gap:8px}.btn-back-nav{align-items:center;background:#f1f5f9;border:none;border-radius:10px;color:#2d5016;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.btn-back-nav:hover{background:#e2e8f0;transform:scale(1.05)}.btn-back-nav:active{transform:scale(.95)}.profile-error,.profile-loading{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:100px 20px;text-align:center}.profile-loading .loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#2d5016;height:50px;margin-bottom:20px;width:50px}.profile-loading p{color:#64748b;font-size:16px}.profile-error h2{color:#2d5016;font-size:24px;margin-bottom:10px}.profile-error p{color:#64748b;margin-bottom:30px}.btn-back{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:10px;color:#fff;display:inline-flex;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-back:hover{box-shadow:0 6px 20px #2d501666;transform:translateY(-2px)}.profile-header{background:linear-gradient(135deg,#1a2e16,#2d5016 50%,#3d6b1c);overflow:hidden;padding-top:70px;position:relative}.profile-header-bg{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;left:0;position:absolute;right:0;top:0}.profile-header-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:800px;padding:40px 30px 60px;position:relative;text-align:center;z-index:1}@media (min-width:600px){.profile-header-content{flex-direction:row;gap:40px;padding:50px 30px 70px;text-align:left}}.profile-avatar-section{margin-bottom:20px;position:relative}@media (min-width:600px){.profile-avatar-section{margin-bottom:0}}.profile-avatar{box-shadow:0 10px 40px #0000004d;object-fit:cover}.profile-avatar,.profile-avatar-placeholder{border:5px solid #fff3;border-radius:50%;height:150px;width:150px}.profile-avatar-placeholder{align-items:center;background:#ffffff1a;color:#ffffff80;display:flex;justify-content:center}.profile-car-number{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;bottom:5px;box-shadow:0 4px 15px #0000004d;color:#fff;font-size:16px;font-weight:800;padding:8px 14px;position:absolute;right:5px}.profile-info h1{color:#fff;font-size:32px;font-weight:800;line-height:1.2;margin-bottom:12px}.profile-car{align-items:center;color:#ffffffe6;display:flex;font-size:16px;gap:8px;justify-content:center;margin-bottom:8px}@media (min-width:600px){.profile-car{justify-content:flex-start}}.profile-member-since{align-items:center;color:#fff9;display:flex;font-size:14px;gap:6px;justify-content:center}@media (min-width:600px){.profile-member-since{justify-content:flex-start}}.profile-stats-section{margin-top:-30px;padding:0 20px;position:relative;z-index:2}.stats-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:800px}@media (max-width:600px){.stats-container{gap:12px;grid-template-columns:1fr}}.stat-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:16px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.stat-card.highlight{background:linear-gradient(135deg,#2d5016,#4a7c23)}.stat-card.highlight .stat-icon{background:#fff3;color:#fff}.stat-card.highlight .stat-label{color:#fffc}.stat-icon{align-items:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:14px;color:#2d5016;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.stat-content{display:flex;flex-direction:column;gap:4px}.stat-value{color:#1e293b;font-size:28px;font-weight:800}.stat-card.highlight .stat-value{color:#fff}.stat-value.difficulty-badge{border-radius:20px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:6px 14px}.stat-label{color:#64748b;font-size:13px;font-weight:500}.profile-section{padding:50px 20px}.profile-section .section-container{margin:0 auto;max-width:800px}.profile-section .section-title{align-items:center;color:#2d5016;display:flex;font-size:20px;font-weight:700;gap:12px;margin-bottom:24px}.profile-section .section-title svg{color:#4a7c23}.difficulty-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media (min-width:500px){.difficulty-grid{grid-template-columns:repeat(4,1fr)}}.difficulty-card{align-items:center;background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;gap:12px;padding:20px;transition:transform .2s ease}.difficulty-card:hover{transform:scale(1.02)}.difficulty-level{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:20px;font-weight:800;height:48px;justify-content:center;width:48px}.difficulty-info{align-items:center;display:flex;flex-direction:column;gap:2px}.difficulty-name{color:#1e293b;font-size:14px;font-weight:600}.difficulty-count{color:#64748b;font-size:12px}.history-section{background:#fff;padding-bottom:50px;padding-top:50px}.empty-history{color:#94a3b8;padding:60px 20px;text-align:center}.empty-history svg{margin-bottom:16px;opacity:.5}.empty-history p{font-size:16px}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{align-items:center;background:#f8fafc;border-radius:14px;display:flex;gap:16px;padding:16px;text-decoration:none;transition:all .2s ease}.history-item:hover{background:#f1f5f9;transform:translateX(4px)}.history-date{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:12px;display:flex;flex-direction:column;flex-shrink:0;height:60px;justify-content:center;width:60px}.history-day{color:#fff;font-size:22px;font-weight:800;line-height:1}.history-month{color:#fffc;font-size:11px;font-weight:600;text-transform:uppercase}.history-content{flex:1 1;min-width:0}.history-content h3{color:#1e293b;font-size:15px;font-weight:600;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-details{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.history-group{font-weight:500}.history-group,.history-km{color:#64748b;font-size:12px}.history-km{background:#e2e8f0;border-radius:10px;padding:2px 8px}.history-difficulty{border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 10px}.history-route{align-items:center;color:#94a3b8;display:flex;font-size:12px;gap:4px}.history-route span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-arrow{color:#94a3b8;flex-shrink:0}.profile-footer{background:linear-gradient(135deg,#1a2e16,#2d5016);color:#fff;margin-top:auto;padding:50px 30px 30px}.profile-footer .footer-container{margin:0 auto;max-width:800px;text-align:center}.profile-footer .footer-brand{align-items:center;display:inline-flex;gap:12px;margin-bottom:15px}.profile-footer .footer-brand img{border-radius:10px;height:40px;width:40px}.profile-footer .footer-brand span{font-size:22px;font-weight:700}.profile-footer>.footer-container>p{color:#ffffffb3;font-size:15px;margin-bottom:25px}.profile-footer .footer-copy{border-top:1px solid #ffffff1a;padding-top:25px}.profile-footer .footer-copy p{color:#ffffff80;font-size:13px}@media (max-width:768px){.profile-navbar .navbar-container{padding:12px 20px}.profile-navbar .navbar-brand span{display:none}.profile-header-content{padding:30px 20px 50px}.profile-info h1{font-size:26px}.profile-avatar,.profile-avatar-placeholder{height:120px;width:120px}.stat-value{font-size:24px}.profile-section{padding:40px 16px}.history-item{gap:12px;padding:12px}.history-date{height:50px;width:50px}.history-day{font-size:18px}.history-route span{max-width:80px}}.not-found-container{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;justify-content:center;min-height:100vh;padding:20px}.not-found-content{color:#fff;text-align:center}.not-found-code{color:#4ade80;font-size:150px;font-weight:700;margin:0;text-shadow:0 0 20px #4ade804d}.not-found-title{color:#fff;font-size:32px;margin:0 0 20px}.not-found-message{color:#94a3b8;font-size:18px;margin-bottom:30px}.not-found-content .btn{display:inline-block;font-size:16px;padding:12px 30px;text-decoration:none}:root{--primary-color:#2d5016;--primary-dark:#1e3a0f;--primary-light:#4a7c23;--secondary-color:#6c757d;--danger-color:#dc3545;--success-color:#28a745;--warning-color:#f59e0b;--text-color:#333;--text-muted:#666;--bg-color:#f5f5f5;--card-bg:#fff;--border-color:#e2e8f0;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--header-height:60px;--bottom-nav-height:70px;--touch-target-min:44px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body,html{overflow-x:hidden}body{background-color:#f5f5f5;background-color:var(--bg-color);color:#333;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;min-height:100vh;overscroll-behavior-y:contain;width:100%}@media (max-width:768px){body.has-bottom-nav{padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(var(--bottom-nav-height) + var(--safe-area-bottom))}}.container{margin:0 auto;max-width:1200px;padding:16px}@media (min-width:769px){.container{padding:20px}}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;min-height:44px;min-height:var(--touch-target-min);padding:12px 20px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,#2d5016,#4a7c23);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-light) 100%);box-shadow:0 2px 8px #2d501640;color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #2d501659}.btn-primary:active{background:#1e3a0f;background:var(--primary-dark)}.btn-secondary{background-color:#f1f5f9;border:1px solid #e2e8f0;border:1px solid var(--border-color);color:#6c757d;color:var(--secondary-color)}.btn-secondary:hover{background-color:#e2e8f0}.btn-danger{background-color:#dc3545;background-color:var(--danger-color);color:#fff}.btn-danger:hover{background-color:#c82333}.btn-sm{font-size:13px;min-height:36px;padding:8px 16px}.btn-block{width:100%}.form-group{margin-bottom:16px}.form-group label{color:#333;color:var(--text-color);display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background-color:#fff;background-color:var(--card-bg);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);font-size:16px;min-height:44px;min-height:var(--touch-target-min);padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2d5016;border-color:var(--primary-color);box-shadow:0 0 0 3px #2d50161a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:44px}.card{background:#fff;background:var(--card-bg);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 2px 12px #00000014;margin-bottom:16px;padding:20px}@media (max-width:768px){.card{border-radius:12px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0000000f;margin-left:-8px;margin-right:-8px;padding:16px}}.alert{align-items:center;border-radius:12px;border-radius:var(--radius-md);display:flex;font-size:14px;font-weight:500;gap:10px;margin-bottom:16px;padding:14px 16px}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.alert-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.loading{align-items:center;color:#666;color:var(--text-muted);display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.loading:before{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-top-color:#2d5016;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--primary-color);content:"";height:40px;margin-bottom:16px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.hide-desktop{display:none!important}}.ptr-area{height:env(safe-area-inset-top,0);height:var(--safe-area-top)}.scroll-container{-webkit-overflow-scrolling:touch;overflow-y:auto}.safe-area-top{padding-top:env(safe-area-inset-top,0);padding-top:var(--safe-area-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0);padding-bottom:var(--safe-area-bottom)}
/*# sourceMappingURL=main.5e59227f.css.map*/