*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2c5f2d;--secondary-color:#4a9d4f;--accent-color:#f4c430;--text-color:#333;--bg-color:#f8f9fa;--white:#fff;--gray-light:#e9ecef;--gray-medium:#6c757d;--error-color:#dc3545;--success-color:#28a745}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-color);background-color:var(--bg-color);line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none}button,input,select,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border-radius:8px;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:#1f4420}.btn-secondary{background-color:var(--secondary-color);color:var(--white)}.btn-secondary:hover{background-color:#3a7d3f}.btn-outline{background-color:transparent}.btn-outline:hover{background-color:var(--primary-color)}.card{background-color:var(--white);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:24px;transition:all .3s ease}.card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--text-color)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:1px solid var(--gray-light);border-radius:8px;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:100px}.error-message{color:var(--error-color);padding:12px;background-color:#fee;border-radius:8px}.error-message,.success-message{font-size:.875rem;margin-top:4px}.success-message{color:var(--success-color)}header{background-color:var(--white);box-shadow:0 1px 3px rgba(0,0,0,.08);padding:16px 0}header .header-content{display:flex;justify-content:space-between;align-items:center}header .logo{gap:8px;font-size:24px;font-weight:700;color:var(--primary-color)}header .logo,header nav{display:flex;align-items:center}header nav{gap:24px}header nav a{color:var(--text-color);font-weight:500;transition:color .3s ease;font-size:14px}header nav a:hover{color:var(--primary-color)}.app-header{background-color:var(--white);box-shadow:0 1px 3px rgba(0,0,0,.08);padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-header .header-wrapper{display:flex;justify-content:space-between;align-items:center}.app-header .logo{display:flex;align-items:center;gap:8px;color:var(--primary-color)}.app-header .logo h1{font-size:24px;margin:0}.app-header .nav-links{display:flex;gap:20px;align-items:center;margin-left:auto}.app-header .nav-link{color:var(--text-color);font-weight:500;transition:color .3s ease;font-size:14px;text-decoration:none}.app-header .nav-link:hover{color:var(--primary-color)}.app-header .btn{padding:8px 16px;font-size:14px}.landing-page .hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:100px 20px;text-align:center}.landing-page .hero h1{font-size:48px;margin-bottom:16px}.landing-page .hero .tagline{font-size:24px;margin-bottom:16px}.landing-page .hero .cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.register-athlete-page,.register-company-page{min-height:100vh;background:linear-gradient(135deg,#2c5f2d,#4a9d4f)}.register-athlete-page .container,.register-company-page .container{align-items:center;justify-content:center;padding:10px 20px}.register-box{max-width:500px;width:100%;background-color:var(--white);padding:48px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.2);margin:0 auto}.register-box h1{text-align:center;color:var(--primary-color);margin-bottom:8px;font-size:28px}.subtitle{text-align:center;color:var(--gray-medium);margin-bottom:32px;font-size:14px}.registration-steps{display:flex;justify-content:center;gap:16px;margin-bottom:32px;padding:0 20px}.registration-steps .step{flex:1 1;max-width:150px;padding:10px;background-color:#e9ecef;border-radius:8px;text-align:center;font-size:13px;font-weight:600;color:var(--gray-medium);position:relative}.registration-steps .step.active{background-color:var(--primary-color);color:var(--white)}.form-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--gray-light)}.form-section:last-of-type{border-bottom:none}.form-section h3{font-size:18px;color:var(--text-color);margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--primary-color)}.required{color:var(--error-color);margin-left:4px}.form-group small{display:block;margin-top:4px;font-size:12px;color:var(--gray-medium)}.radio-group{display:flex;gap:20px}.radio-label{display:flex;align-items:center;cursor:pointer;padding:12px 20px;border:2px solid var(--gray-light);border-radius:8px;transition:all .3s ease}.radio-label:hover{border-color:var(--primary-color);background-color:#f8f9fa}.radio-label input[type=radio]{margin-right:8px;cursor:pointer}.radio-label input[type=radio]:checked+span{font-weight:600;color:var(--primary-color)}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px;margin:12px 0}.checkbox-label{display:flex;align-items:center;cursor:pointer;padding:10px;border:1px solid var(--gray-light);border-radius:6px;transition:all .2s ease}.checkbox-label:hover{background-color:#f8f9fa;border-color:var(--primary-color)}.checkbox-label input[type=checkbox]{margin-right:8px;cursor:pointer}.checkbox-label input[type=checkbox]:checked+span{font-weight:600;color:var(--primary-color)}.area-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:8px;gap:8px;max-height:300px;overflow-y:auto;padding:12px;border:1px solid var(--gray-light);border-radius:8px;background-color:#f8f9fa}.area-selection-grid .checkbox-label{padding:8px;font-size:13px;background-color:var(--white)}.info-box{background-color:#e8f5e9;border:1px solid #4caf50;border-radius:8px;padding:16px;margin:24px 0}.info-box p{margin:6px 0;font-size:14px;color:#2e7d32;line-height:1.6}.btn-large{padding:16px;font-size:16px;font-weight:600}.large-form{max-width:800px}.form-actions{display:flex;gap:16px;margin-top:24px}.form-actions .btn{flex:1 1}@media (max-width:768px){.form-actions,.registration-steps{flex-direction:column}.registration-steps .step{max-width:100%}.radio-group{flex-direction:column}.checkbox-grid{grid-template-columns:1fr}.area-selection-grid{grid-template-columns:repeat(2,1fr)}}.register-footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--gray-light);text-align:center}.register-footer p{color:var(--gray-medium);font-size:14px;margin-bottom:8px}.register-footer a,.terms-link a{color:var(--primary-color);text-decoration:none;font-weight:500}.register-footer a:hover,.terms-link a:hover{text-decoration:underline}.terms-page{min-height:100vh;padding:60px 20px;background-color:var(--bg-color)}.terms-page .container{max-width:1200px;margin:0 auto}.terms-page h1{font-size:42px;font-weight:700;color:var(--primary-color);text-align:center;margin-bottom:48px}.terms-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;margin-bottom:48px}.terms-link-card{padding:40px 32px;text-align:center;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.terms-link-card:hover{border-color:var(--primary-color);transform:translateY(-4px)}.terms-link-card h2{font-size:24px;font-weight:700;color:var(--primary-color);margin-bottom:16px}.terms-link-card p{font-size:16px;color:var(--gray-medium);line-height:1.6}.terms-content{padding:48px 40px}.terms-content h2{font-size:28px;font-weight:700;color:var(--primary-color);margin-bottom:24px;border-bottom:3px solid var(--primary-color);padding-bottom:12px}.terms-content h3{font-size:20px;font-weight:600;margin-top:32px}.terms-content h3,.terms-content p{color:var(--text-color);margin-bottom:16px}.terms-content p{font-size:16px;line-height:1.8}.terms-content ul{margin:16px 0 24px 24px}.terms-content ul li{font-size:16px;line-height:1.8;color:var(--text-color);margin-bottom:12px;padding-left:8px}.dashboard{min-height:calc(100vh - 70px);background-color:#f5f5f5;padding:40px 0}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 20px}.welcome-section{margin-bottom:40px}.welcome-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.welcome-header h1{font-size:32px;color:var(--text-color);margin:0;font-weight:700}.user-type-badge{display:inline-block;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-left:16px}.badge-sponsor{background-color:#e3f2fd;color:#1976d2}.badge-golfer{background-color:#e8f5e9;color:#388e3c}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px;margin-bottom:40px}.stat-card{background-color:var(--white);padding:32px;border-radius:16px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #e0e0e0}.stat-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.stat-card h3{font-size:14px;margin-bottom:16px;color:var(--gray-medium);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:48px;font-weight:700;color:var(--primary-color);margin:0;line-height:1}.action-section{margin-bottom:40px}.action-section h2{font-size:24px;margin-bottom:20px;color:var(--text-color)}.action-buttons{display:flex;gap:16px;flex-wrap:wrap}.profile-completion,.recent-golfers{background-color:var(--white);padding:32px;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:32px}.profile-completion h2,.recent-golfers h2{font-size:20px;margin-bottom:24px;color:var(--text-color)}.golfer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px}.golfer-card{background-color:#fafafa;border-radius:12px;padding:0;transition:all .3s ease;overflow:hidden;position:relative}.golfer-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-4px)}.golfer-card.is-recommended{border:2px solid var(--accent-color)}.golfer-card .recommend-badge{position:absolute;top:12px;right:12px;background-color:var(--accent-color);color:#333;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:700;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.2)}.golfer-card-content{display:flex;flex-direction:row;gap:20px;padding:20px}.golfer-photo{flex-shrink:0;width:120px;height:120px;border-radius:12px;overflow:hidden;background-color:var(--gray-light)}.golfer-photo img{width:100%;height:100%;object-fit:cover}.golfer-info{flex:1 1;display:flex;flex-direction:column;gap:8px}.golfer-info h3{font-size:18px;margin:0 0 4px;color:var(--text-color);font-weight:600}.golfer-info .basic-info{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:4px}.golfer-info .basic-info,.golfer-info .location{font-size:13px;color:var(--gray-medium)}.golfer-info .stats{display:flex;gap:16px;flex-wrap:wrap;margin:8px 0}.golfer-info .stat-item{display:flex;flex-direction:column;gap:2px}.golfer-info .stat-label{font-size:11px;color:var(--gray-medium);font-weight:500}.golfer-info .stat-value{font-size:16px;color:var(--primary-color);font-weight:600}.golfer-info .biography{font-size:13px;color:var(--text-color);line-height:1.5;margin:4px 0}.golfer-info .achievements{margin-top:8px}.golfer-info .achievements h4{font-size:12px;color:var(--gray-medium);margin-bottom:4px;font-weight:600}.golfer-info .achievements ul{list-style:none;padding:0;margin:0}.golfer-info .achievements li{font-size:12px;color:var(--text-color);padding:2px 0}.golfer-info .sponsorship-needs{margin-top:8px;padding:8px;background-color:rgba(44,95,45,.05);border-radius:6px}.golfer-info .needs-amount{font-size:13px;color:var(--text-color);margin:0}.golfer-info .needs-amount strong{color:var(--primary-color);font-weight:600}.golfer-info .card-actions{display:flex;gap:8px;margin-top:12px}.golfer-info strong{color:var(--primary-color);font-weight:600}@media (max-width:768px){.golfer-card-content{flex-direction:column}.golfer-photo{width:100%;height:200px}}.progress-bar{width:100%;height:32px;background-color:var(--gray-light);border-radius:16px;overflow:hidden;margin:16px 0}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width .3s ease}.profile-completion p{text-align:center;font-size:18px;font-weight:600;color:var(--primary-color);margin:8px 0 0}.login-page,.register-page{min-height:100vh;background:linear-gradient(135deg,#2c5f2d,#4a9d4f)}.login-container,.register-container{min-height:calc(100vh - 300px);display:flex;align-items:center;justify-content:center;padding:40px 20px}.login-box,.login-card,.register-box{max-width:500px;width:100%;background-color:var(--white);padding:48px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.2)}.login-box h1,.login-header h1,.register-box h1{text-align:center;color:var(--primary-color);margin-bottom:8px;font-size:28px}.login-header{text-align:center;margin-bottom:32px}.login-form{margin-bottom:24px}.login-footer{text-align:center}.demo-accounts,.login-footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--gray-light)}.demo-title{text-align:center;color:var(--gray-medium);margin-bottom:16px;font-size:14px;font-weight:500}.demo-accounts button{display:block;width:100%;margin-bottom:12px}.demo-accounts h3{font-size:13px;margin-bottom:12px;color:var(--gray-medium);text-align:center}.demo-buttons{display:flex;gap:12px}.demo-buttons button{flex:1 1;padding:10px 16px;font-size:14px;background-color:var(--white);border:1px solid var(--primary-color);color:var(--primary-color);border-radius:8px}.demo-buttons button:hover{background-color:var(--primary-color);color:var(--white)}.matching-card{background-color:var(--white);border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid var(--gray-light)}.matching-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.matching-card-header h3{font-size:18px;color:var(--text-color);font-weight:600}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.pending{background-color:#e3f2fd;color:#1976d2}.tabs{display:flex;gap:8px;margin-bottom:32px}.tabs button{padding:10px 20px;background-color:var(--white);border:1px solid var(--gray-light);border-radius:20px;color:var(--text-color);font-size:14px}.tabs button.active{background-color:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.golfer-search{min-height:calc(100vh - 200px);padding:40px 0}.golfer-search h1{margin-bottom:32px;color:var(--text-color)}.matching-request-page{min-height:calc(100vh - 200px);padding:40px 0}.matching-request-page h1{margin-bottom:32px;color:var(--text-color)}.chat-page{min-height:calc(100vh - 200px);padding:40px 0}.chat-page h1{margin-bottom:32px;color:var(--text-color)}.chat-layout{display:grid;grid-template-columns:350px 1fr;grid-gap:24px;gap:24px;height:calc(100vh - 300px);min-height:600px}.chat-sidebar{background-color:var(--white);border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow-y:auto}.chat-sidebar h2{font-size:20px;margin-bottom:20px;color:var(--text-color)}.conversation-list{display:flex;flex-direction:column;gap:12px}.conversation-item{padding:16px;border-radius:8px;background-color:var(--bg-color);cursor:pointer;transition:all .2s ease;border:2px solid transparent}.conversation-item.closed{opacity:.6;background-color:#f0f0f0}.conversation-item:hover{background-color:var(--gray-light)}.conversation-item.active{background-color:#e3f2fd;border-color:var(--primary-color)}.conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.conversation-header .badges{display:flex;gap:6px;align-items:center}.conversation-header h3{font-size:16px;font-weight:600;color:var(--text-color);margin:0}.unread-badge{background-color:var(--error-color);font-size:12px}.closed-badge,.unread-badge{color:var(--white);padding:2px 8px;border-radius:12px;font-weight:600}.closed-badge{background-color:var(--gray-medium);font-size:11px}.last-message{font-size:14px;color:var(--gray-medium);margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-item .timestamp{font-size:12px;color:var(--gray-medium)}.chat-main{background-color:var(--white);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:20px 24px;border-bottom:1px solid var(--gray-light);display:flex;justify-content:space-between;align-items:center}.chat-header-content{display:flex;align-items:center;gap:12px}.chat-header h2{font-size:18px;margin:0;color:var(--text-color)}.messages-container{flex:1 1;padding:24px;overflow-y:auto;background-color:#f8f9fa;display:flex;flex-direction:column;gap:16px}.message{display:flex;margin-bottom:8px}.message.own-message{justify-content:flex-end}.message.partner-message{justify-content:flex-start}.message.system-message{justify-content:center;margin:16px 0}.system-message .message-content{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7;max-width:80%;text-align:center}.system-label{font-size:11px;font-weight:600;margin-bottom:4px;opacity:.8}.message-content{max-width:70%;padding:12px 16px;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.08)}.own-message .message-content{background-color:var(--primary-color);color:var(--white)}.partner-message .message-content{background-color:var(--white);color:var(--text-color)}.message-content p{margin:0 0 4px;word-wrap:break-word}.message-time{font-size:11px;opacity:.7}.chat-input{padding:20px 24px;border-top:1px solid var(--gray-light);display:flex;gap:12px;background-color:var(--white)}.chat-input input{flex:1 1;padding:12px 16px;border:1px solid var(--gray-light);border-radius:24px;font-size:14px;outline:none}.chat-input input:focus{border-color:var(--primary-color)}.chat-input button{padding:12px 24px;border-radius:24px;font-size:14px;white-space:nowrap}.chat-input button:disabled{opacity:.5;cursor:not-allowed}.chat-input-disabled{padding:20px 24px;border-top:1px solid var(--gray-light);background-color:#f8f9fa;text-align:center}.chat-input-disabled p{margin:0;color:var(--gray-medium);font-size:14px}.chat-closed-notice{background-color:#fff3cd;color:#856404;padding:12px;border-radius:8px;text-align:center;margin-bottom:16px;font-size:14px;font-weight:500}.chat-empty-state,.empty-messages,.empty-state{text-align:center;padding:40px 20px;color:var(--gray-medium)}.chat-empty-state{height:100%}.chat-empty-state,.modal-overlay{display:flex;align-items:center;justify-content:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;padding:20px}.modal-content{background-color:var(--white);border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.2)}.survey-modal{max-width:550px}.modal-header{padding:24px;border-bottom:1px solid var(--gray-light);display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:22px;color:var(--text-color)}.close-button{background:none;border:none;font-size:28px;color:var(--gray-medium);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button:hover{color:var(--text-color)}.modal-body{padding:24px}.survey-intro{margin-bottom:24px;text-align:center}.survey-intro p{margin:8px 0;color:var(--text-color);line-height:1.6}.ticket-reward-notice{margin-top:16px;padding:12px 16px;background:linear-gradient(135deg,#f4c430,#f7e98d);border-radius:8px;display:flex;align-items:center;gap:8px;justify-content:center;box-shadow:0 2px 8px rgba(244,196,48,.3);animation:pulse-subtle 2s ease-in-out infinite}.ticket-icon{font-size:24px}.reward-text{color:#2c2c2c;font-weight:600;font-size:14px}@keyframes pulse-subtle{0%,to{transform:scale(1);box-shadow:0 2px 8px rgba(244,196,48,.3)}50%{transform:scale(1.02);box-shadow:0 4px 12px rgba(244,196,48,.5)}}.rating-stars{display:flex;gap:8px;justify-content:center;margin:16px 0}.rating-stars .star{background:none;border:none;font-size:36px;cursor:pointer;transition:transform .2s,filter .2s;padding:4px}.rating-stars .star:hover{transform:scale(1.2)}.rating-stars .star.filled{filter:drop-shadow(0 0 4px rgba(244,196,48,.6))}.rating-text{text-align:center;color:var(--primary-color);font-weight:600;margin-top:8px}.thank-you-textarea{width:100%;min-height:120px;padding:12px;border:1px solid var(--gray-light);border-radius:8px;font-size:14px;line-height:1.6;resize:vertical;font-family:inherit}.thank-you-textarea:focus{outline:none;border-color:var(--primary-color)}.character-count{text-align:right;font-size:12px;color:var(--gray-medium);margin-top:4px}.survey-notice{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px;margin-top:24px}.survey-notice p{margin:4px 0;font-size:13px;color:#856404;line-height:1.5}.modal-footer{padding:20px 24px;border-top:1px solid var(--gray-light);display:flex;gap:12px;justify-content:flex-end}.modal-footer .btn{padding:10px 20px}.round-survey-results{margin-top:20px;padding:20px;background-color:#f8f9fa;border-radius:8px}.round-survey-results h4{margin-bottom:16px;color:var(--text-color);font-size:16px}.survey-result{margin-bottom:16px;padding:16px;background-color:var(--white);border-radius:8px;border:1px solid var(--gray-light)}.survey-result:last-child{margin-bottom:0}.survey-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.survey-header strong{color:var(--text-color);font-size:14px}.rating-display{font-size:16px}.thank-you-message{padding:12px;background-color:#f8f9fa;border-radius:6px;border-left:3px solid var(--primary-color)}.thank-you-message p{margin:0;color:var(--text-color);font-size:14px;line-height:1.6}.chat-closed-notice{display:inline-block;color:var(--gray-medium);font-size:13px;font-style:italic}@media (max-width:768px){.landing-page .hero h1{font-size:36px}.dashboard-page .stats-grid{grid-template-columns:1fr}}.top-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.main-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);padding:120px 0 80px;color:var(--white);position:relative;overflow:hidden}.main-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path fill="%23ffffff" fill-opacity="0.1" d="M0,64L48,69.3C96,75,192,85,288,80C384,75,480,53,576,48C672,43,768,53,864,58.7C960,64,1056,64,1152,58.7L1200,56L1200,120L1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z"></path></svg>') bottom no-repeat;background-size:cover}.hero-content-center{text-align:center;position:relative;z-index:1}.main-hero-title{font-size:48px;font-weight:800;margin-bottom:24px;line-height:1.3}.main-hero-subtitle{font-size:20px;margin-bottom:48px;opacity:.95;line-height:1.8}.service-overview{padding:80px 0;background:var(--white)}.section-title-center{text-align:center;font-size:36px;font-weight:700;color:var(--text-color);margin-bottom:24px}.overview-text{text-align:center;font-size:18px;color:var(--gray-medium);max-width:800px;margin:0 auto 60px;line-height:1.8}.features-simple{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-top:60px}.feature-simple{text-align:center}.feature-icon-large{font-size:64px;margin-bottom:16px}.feature-simple h3{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--text-color)}.feature-simple p{color:var(--gray-medium);font-size:15px}.user-type-selection{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.user-type-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));grid-gap:40px;gap:40px;margin-top:60px}.user-type-card{background:var(--white);padding:48px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.user-type-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.golfer-card{border-top:4px solid var(--secondary-color)}.sponsor-card{border-top:4px solid var(--accent-color)}.card-icon{font-size:56px;margin-bottom:24px}.user-type-card h3{font-size:28px;font-weight:700;margin-bottom:16px;color:var(--text-color)}.card-description{font-size:16px;color:var(--gray-medium);margin-bottom:32px;line-height:1.8}.card-benefits{list-style:none;margin-bottom:32px}.card-benefits li{padding:12px 0;color:var(--text-color);font-size:15px;border-bottom:1px solid var(--gray-light)}.card-actions{display:flex;flex-direction:column;gap:16px}.card-links{display:flex;justify-content:center;align-items:center;gap:12px;font-size:14px}.link-primary{color:var(--primary-color);font-weight:600;transition:opacity .2s}.link-primary:hover{opacity:.8}.link-secondary{color:var(--gray-medium);transition:color .2s}.link-secondary:hover{color:var(--text-color)}.divider{color:var(--gray-light)}.stats-section{padding:80px 0;background:var(--white)}.sponsors-landing{min-height:100vh;background:var(--bg-color)}.sponsor-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:120px 0 100px;color:var(--white);position:relative}.hero-content-left{max-width:800px}.hero-badge{display:inline-block;background:hsla(0,0%,100%,.2);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:24px}.hero-title-large{font-size:52px;font-weight:800;margin-bottom:24px;line-height:1.2}.hero-description{font-size:18px;margin-bottom:40px;opacity:.95;line-height:1.8}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.btn-extra-large{padding:18px 48px;font-size:18px;font-weight:600}.btn-medium{padding:10px 20px;font-size:15px}.btn-outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:var(--white)}.btn-outline-white{background:transparent;border:2px solid var(--white);color:var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--primary-color)}.btn-outline-small{padding:8px 16px;font-size:14px}.benefits-section{padding:80px 0;background:var(--white)}.section-subtitle{text-align:center;font-size:18px;color:var(--gray-medium);margin-bottom:60px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;margin-top:60px}.benefit-card{padding:32px;background:var(--bg-color);border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.benefit-icon{font-size:48px;margin-bottom:20px}.benefit-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--text-color)}.benefit-card p{color:var(--gray-medium);font-size:15px;line-height:1.7}.process-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.process-steps{justify-content:center;gap:16px;margin-top:60px;flex-wrap:wrap;max-width:1400px;margin-left:auto;margin-right:auto}.process-step,.process-steps{display:flex;align-items:center}.process-step{background:var(--white);padding:24px 20px;border-radius:12px;text-align:center;width:170px;height:200px;flex:0 0 170px;box-shadow:0 2px 8px rgba(0,0,0,.05);flex-direction:column}.step-number{width:48px;height:48px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 auto 16px;flex-shrink:0}.step-content{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start}.step-content h3{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text-color)}.step-content p{font-size:13px;color:var(--gray-medium);line-height:1.5}.process-arrow{font-size:24px;color:var(--primary-color);font-weight:700}.support-types-section{padding:80px 0;background:var(--white)}.support-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;margin-top:60px}.support-type-card{background:var(--bg-color);padding:40px;border-radius:12px;position:relative;border:2px solid transparent;transition:border-color .3s ease}.support-type-card:hover{border-color:var(--primary-color)}.support-badge{position:absolute;top:-12px;right:24px;background:var(--accent-color);color:var(--text-color);padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600}.support-type-card h3{font-size:22px;font-weight:700;margin-bottom:16px;color:var(--text-color)}.support-description{font-size:15px;color:var(--gray-medium);margin-bottom:24px;line-height:1.7}.support-features{list-style:none;margin-bottom:24px}.support-features li{padding:10px 0;color:var(--text-color);font-size:14px;border-bottom:1px solid var(--gray-light)}.support-example{background:var(--white);padding:12px;border-radius:8px;font-size:14px;color:var(--gray-medium)}.support-example strong{color:var(--text-color)}.case-studies-section,.success-stories-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.case-studies-grid,.success-stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:32px;gap:32px;margin-top:60px}.case-study-card,.success-story-card{background:var(--white);padding:32px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.company-info,.golfer-info{display:flex;align-items:center;gap:16px;margin-bottom:20px}.company-icon,.golfer-avatar{font-size:40px}.company-info h4,.golfer-info h4{font-size:16px;font-weight:600;color:var(--text-color);margin-bottom:4px}.company-type,.golfer-level{font-size:13px;color:var(--gray-medium)}.case-quote,.story-quote{font-size:15px;color:var(--text-color);line-height:1.8;font-style:italic}.achievement-badge{margin-top:20px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;display:inline-block}.all-landing,.golfers-landing{min-height:100vh;background:var(--bg-color)}.golfer-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);padding:120px 0 100px;color:var(--white);position:relative}.golfer-badge{background:hsla(0,0%,100%,.25)}.hero-stats{display:flex;gap:40px;margin-top:40px}.hero-stat{display:flex;flex-direction:column;gap:4px}.hero-stat strong{font-size:32px;font-weight:800}.hero-stat span{font-size:13px;opacity:.9}.profile-tips-section{padding:80px 0;background:var(--white)}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;margin-top:60px}.tip-card{background:var(--bg-color);padding:32px;border-radius:12px;border-left:4px solid var(--primary-color)}.tip-number{width:40px;height:40px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin-bottom:16px}.tip-card h3{font-size:18px;font-weight:600;margin-bottom:12px;color:var(--text-color)}.tip-card p{font-size:14px;color:var(--gray-medium);line-height:1.7}.faq-section{padding:80px 0;background:var(--white)}.faq-list{max-width:900px;margin:60px auto 0}.faq-item{background:var(--bg-color);padding:24px 32px;border-radius:8px;margin-bottom:16px}.faq-question{font-size:17px;font-weight:600;color:var(--text-color);margin-bottom:12px}.faq-answer{font-size:15px;color:var(--gray-medium);line-height:1.8}.cta-section{padding:80px 0;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--white);text-align:center}.cta-content h2{font-size:36px;font-weight:700;margin-bottom:16px}.cta-content p{font-size:18px;margin-bottom:40px;opacity:.95}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.cta-note{font-size:14px;opacity:.85}.landing-footer{background:var(--text-color);color:var(--white);padding:60px 0 24px}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;flex-wrap:wrap;gap:40px}.footer-logo h3{font-size:24px;margin-bottom:8px}.footer-logo p{font-size:14px;opacity:.8}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{font-size:14px;opacity:.8;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1)}.footer-bottom p{font-size:13px;opacity:.7}@media (max-width:1024px){.dashboard-container{padding:0 16px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.golfer-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.chat-layout{grid-template-columns:1fr;height:auto}.chat-sidebar{max-height:300px}}@media (max-width:768px){.hero-title-large,.main-hero-title{font-size:32px}.hero-description,.main-hero-subtitle{font-size:16px}.section-title-center{font-size:28px}.user-type-cards{grid-template-columns:1fr;gap:24px}.user-type-card{padding:32px 24px}.process-steps{flex-direction:column;gap:12px}.process-arrow{transform:rotate(90deg)}.hero-actions{flex-direction:column}.btn-extra-large{width:100%}.hero-stats{gap:24px;flex-wrap:wrap}.cta-actions{flex-direction:column;align-items:stretch}.welcome-header{flex-direction:column;align-items:flex-start}.welcome-header h1{font-size:24px}.user-type-badge{margin-left:0;margin-top:8px}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}.golfer-grid,.stats-grid{grid-template-columns:1fr}.login-box,.login-card,.register-box{padding:32px 24px}.benefits-grid,.support-types-grid,.tips-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:24px}.footer-links{flex-direction:column;gap:12px}.app-header .nav-links{flex-wrap:wrap;gap:12px;justify-content:center}.chat-layout{grid-template-columns:1fr}.message-content{max-width:85%}.terms-page h1{font-size:32px;margin-bottom:32px}.terms-links{grid-template-columns:1fr;gap:24px}.terms-content,.terms-link-card{padding:32px 24px}.terms-content h2{font-size:24px}.terms-content h3{font-size:18px}}@media (max-width:480px){.dashboard{padding:24px 0}.stat-card{padding:24px}.stat-number{font-size:36px}.profile-completion,.recent-golfers{padding:24px}.landing-header .header-nav{gap:8px}.btn-outline-small{padding:6px 12px;font-size:13px}}