*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{min-height:100vh}.app-container{max-width:800px;min-height:100vh;margin:0 auto;padding:24px}.app-header{text-align:center;margin-bottom:32px}.app-logo{height:40px;margin-bottom:16px}.content-area{padding:0 16px}.cards-grid{justify-content:center}.content-card{cursor:pointer;border-radius:12px;width:320px;margin-bottom:16px;transition:all .3s}.content-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.area-card{border-left:4px solid #9b59b6}.commercial-card{border-left:4px solid #27ae60}.commercial-card:hover{box-shadow:0 8px 24px #27ae6033}.bridge-card{background:linear-gradient(135deg,#f8fbff 0%,#fff 100%);border-left:4px solid #3498db}.bridge-card:hover{box-shadow:0 8px 24px #3498db33}.bridge-path-indicator{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%);border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;display:flex}.bridge-path-indicator svg{flex-shrink:0}.area-card-enter{opacity:0;animation:.4s ease-out forwards slideUp}.card-title{margin-top:12px!important;margin-bottom:8px!important}.detail-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.detail-content{max-width:720px;margin:0 auto}.detail-card{background:#fff;border-radius:16px;margin-bottom:32px;padding:48px;box-shadow:0 2px 8px #0000000f}.full-content{color:#333;font-size:18px;line-height:2}.full-content h4{color:#2c3e50;margin-bottom:16px;font-size:22px;font-weight:600}.full-content h5{color:#34495e;margin-top:32px;margin-bottom:12px;font-size:20px;font-weight:600}.full-content p{color:#555;margin-bottom:20px}.inline-offer{background:linear-gradient(135deg,#fff9f9 0%,#fff 100%);border:1px solid #ffebee;border-left:4px solid #e74c3c;border-radius:8px;margin:24px 0;padding:16px 20px;transition:all .3s}.inline-offer:hover{border-color:#e74c3c;box-shadow:0 4px 12px #e74c3c26}.scroll-trigger{height:1px;margin:40px 0}.suggested-section{border-top:1px solid #e8e8e8;margin-top:48px;padding-top:32px;animation:.5s ease-out fadeIn}.suggested-section h4{color:#2c3e50;margin-bottom:4px}.suggested-grid{justify-content:flex-start}.suggested-card{cursor:pointer;border-radius:12px;width:220px;transition:all .3s}.suggested-card:hover{border-color:#3498db;transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.offer-detail-card{background:#fff;border-radius:16px;padding:48px;box-shadow:0 2px 8px #0000000f}.offer-section{margin-bottom:24px}.offer-section h4{color:#2c3e50;margin-bottom:16px}.benefits-list{padding:0;list-style:none}.benefits-list li{padding:8px 0 8px 24px;position:relative}.benefits-list li:before{content:"✓";color:#27ae60;font-weight:700;position:absolute;left:0}.company-section h4{color:#2c3e50;margin-bottom:16px}.company-card{background:#fafafa;border-radius:12px}.offer-actions{flex-direction:column;gap:12px;margin-top:24px;display:flex}.offer-modal .ant-modal-content{border-radius:16px;overflow:hidden}.offer-modal-content{padding:8px 0}.offer-modal-content .offer-section h5,.offer-modal-content .company-section h5{color:#2c3e50;margin-bottom:12px;font-size:16px}.offer-modal-content .company-card{background:#fafafa;border-radius:8px}.offer-modal-content .benefits-list li{padding:6px 0 6px 20px;position:relative}.offer-modal-content .benefits-list li:before{content:"✓";color:#27ae60;font-weight:700;position:absolute;left:0}.company-detail-card{background:#fff;border-radius:16px;padding:48px;box-shadow:0 2px 8px #0000000f}.company-about{margin-bottom:24px}.company-about h4{color:#2c3e50;margin-bottom:16px}.company-offers h4{color:#2c3e50;margin-bottom:8px}.company-offer-card{border:1px solid #e8e8e8;border-radius:12px;width:280px;transition:all .3s}.company-offer-card:hover{border-color:#e74c3c;box-shadow:0 4px 12px #e74c3c26}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.suggested-card-enter{opacity:0;animation:.5s ease-out forwards slideUp}@media (width<=768px){.content-card{width:100%}.detail-header{flex-wrap:wrap;gap:12px}.detail-card,.offer-detail-card{padding:24px}.full-content{font-size:16px}.suggested-card{width:100%}}
