@layer website.reset{.landing-page,.blog-page,.pricing-page,.projects-page,.dashboard-page,.home-page{box-sizing:border-box}.landing-page *,.blog-page *,.pricing-page *,.projects-page *,.dashboard-page *,.home-page *{box-sizing:inherit}}@layer website.base{.landing-page,.blog-page,.pricing-page,.projects-page,.dashboard-page,.home-page{font-family:var(--font-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@layer website.layout,website.components;@layer website.pages{.home-welcome{text-align:center;padding:var(--space-12) var(--space-4) var(--space-16);align-items:center;gap:var(--space-8);flex-direction:column;max-width:920px;margin:0 auto;display:flex;position:relative}.home-welcome:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(#ff6b350f 0%,#ff9a4808 40%,#0000 70%);width:800px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.home-welcome-header{max-width:800px}.home-welcome-header h1{font-family:var(--font-display,"DM Sans", sans-serif);color:var(--color-text-primary);margin:0 0 var(--space-3);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.2}.home-welcome-header p{font-size:var(--text-lg,1.125rem);color:var(--color-text-secondary);margin:0;font-weight:400}.home-input-form{width:100%;max-width:860px}.home-input-wrapper{background:var(--color-bg-primary);border:1px solid var(--color-border-default);border-radius:20px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000a}.home-input-wrapper:focus-within{border-color:var(--color-primary-400);transform:translateY(-2px);box-shadow:0 0 0 4px #ff6b3514,0 8px 32px #00000014}.home-input-textarea{z-index:1;width:100%;min-height:72px;padding:var(--space-4) var(--space-5) var(--space-3);color:var(--color-text-primary);font-size:var(--text-body);font-family:var(--font-primary,inherit);resize:none;background:0 0;border:none;outline:none;font-weight:400;line-height:1.6;position:relative}.home-input-textarea::placeholder{color:var(--color-text-muted)}.home-input-wrapper .rotating-placeholder{font-weight:400}.home-input-textarea:disabled{opacity:.6;cursor:not-allowed}.home-input-footer{padding:var(--space-3) var(--space-4);justify-content:space-between;align-items:center;display:flex}.home-input-left{align-items:center;gap:var(--space-2);display:flex}.home-input-image-chip{align-items:center;gap:var(--space-2);border:1px solid var(--color-border-light);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:20px;padding:4px 8px 4px 4px;transition:all .2s;display:flex}.home-input-image-chip:hover{border-color:var(--color-border-default);box-shadow:0 2px 8px #0000000f}.home-input-image-chip img{object-fit:cover;border-radius:14px;flex-shrink:0;width:32px;height:32px}.home-input-image-label{color:var(--color-text-secondary);letter-spacing:.01em;font-size:12px;font-weight:500}.home-input-image-remove{width:18px;height:18px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:2px;transition:all .15s;display:flex}.home-input-image-remove:hover{color:#ef4444;background:#ef44441a}.home-welcome .home-input-left [class*=noBorder]{border:.5px solid var(--color-border-default);border-radius:var(--radius-lg);box-shadow:none;background:0 0;transition:color .15s,border-color .15s}.home-welcome .home-input-left [class*=noBorder]:hover{border-color:var(--color-primary-500)}.home-input-submit{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.home-input-submit:disabled{opacity:.5;cursor:not-allowed}.home-input-submit:hover:not(:disabled){background:#ea580c}.home-input-submit:active:not(:disabled){transform:scale(.96)}.home-suggestions{gap:var(--space-4);grid-template-columns:repeat(3,1fr);width:100%;max-width:860px;display:grid}.home-suggestion-card{min-height:120px;padding:var(--space-4);background:linear-gradient(145deg, var(--color-bg-primary) 0%, var(--color-bg-secondary) 100%);border:1px solid var(--color-border-light);cursor:pointer;text-align:left;border-radius:16px;flex-direction:column;justify-content:center;padding-right:100px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.home-suggestion-card:before{content:"";opacity:0;background:linear-gradient(135deg,#0000 0%,#ff6b3505 50%,#ff9a480a 100%);transition:opacity .35s;position:absolute;inset:0}.home-suggestion-card:hover{border-color:var(--color-primary-200);transform:translateY(-4px);box-shadow:0 12px 40px #00000014,0 4px 12px #ff6b3514}.home-suggestion-card:hover:before{opacity:1}.home-suggestion-card:hover .home-suggestion-thumbnail{transform:translateY(-50%)rotate(0)scale(1.08)}.home-suggestion-card:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.home-suggestion-text{z-index:2;position:relative}.home-suggestion-text h4{font-family:var(--font-display,"DM Sans", sans-serif);font-size:var(--text-body);color:var(--color-text-primary);margin:0 0 var(--space-1);letter-spacing:-.01em;font-weight:600}.home-suggestion-text p{font-size:var(--text-small);color:var(--color-text-tertiary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.home-suggestion-thumbnail{top:50%;right:var(--space-3);z-index:1;border-radius:10px;flex-shrink:0;width:72px;height:80px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden;transform:translateY(-50%)rotate(4deg);box-shadow:0 6px 20px #0000001f,0 2px 6px #0000000f}.home-suggestion-thumbnail img{object-fit:cover;width:100%;height:100%}.home-suggestion-card:first-child{background:linear-gradient(145deg,#fff9f5 0%,#fff5ed 100%)}.home-suggestion-card:nth-child(2){background:linear-gradient(145deg,#f5f9ff 0%,#edf4ff 100%)}.home-suggestion-card:nth-child(3){background:linear-gradient(145deg,#f5fff7 0%,#edfff0 100%)}.home-suggestion-card:nth-child(4){background:linear-gradient(145deg,#fdf5ff 0%,#f8edff 100%)}.home-skill-card{background:linear-gradient(145deg, var(--color-bg-primary) 0%, var(--color-bg-secondary) 100%);border:1px solid var(--color-border-default);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;min-height:100px;padding:1rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.home-skill-card:hover{border-color:var(--color-primary-200);background:linear-gradient(145deg,#ff6b350a 0%,#ff9a4805 100%);transform:translateY(-2px);box-shadow:0 8px 24px #0000000f,0 2px 8px #ff6b350f}.home-skill-card--selected{border-color:var(--color-primary-400);background:linear-gradient(145deg,#ff6b350f 0%,#ff9a480a 100%);box-shadow:0 0 0 2px #ff6b351f}.home-skill-card__header{align-items:center;gap:.375rem;display:flex}.home-skill-card__icon{color:var(--color-primary-500);justify-content:center;align-items:center;display:flex}.home-skill-card__label{color:var(--color-primary-500);text-align:center;white-space:nowrap;font-size:.85rem;font-weight:700}.home-skill-card__desc{color:var(--color-text-muted);text-align:center;white-space:nowrap;font-size:.7rem}.home-skill-card--skeleton{pointer-events:none;background:var(--color-bg-secondary)}.skeleton-loading{background:linear-gradient(90deg, var(--color-bg-secondary) 25%, var(--color-border-light) 50%, var(--color-bg-secondary) 75%);background-size:200% 100%;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skill-select-clear-icon{cursor:pointer;opacity:.6;transition:opacity .15s}.skill-select-clear-icon:hover{opacity:1}.home-input-form .chat-skill-select-dropdown{z-index:var(--z-panel-menu)}.home-section{margin-bottom:var(--space-16);padding-top:var(--space-4)}.home-section:last-child{margin-bottom:var(--space-8)}.home-section:before{content:"";background:linear-gradient(to right, transparent, var(--color-border-light) 20%, var(--color-border-light) 80%, transparent);width:100%;height:1px;margin-bottom:var(--space-8);display:block}}@layer website.responsive{@media (width<=768px){.home-welcome{padding:var(--space-8) var(--space-4) var(--space-12);gap:var(--space-6)}.home-welcome-logo{border-radius:16px;width:56px;height:56px}.home-welcome-header h1{font-size:1.5rem}.home-welcome-header p{font-size:var(--text-body)}.home-input-wrapper{border-radius:16px}.home-input-textarea{min-height:100px;padding:var(--space-4);font-size:var(--text-body)}.home-input-footer{padding:var(--space-2) var(--space-3)}.home-input-submit{border-radius:12px;width:44px;height:44px}.home-suggestions{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}.home-suggestion-card{min-height:100px;padding:var(--space-3);border-radius:14px;padding-right:80px}.home-suggestion-thumbnail{width:56px;height:64px;right:var(--space-2);border-radius:8px}.home-section{margin-bottom:var(--space-10)}.home-section:before{margin-bottom:var(--space-6)}}@media (width<=480px){.home-welcome{padding:var(--space-6) var(--space-3) var(--space-8)}.home-welcome-logo{border-radius:14px;width:48px;height:48px}.home-welcome-header h1{font-size:1.25rem}.home-input-textarea{min-height:80px}}}@layer website.utilities{.hide-on-mobile-website{display:initial}.show-on-mobile-website{display:none}.flex-col-website{flex-direction:column}.flex-row-website{flex-direction:row}.grid-display-website{display:grid}.flex-display-website{display:flex}@media (width<=768px){.hide-on-mobile-website{display:none}.show-on-mobile-website{display:initial}}}@media (prefers-color-scheme:dark){.home-welcome:before{background:radial-gradient(#ff6b3514 0%,#ff9a480a 40%,#0000 70%)}.home-input-image-chip{background:linear-gradient(135deg,#ffffff0f 0%,#ffffff08 100%);border-color:#ffffff1a}.home-input-image-chip:hover{border-color:#ffffff26}.home-suggestion-card:first-child{background:linear-gradient(145deg,#ff6b3514 0%,#ff6b350a 100%)}.home-suggestion-card:nth-child(2){background:linear-gradient(145deg,#3b82f614 0%,#3b82f60a 100%)}.home-suggestion-card:nth-child(3){background:linear-gradient(145deg,#22c55e14 0%,#22c55e0a 100%)}.home-suggestion-card:nth-child(4){background:linear-gradient(145deg,#a855f714 0%,#a855f70a 100%)}}
