:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.8rem;font-weight:700}.auth-buttons{display:flex;gap:1rem;align-items:center}.main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.welcome-section{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.welcome-section h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.welcome-section p{font-size:1.2rem;color:#64748b;margin-bottom:2rem}.dashboard{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.user-info{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.user-info h2{font-size:1.8rem;margin-bottom:.5rem}.user-info p{font-size:1rem;opacity:.9}.dashboard-content{padding:2rem}.section{margin-bottom:2rem}.section h3{font-size:1.5rem;margin-bottom:1rem;color:#1e293b;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.substrates-grid,.shops-grid,.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:1rem}.actions-grid{display:flex;gap:1rem;flex-wrap:wrap}.substrate-card,.shop-card,.order-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .2s ease}.substrate-card:hover,.shop-card:hover,.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.substrate-card h4,.shop-card h4,.order-card h4{font-size:1.2rem;margin-bottom:.5rem;color:#1e293b}.substrate-card p,.shop-card p,.order-card p{color:#64748b;margin-bottom:.25rem;font-size:.9rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#10b981;color:#fff}.btn-secondary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff;transform:translateY(-1px)}.loading{text-align:center;padding:3rem;color:#64748b;font-size:1.1rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.main{padding:1rem}.welcome-section{padding:2rem 1rem}.welcome-section h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.substrates-grid,.shops-grid,.orders-grid{grid-template-columns:1fr}.actions-grid{flex-direction:column}.btn{width:100%}}.cl-userButton-root{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem 1rem;color:#fff;transition:all .2s ease}.cl-userButton-root:hover{background:#fff3;transform:translateY(-1px)}.cl-signInButton-root,.cl-signUpButton-root{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem 1rem;color:#fff;transition:all .2s ease;cursor:pointer}.cl-signInButton-root:hover,.cl-signUpButton-root:hover{background:#fff3;transform:translateY(-1px)}.landing-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.landing-header{text-align:center;padding:2rem 0}.landing-header h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.landing-header p{font-size:1.2rem;opacity:.9}.landing-main{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{text-align:center;margin-bottom:4rem}.hero-section h2{font-size:2.5rem;margin-bottom:1rem}.hero-section p{font-size:1.3rem;opacity:.9;max-width:600px;margin:0 auto}.role-selection{margin-bottom:4rem}.role-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.role-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.role-card:hover{transform:translateY(-5px);border-color:#fff6;background:#ffffff26}.role-card.selected{border-color:#4ade80;background:#4ade801a}.role-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.role-card h3{font-size:1.5rem;margin-bottom:1rem;text-align:center}.role-card p{margin-bottom:1.5rem;opacity:.9;text-align:center}.role-card ul{list-style:none;padding:0}.role-card li{opacity:.9;position:relative;padding:.5rem 0 .5rem 1.5rem}.role-card li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700}.cta-section{text-align:center;margin-bottom:4rem}.cta-section h3{font-size:2rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features-section{text-align:center}.features-section h3{font-size:2rem;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card h4{font-size:1.2rem;margin-bottom:.5rem}.feature-card p{opacity:.9}.consumer-dashboard,.pso-dashboard{max-width:1200px;margin:0 auto;padding:2rem}.empty-state{text-align:center;padding:3rem;background:#ffffff0d;border-radius:12px;margin:2rem 0}.empty-state p{margin-bottom:1rem;opacity:.8}.order-actions{display:flex;gap:.5rem;margin-top:1rem}@media (max-width: 768px){.landing-header h1{font-size:2rem}.hero-section h2{font-size:1.8rem}.role-cards{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr}}
